public class Customer extends Object implements Serializable
Constructor and Description |
---|
Customer() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountGuid()
Returns the AccountGuid
|
String |
getAccountLogin()
Returns the AccountLogin
|
String |
getEmail()
Returns the Email
|
String |
getExtrasAttributes()
Returns the ExtrasAttributes
|
String |
getFirstname()
Returns the Firstname
|
boolean |
getHasAccount()
Returns the HasAccount
|
int |
getId()
Returns the Id
|
int |
getIdTitle()
Returns the IdTitle
|
boolean |
getIsEmailVerified()
Returns the IsEmailVerified
|
boolean |
getIsMobilePhoneVerified()
Returns the IsMobilePhoneVerified
|
String |
getLastname()
Returns the Lastname
|
String |
getMobilePhone()
Returns the MobilePhone
|
void |
setAccountGuid(String strAccountGuid)
Sets the AccountGuid
|
void |
setAccountLogin(String strAccountLogin)
Sets the AccountLogin
|
void |
setEmail(String strEmail)
Sets the Email
|
void |
setExtrasAttributes(String strExtrasAttributes)
Sets the ExtrasAttributes
|
void |
setFirstname(String strFirstname)
Sets the Firstname
|
void |
setHasAccount(boolean bHasAccount)
Sets the HasAccount
|
void |
setId(int nId)
Sets the Id
|
void |
setIdTitle(int nIdTitle)
Sets the IdTitle
|
void |
setIsEmailVerified(boolean bIsEmailVerified)
Sets the IsEmailVerified
|
void |
setIsMobilePhoneVerified(boolean bIsMobilePhoneVerified)
Sets the IsMobilePhoneVerified
|
void |
setLastname(String strLastname)
Sets the Lastname
|
void |
setMobilePhone(String strMobilePhone)
Sets the MobilePhone
|
public int getId()
public void setId(int nId)
nId
- The Idpublic int getIdTitle()
public void setIdTitle(int nIdTitle)
nIdTitle
- The IdTitlepublic String getFirstname()
public void setFirstname(String strFirstname)
strFirstname
- The Firstnamepublic String getLastname()
public void setLastname(String strLastname)
strLastname
- The Lastnamepublic boolean getHasAccount()
public void setHasAccount(boolean bHasAccount)
bHasAccount
- The HasAccountpublic String getAccountLogin()
public void setAccountLogin(String strAccountLogin)
strAccountLogin
- The AccountLoginpublic String getAccountGuid()
public void setAccountGuid(String strAccountGuid)
strAccountGuid
- The AccountGuidpublic String getEmail()
public void setEmail(String strEmail)
strEmail
- The Emailpublic boolean getIsEmailVerified()
public void setIsEmailVerified(boolean bIsEmailVerified)
bIsEmailVerified
- The IsEmailVerifiedpublic String getMobilePhone()
public void setMobilePhone(String strMobilePhone)
strMobilePhone
- The MobilePhonepublic boolean getIsMobilePhoneVerified()
public void setIsMobilePhoneVerified(boolean bIsMobilePhoneVerified)
bIsMobilePhoneVerified
- The IsMobilePhoneVerifiedpublic String getExtrasAttributes()
public void setExtrasAttributes(String strExtrasAttributes)
strExtrasAttributes
- The ExtrasAttributesCopyright © 2016 City of Paris. All rights reserved.