org.eclipse.higgins.icard.userprofile
Class UserProfile
java.lang.Object
org.eclipse.higgins.icard.userprofile.UserProfile
- All Implemented Interfaces:
- Serializable
- public class UserProfile
- extends Object
- implements Serializable
- Author:
- PilipenkoYN
- See Also:
- Serialized Form
UserProfile
public UserProfile()
getEmail
public String getEmail()
- Returns:
- the email
setEmail
public void setEmail(String email)
- Parameters:
email - the email to set
getFirstName
public String getFirstName()
- Returns:
- the firstName
setFirstName
public void setFirstName(String firstName)
- Parameters:
firstName - the firstName to set
getLastName
public String getLastName()
- Returns:
- the lastName
setLastName
public void setLastName(String lastName)
- Parameters:
lastName - the lastName to set
getPassword
public String getPassword()
- Returns:
- the password (this password not for authentication!)
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set (this password not for authentication!)
getStatus
public String getStatus()
- Returns:
- the status
setStatus
public void setStatus(String status)
- Parameters:
status - the status to set
getCreated
public Date getCreated()
- Returns:
- the created
setCreated
public void setCreated(Date createdDate)
getModified
public Date getModified()
- Returns:
- the modified
setModified
public void setModified(Date lastUpdatedDate)
getUsedFrom
public String getUsedFrom()
- Returns:
- the usedFrom
setUsedFrom
public void setUsedFrom(String usedFrom)
- Parameters:
usedFrom - the usedFrom to set
getLoginName
public String getLoginName()
- Returns:
- the loginName
setLoginName
public void setLoginName(String loginName)
- Parameters:
loginName - the loginName to set
getUserIdentifier
public String getUserIdentifier()
- Returns:
- the userIdentifier
setUserIdentifier
public void setUserIdentifier(String userIdentifier)
- Parameters:
userIdentifier -
getPasswordHash
public ByteBuffer getPasswordHash()
setPasswordHash
public void setPasswordHash(ByteBuffer passwordHash)
getPrivateUserINumber
public String getPrivateUserINumber()
setPrivateUserINumber
public void setPrivateUserINumber(String privateUserINumber)
getPrivateSelectorINumbers
public List getPrivateSelectorINumbers()
setPrivateSelectorINumbers
public void setPrivateSelectorINumbers(List privateSelectorINumbers)