org.eclipse.higgins.sync.to
Class UserProfileTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
org.eclipse.higgins.sync.to.UserProfileTO
- All Implemented Interfaces:
- Serializable
public class UserProfileTO
- extends BaseTO
- implements Serializable
User profile transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
UserProfileTO
public UserProfileTO()
getAuthCredentialTO
public AuthCredentialTO getAuthCredentialTO()
- Returns:
- the authCredentialTO
getCreatedTime
public Date getCreatedTime()
- Returns:
- the createdTime
getEmail
public String getEmail()
- Returns:
- the email
getFirstName
public String getFirstName()
- Returns:
- the firstName
getLastName
public String getLastName()
- Returns:
- the lastName
getLoginName
public String getLoginName()
- Returns:
- the loginName
getMobile
public String getMobile()
- Returns:
- the mobile
getReferralTracking
public String getReferralTracking()
- Returns:
- the referralTracking
getSendMeNews
public Boolean getSendMeNews()
- Returns:
- the sendMeNews
setAuthCredentialTO
public UserProfileTO setAuthCredentialTO(AuthCredentialTO authCredentialTO)
- Parameters:
authCredentialTO - the authCredentialTO to set
setCreatedTime
public UserProfileTO setCreatedTime(Date createdTime)
- Parameters:
createdTime - the createdTime to set
setEmail
public UserProfileTO setEmail(String email)
- Parameters:
email - the email to set
setFirstName
public UserProfileTO setFirstName(String firstName)
- Parameters:
firstName - the firstName to set
setLastName
public UserProfileTO setLastName(String lastName)
- Parameters:
lastName - the lastName to set
setLoginName
public UserProfileTO setLoginName(String loginName)
- Parameters:
loginName - the loginName to set
setMobile
public UserProfileTO setMobile(String mobile)
- Parameters:
mobile - the mobile to set
setReferralTracking
public UserProfileTO setReferralTracking(String referralTracking)
- Parameters:
referralTracking - the referralTracking to set
setSendMeNews
public UserProfileTO setSendMeNews(Boolean sendMeNews)
- Parameters:
sendMeNews - the sendMeNews to set