Package com.xceptance.xlt.api.data
Class Account
java.lang.Object
com.xceptance.xlt.api.data.Account
Special structure to hold user data for universal use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'address1' attribute.Returns the value of the 'address2' attribute.Returns the value of the 'birthday' attribute.getCity()Returns the value of the 'city' attribute.Returns the value of the 'country' attribute.getEmail()Returns the value of the 'email' attribute.Returns the value of the 'firstName' attribute.Returns the value of the 'lastName' attribute.getLogin()Returns the value of the 'login' attribute.Returns the value of the 'password' attribute.getPhone()Returns the value of the 'phone' attribute.getZip()Returns the value of the 'zip' attribute.voidsetAddress1(String address1) Sets the new value of the 'address1' attribute.voidsetAddress2(String address2) Sets the new value of the 'address2' attribute.voidsetBirthday(String birthday) Sets the new value of the 'birthday' attribute.voidSets the new value of the 'city' attribute.voidsetCountry(String country) Sets the new value of the 'country' attribute.voidSets the new value of the 'email' attribute.voidsetFirstName(String firstName) Sets the new value of the 'firstName' attribute.voidsetLastName(String lastName) Sets the new value of the 'lastName' attribute.voidSets the new value of the 'login' attribute.voidsetPassword(String password) Sets the new value of the 'password' attribute.voidSets the new value of the 'phone' attribute.voidSets the new value of the 'zip' attribute.
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
getLogin
Returns the value of the 'login' attribute.- Returns:
- the value of login
-
getPassword
Returns the value of the 'password' attribute.- Returns:
- the value of password
-
getZip
Returns the value of the 'zip' attribute.- Returns:
- the value of zip
-
getFirstName
Returns the value of the 'firstName' attribute.- Returns:
- the value of firstName
-
getLastName
Returns the value of the 'lastName' attribute.- Returns:
- the value of lastName
-
getEmail
Returns the value of the 'email' attribute.- Returns:
- the value of email
-
getBirthday
Returns the value of the 'birthday' attribute.- Returns:
- the value of birthday
-
getCountry
Returns the value of the 'country' attribute.- Returns:
- the value of country
-
getCity
Returns the value of the 'city' attribute.- Returns:
- the value of city
-
getPhone
Returns the value of the 'phone' attribute.- Returns:
- the value of phone
-
getAddress1
Returns the value of the 'address1' attribute.- Returns:
- the value of address1
-
getAddress2
Returns the value of the 'address2' attribute.- Returns:
- the value of address2
-
setLogin
Sets the new value of the 'login' attribute.- Parameters:
login- the new login value
-
setPassword
Sets the new value of the 'password' attribute.- Parameters:
password- the new password value
-
setZip
Sets the new value of the 'zip' attribute.- Parameters:
zip- the new zip value
-
setFirstName
Sets the new value of the 'firstName' attribute.- Parameters:
firstName- the new firstName value
-
setLastName
Sets the new value of the 'lastName' attribute.- Parameters:
lastName- the new lastName value
-
setEmail
Sets the new value of the 'email' attribute.- Parameters:
email- the new email value
-
setBirthday
Sets the new value of the 'birthday' attribute.- Parameters:
birthday- the new birthday value
-
setCountry
Sets the new value of the 'country' attribute.- Parameters:
country- the new country value
-
setCity
Sets the new value of the 'city' attribute.- Parameters:
city- the new city value
-
setPhone
Sets the new value of the 'phone' attribute.- Parameters:
phone- the new phone value
-
setAddress1
Sets the new value of the 'address1' attribute.- Parameters:
address1- the new address1 value
-
setAddress2
Sets the new value of the 'address2' attribute.- Parameters:
address2- the new address2 value
-