org.eclipse.higgins.sync.to
Class UserProfileTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by 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

Constructor Summary
UserProfileTO()
           
 
Method Summary
 AuthCredentialTO getAuthCredentialTO()
           
 Date getCreatedTime()
           
 String getEmail()
           
 String getFirstName()
           
 String getLastName()
           
 String getLoginName()
           
 String getMobile()
           
 String getReferralTracking()
           
 Boolean getSendMeNews()
           
 UserProfileTO setAuthCredentialTO(AuthCredentialTO authCredentialTO)
           
 UserProfileTO setCreatedTime(Date createdTime)
           
 UserProfileTO setEmail(String email)
           
 UserProfileTO setFirstName(String firstName)
           
 UserProfileTO setLastName(String lastName)
           
 UserProfileTO setLoginName(String loginName)
           
 UserProfileTO setMobile(String mobile)
           
 UserProfileTO setReferralTracking(String referralTracking)
           
 UserProfileTO setSendMeNews(Boolean sendMeNews)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileTO

public UserProfileTO()
Method Detail

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