Package com.xceptance.xlt.api.data
Class Account
- java.lang.Object
-
- com.xceptance.xlt.api.data.Account
-
public class Account extends java.lang.ObjectSpecial structure to hold user data for universal use.
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddress1()Returns the value of the 'address1' attribute.java.lang.StringgetAddress2()Returns the value of the 'address2' attribute.java.lang.StringgetBirthday()Returns the value of the 'birthday' attribute.java.lang.StringgetCity()Returns the value of the 'city' attribute.java.lang.StringgetCountry()Returns the value of the 'country' attribute.java.lang.StringgetEmail()Returns the value of the 'email' attribute.java.lang.StringgetFirstName()Returns the value of the 'firstName' attribute.java.lang.StringgetLastName()Returns the value of the 'lastName' attribute.java.lang.StringgetLogin()Returns the value of the 'login' attribute.java.lang.StringgetPassword()Returns the value of the 'password' attribute.java.lang.StringgetPhone()Returns the value of the 'phone' attribute.java.lang.StringgetZip()Returns the value of the 'zip' attribute.voidsetAddress1(java.lang.String address1)Sets the new value of the 'address1' attribute.voidsetAddress2(java.lang.String address2)Sets the new value of the 'address2' attribute.voidsetBirthday(java.lang.String birthday)Sets the new value of the 'birthday' attribute.voidsetCity(java.lang.String city)Sets the new value of the 'city' attribute.voidsetCountry(java.lang.String country)Sets the new value of the 'country' attribute.voidsetEmail(java.lang.String email)Sets the new value of the 'email' attribute.voidsetFirstName(java.lang.String firstName)Sets the new value of the 'firstName' attribute.voidsetLastName(java.lang.String lastName)Sets the new value of the 'lastName' attribute.voidsetLogin(java.lang.String login)Sets the new value of the 'login' attribute.voidsetPassword(java.lang.String password)Sets the new value of the 'password' attribute.voidsetPhone(java.lang.String phone)Sets the new value of the 'phone' attribute.voidsetZip(java.lang.String zip)Sets the new value of the 'zip' attribute.
-
-
-
Method Detail
-
getLogin
public java.lang.String getLogin()
Returns the value of the 'login' attribute.- Returns:
- the value of login
-
getPassword
public java.lang.String getPassword()
Returns the value of the 'password' attribute.- Returns:
- the value of password
-
getZip
public java.lang.String getZip()
Returns the value of the 'zip' attribute.- Returns:
- the value of zip
-
getFirstName
public java.lang.String getFirstName()
Returns the value of the 'firstName' attribute.- Returns:
- the value of firstName
-
getLastName
public java.lang.String getLastName()
Returns the value of the 'lastName' attribute.- Returns:
- the value of lastName
-
getEmail
public java.lang.String getEmail()
Returns the value of the 'email' attribute.- Returns:
- the value of email
-
getBirthday
public java.lang.String getBirthday()
Returns the value of the 'birthday' attribute.- Returns:
- the value of birthday
-
getCountry
public java.lang.String getCountry()
Returns the value of the 'country' attribute.- Returns:
- the value of country
-
getCity
public java.lang.String getCity()
Returns the value of the 'city' attribute.- Returns:
- the value of city
-
getPhone
public java.lang.String getPhone()
Returns the value of the 'phone' attribute.- Returns:
- the value of phone
-
getAddress1
public java.lang.String getAddress1()
Returns the value of the 'address1' attribute.- Returns:
- the value of address1
-
getAddress2
public java.lang.String getAddress2()
Returns the value of the 'address2' attribute.- Returns:
- the value of address2
-
setLogin
public void setLogin(java.lang.String login)
Sets the new value of the 'login' attribute.- Parameters:
login- the new login value
-
setPassword
public void setPassword(java.lang.String password)
Sets the new value of the 'password' attribute.- Parameters:
password- the new password value
-
setZip
public void setZip(java.lang.String zip)
Sets the new value of the 'zip' attribute.- Parameters:
zip- the new zip value
-
setFirstName
public void setFirstName(java.lang.String firstName)
Sets the new value of the 'firstName' attribute.- Parameters:
firstName- the new firstName value
-
setLastName
public void setLastName(java.lang.String lastName)
Sets the new value of the 'lastName' attribute.- Parameters:
lastName- the new lastName value
-
setEmail
public void setEmail(java.lang.String email)
Sets the new value of the 'email' attribute.- Parameters:
email- the new email value
-
setBirthday
public void setBirthday(java.lang.String birthday)
Sets the new value of the 'birthday' attribute.- Parameters:
birthday- the new birthday value
-
setCountry
public void setCountry(java.lang.String country)
Sets the new value of the 'country' attribute.- Parameters:
country- the new country value
-
setCity
public void setCity(java.lang.String city)
Sets the new value of the 'city' attribute.- Parameters:
city- the new city value
-
setPhone
public void setPhone(java.lang.String phone)
Sets the new value of the 'phone' attribute.- Parameters:
phone- the new phone value
-
setAddress1
public void setAddress1(java.lang.String address1)
Sets the new value of the 'address1' attribute.- Parameters:
address1- the new address1 value
-
setAddress2
public void setAddress2(java.lang.String address2)
Sets the new value of the 'address2' attribute.- Parameters:
address2- the new address2 value
-
-