public class UserImpl extends Object implements org.exoplatform.services.organization.User, org.exoplatform.services.organization.ExtendedCloneable
| Modifier and Type | Method and Description |
|---|---|
UserImpl |
clone() |
Date |
getCreatedDate() |
String |
getDisplayName() |
String |
getEmail() |
String |
getFirstName() |
String |
getFullName() |
Date |
getLastLoginTime() |
String |
getLastName() |
String |
getOrganizationId() |
String |
getPassword() |
String |
getUserName() |
boolean |
isEnabled() |
void |
setCreatedDate(Date t) |
void |
setDisplayName(String displayName) |
void |
setEmail(String s) |
void |
setFirstName(String s) |
void |
setFullName(String s) |
void |
setLastLoginTime(Date t) |
void |
setLastName(String s) |
void |
setOrganizationId(String s) |
void |
setPassword(String s) |
void |
setUserName(String s) |
String |
toString() |
public Date getCreatedDate()
getCreatedDate in interface org.exoplatform.services.organization.Userpublic String getEmail()
getEmail in interface org.exoplatform.services.organization.Userpublic String getFirstName()
getFirstName in interface org.exoplatform.services.organization.Userpublic String getDisplayName()
getDisplayName in interface org.exoplatform.services.organization.Userpublic String getFullName()
getFullName in interface org.exoplatform.services.organization.Userpublic Date getLastLoginTime()
getLastLoginTime in interface org.exoplatform.services.organization.Userpublic String getLastName()
getLastName in interface org.exoplatform.services.organization.Userpublic String getOrganizationId()
getOrganizationId in interface org.exoplatform.services.organization.Userpublic String getPassword()
getPassword in interface org.exoplatform.services.organization.Userpublic String getUserName()
getUserName in interface org.exoplatform.services.organization.Userpublic void setCreatedDate(Date t)
setCreatedDate in interface org.exoplatform.services.organization.Userpublic void setEmail(String s)
setEmail in interface org.exoplatform.services.organization.Userpublic void setDisplayName(String displayName)
setDisplayName in interface org.exoplatform.services.organization.Userpublic void setFirstName(String s)
setFirstName in interface org.exoplatform.services.organization.Userpublic void setFullName(String s)
setFullName in interface org.exoplatform.services.organization.Userpublic void setLastLoginTime(Date t)
setLastLoginTime in interface org.exoplatform.services.organization.Userpublic void setLastName(String s)
setLastName in interface org.exoplatform.services.organization.Userpublic void setOrganizationId(String s)
setOrganizationId in interface org.exoplatform.services.organization.Userpublic void setPassword(String s)
setPassword in interface org.exoplatform.services.organization.Userpublic void setUserName(String s)
setUserName in interface org.exoplatform.services.organization.Userpublic boolean isEnabled()
isEnabled in interface org.exoplatform.services.organization.Usertrue if the user is enabled, false otherwiseCopyright © 2018 eXo Platform SAS. All Rights Reserved.