@JSON(strict=true)
public class UserModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>
implements com.liferay.portal.model.UserModel
This implementation and its corresponding interface UserModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserImpl.
UserImpl,
User,
UserModel,
Serialized Form| Constructor and Description |
|---|
UserModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.model.User user) |
boolean |
equals(java.lang.Object obj) |
boolean |
getAgreedToTermsOfUse() |
long |
getColumnBitmask() |
java.lang.String |
getComments() |
long |
getCompanyId() |
long |
getContactId() |
java.util.Date |
getCreateDate() |
boolean |
getDefaultUser() |
java.lang.String |
getDigest() |
java.lang.String |
getEmailAddress() |
boolean |
getEmailAddressVerified() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getFacebookId() |
int |
getFailedLoginAttempts() |
java.lang.String |
getFirstName() |
int |
getGraceLoginCount() |
java.lang.String |
getGreeting() |
java.lang.String |
getJobTitle() |
java.lang.String |
getLanguageId() |
java.util.Date |
getLastFailedLoginDate() |
java.util.Date |
getLastLoginDate() |
java.lang.String |
getLastLoginIP() |
java.lang.String |
getLastName() |
long |
getLdapServerId() |
boolean |
getLockout() |
java.util.Date |
getLockoutDate() |
java.util.Date |
getLoginDate() |
java.lang.String |
getLoginIP() |
java.lang.String |
getMiddleName() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
java.lang.String |
getOpenId() |
long |
getOriginalCompanyId() |
long |
getOriginalContactId() |
java.util.Date |
getOriginalCreateDate() |
boolean |
getOriginalDefaultUser() |
java.lang.String |
getOriginalEmailAddress() |
long |
getOriginalFacebookId() |
java.util.Date |
getOriginalModifiedDate() |
java.lang.String |
getOriginalOpenId() |
long |
getOriginalPortraitId() |
java.lang.String |
getOriginalScreenName() |
int |
getOriginalStatus() |
long |
getOriginalUserId() |
java.lang.String |
getOriginalUuid() |
java.lang.String |
getPassword() |
boolean |
getPasswordEncrypted() |
java.util.Date |
getPasswordModifiedDate() |
boolean |
getPasswordReset() |
long |
getPortraitId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getReminderQueryAnswer() |
java.lang.String |
getReminderQueryQuestion() |
java.lang.String |
getScreenName() |
com.liferay.portal.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus() |
java.lang.String |
getTimeZoneId() |
long |
getUserId() |
java.lang.String |
getUserUuid() |
java.lang.String |
getUuid() |
int |
hashCode() |
boolean |
isAgreedToTermsOfUse() |
boolean |
isDefaultUser() |
boolean |
isEmailAddressVerified() |
boolean |
isLockout() |
boolean |
isPasswordEncrypted() |
boolean |
isPasswordReset() |
void |
resetOriginalValues() |
void |
setAgreedToTermsOfUse(boolean agreedToTermsOfUse) |
void |
setComments(java.lang.String comments) |
void |
setCompanyId(long companyId) |
void |
setContactId(long contactId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setDefaultUser(boolean defaultUser) |
void |
setDigest(java.lang.String digest) |
void |
setEmailAddress(java.lang.String emailAddress) |
void |
setEmailAddressVerified(boolean emailAddressVerified) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setFacebookId(long facebookId) |
void |
setFailedLoginAttempts(int failedLoginAttempts) |
void |
setFirstName(java.lang.String firstName) |
void |
setGraceLoginCount(int graceLoginCount) |
void |
setGreeting(java.lang.String greeting) |
void |
setJobTitle(java.lang.String jobTitle) |
void |
setLanguageId(java.lang.String languageId) |
void |
setLastFailedLoginDate(java.util.Date lastFailedLoginDate) |
void |
setLastLoginDate(java.util.Date lastLoginDate) |
void |
setLastLoginIP(java.lang.String lastLoginIP) |
void |
setLastName(java.lang.String lastName) |
void |
setLdapServerId(long ldapServerId) |
void |
setLockout(boolean lockout) |
void |
setLockoutDate(java.util.Date lockoutDate) |
void |
setLoginDate(java.util.Date loginDate) |
void |
setLoginIP(java.lang.String loginIP) |
void |
setMiddleName(java.lang.String middleName) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setOpenId(java.lang.String openId) |
void |
setPassword(java.lang.String password) |
void |
setPasswordEncrypted(boolean passwordEncrypted) |
void |
setPasswordModifiedDate(java.util.Date passwordModifiedDate) |
void |
setPasswordReset(boolean passwordReset) |
void |
setPortraitId(long portraitId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setReminderQueryAnswer(java.lang.String reminderQueryAnswer) |
void |
setReminderQueryQuestion(java.lang.String reminderQueryQuestion) |
void |
setScreenName(java.lang.String screenName) |
void |
setStatus(int status) |
void |
setTimeZoneId(java.lang.String timeZoneId) |
void |
setUserId(long userId) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setUuid(java.lang.String uuid) |
com.liferay.portal.model.CacheModel<com.liferay.portal.model.User> |
toCacheModel() |
com.liferay.portal.model.User |
toEscapedModel() |
static com.liferay.portal.model.User |
toModel(com.liferay.portal.model.UserSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.model.User> |
toModels(com.liferay.portal.model.UserSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long COMPANYID_COLUMN_BITMASK
public static long CONTACTID_COLUMN_BITMASK
public static long CREATEDATE_COLUMN_BITMASK
public static long DEFAULTUSER_COLUMN_BITMASK
public static long EMAILADDRESS_COLUMN_BITMASK
public static long FACEBOOKID_COLUMN_BITMASK
public static long MODIFIEDDATE_COLUMN_BITMASK
public static long OPENID_COLUMN_BITMASK
public static long PORTRAITID_COLUMN_BITMASK
public static long SCREENNAME_COLUMN_BITMASK
public static long STATUS_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static final java.lang.String MAPPING_TABLE_USERS_GROUPS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_USERS_GROUPS_COLUMNS
public static final java.lang.String MAPPING_TABLE_USERS_GROUPS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_GROUPS
public static final java.lang.String MAPPING_TABLE_USERS_ORGS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_USERS_ORGS_COLUMNS
public static final java.lang.String MAPPING_TABLE_USERS_ORGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_ORGS
public static final java.lang.String MAPPING_TABLE_USERS_ROLES_NAME
public static final java.lang.Object[][] MAPPING_TABLE_USERS_ROLES_COLUMNS
public static final java.lang.String MAPPING_TABLE_USERS_ROLES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_ROLES
public static final java.lang.String MAPPING_TABLE_USERS_TEAMS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_USERS_TEAMS_COLUMNS
public static final java.lang.String MAPPING_TABLE_USERS_TEAMS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_TEAMS
public static final java.lang.String MAPPING_TABLE_USERS_USERGROUPS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_USERS_USERGROUPS_COLUMNS
public static final java.lang.String MAPPING_TABLE_USERS_USERGROUPS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_USERS_USERGROUPS
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.model.User toModel(com.liferay.portal.model.UserSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.model.User> toModels(com.liferay.portal.model.UserSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.model.UserModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.model.UserModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.model.UserModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.model.UserModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>@JSON public java.lang.String getUuid()
getUuid in interface com.liferay.portal.model.StagedModelgetUuid in interface com.liferay.portal.model.UserModelpublic void setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.model.StagedModelsetUuid in interface com.liferay.portal.model.UserModelpublic java.lang.String getOriginalUuid()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.model.UserModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.UserModelpublic java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
getUserUuid in interface com.liferay.portal.model.UserModelcom.liferay.portal.kernel.exception.SystemExceptionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.UserModelpublic long getOriginalUserId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.StagedModelgetCompanyId in interface com.liferay.portal.model.UserModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.StagedModelsetCompanyId in interface com.liferay.portal.model.UserModelpublic long getOriginalCompanyId()
@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.StagedModelgetCreateDate in interface com.liferay.portal.model.UserModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.StagedModelsetCreateDate in interface com.liferay.portal.model.UserModelpublic java.util.Date getOriginalCreateDate()
@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.StagedModelgetModifiedDate in interface com.liferay.portal.model.UserModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.StagedModelsetModifiedDate in interface com.liferay.portal.model.UserModelpublic java.util.Date getOriginalModifiedDate()
@JSON public boolean getDefaultUser()
getDefaultUser in interface com.liferay.portal.model.UserModelpublic boolean isDefaultUser()
isDefaultUser in interface com.liferay.portal.model.UserModelpublic void setDefaultUser(boolean defaultUser)
setDefaultUser in interface com.liferay.portal.model.UserModelpublic boolean getOriginalDefaultUser()
@JSON public long getContactId()
getContactId in interface com.liferay.portal.model.UserModelpublic void setContactId(long contactId)
setContactId in interface com.liferay.portal.model.UserModelpublic long getOriginalContactId()
@JSON(include=false) public java.lang.String getPassword()
getPassword in interface com.liferay.portal.model.UserModelpublic void setPassword(java.lang.String password)
setPassword in interface com.liferay.portal.model.UserModel@JSON(include=false) public boolean getPasswordEncrypted()
getPasswordEncrypted in interface com.liferay.portal.model.UserModelpublic boolean isPasswordEncrypted()
isPasswordEncrypted in interface com.liferay.portal.model.UserModelpublic void setPasswordEncrypted(boolean passwordEncrypted)
setPasswordEncrypted in interface com.liferay.portal.model.UserModel@JSON(include=false) public boolean getPasswordReset()
getPasswordReset in interface com.liferay.portal.model.UserModelpublic boolean isPasswordReset()
isPasswordReset in interface com.liferay.portal.model.UserModelpublic void setPasswordReset(boolean passwordReset)
setPasswordReset in interface com.liferay.portal.model.UserModel@JSON(include=false) public java.util.Date getPasswordModifiedDate()
getPasswordModifiedDate in interface com.liferay.portal.model.UserModelpublic void setPasswordModifiedDate(java.util.Date passwordModifiedDate)
setPasswordModifiedDate in interface com.liferay.portal.model.UserModel@JSON(include=false) public java.lang.String getDigest()
getDigest in interface com.liferay.portal.model.UserModelpublic void setDigest(java.lang.String digest)
setDigest in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getReminderQueryQuestion()
getReminderQueryQuestion in interface com.liferay.portal.model.UserModelpublic void setReminderQueryQuestion(java.lang.String reminderQueryQuestion)
setReminderQueryQuestion in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getReminderQueryAnswer()
getReminderQueryAnswer in interface com.liferay.portal.model.UserModelpublic void setReminderQueryAnswer(java.lang.String reminderQueryAnswer)
setReminderQueryAnswer in interface com.liferay.portal.model.UserModel@JSON public int getGraceLoginCount()
getGraceLoginCount in interface com.liferay.portal.model.UserModelpublic void setGraceLoginCount(int graceLoginCount)
setGraceLoginCount in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getScreenName()
getScreenName in interface com.liferay.portal.model.UserModelpublic void setScreenName(java.lang.String screenName)
setScreenName in interface com.liferay.portal.model.UserModelpublic java.lang.String getOriginalScreenName()
@JSON public java.lang.String getEmailAddress()
getEmailAddress in interface com.liferay.portal.model.UserModelpublic void setEmailAddress(java.lang.String emailAddress)
setEmailAddress in interface com.liferay.portal.model.UserModelpublic java.lang.String getOriginalEmailAddress()
@JSON public long getFacebookId()
getFacebookId in interface com.liferay.portal.model.UserModelpublic void setFacebookId(long facebookId)
setFacebookId in interface com.liferay.portal.model.UserModelpublic long getOriginalFacebookId()
@JSON public long getLdapServerId()
getLdapServerId in interface com.liferay.portal.model.UserModelpublic void setLdapServerId(long ldapServerId)
setLdapServerId in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getOpenId()
getOpenId in interface com.liferay.portal.model.UserModelpublic void setOpenId(java.lang.String openId)
setOpenId in interface com.liferay.portal.model.UserModelpublic java.lang.String getOriginalOpenId()
@JSON public long getPortraitId()
getPortraitId in interface com.liferay.portal.model.UserModelpublic void setPortraitId(long portraitId)
setPortraitId in interface com.liferay.portal.model.UserModelpublic long getOriginalPortraitId()
@JSON public java.lang.String getLanguageId()
getLanguageId in interface com.liferay.portal.model.UserModelpublic void setLanguageId(java.lang.String languageId)
setLanguageId in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getTimeZoneId()
getTimeZoneId in interface com.liferay.portal.model.UserModelpublic void setTimeZoneId(java.lang.String timeZoneId)
setTimeZoneId in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getGreeting()
getGreeting in interface com.liferay.portal.model.UserModelpublic void setGreeting(java.lang.String greeting)
setGreeting in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getComments()
getComments in interface com.liferay.portal.model.UserModelpublic void setComments(java.lang.String comments)
setComments in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getFirstName()
getFirstName in interface com.liferay.portal.model.UserModelpublic void setFirstName(java.lang.String firstName)
setFirstName in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getMiddleName()
getMiddleName in interface com.liferay.portal.model.UserModelpublic void setMiddleName(java.lang.String middleName)
setMiddleName in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getLastName()
getLastName in interface com.liferay.portal.model.UserModelpublic void setLastName(java.lang.String lastName)
setLastName in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getJobTitle()
getJobTitle in interface com.liferay.portal.model.UserModelpublic void setJobTitle(java.lang.String jobTitle)
setJobTitle in interface com.liferay.portal.model.UserModel@JSON public java.util.Date getLoginDate()
getLoginDate in interface com.liferay.portal.model.UserModelpublic void setLoginDate(java.util.Date loginDate)
setLoginDate in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getLoginIP()
getLoginIP in interface com.liferay.portal.model.UserModelpublic void setLoginIP(java.lang.String loginIP)
setLoginIP in interface com.liferay.portal.model.UserModel@JSON public java.util.Date getLastLoginDate()
getLastLoginDate in interface com.liferay.portal.model.UserModelpublic void setLastLoginDate(java.util.Date lastLoginDate)
setLastLoginDate in interface com.liferay.portal.model.UserModel@JSON public java.lang.String getLastLoginIP()
getLastLoginIP in interface com.liferay.portal.model.UserModelpublic void setLastLoginIP(java.lang.String lastLoginIP)
setLastLoginIP in interface com.liferay.portal.model.UserModel@JSON public java.util.Date getLastFailedLoginDate()
getLastFailedLoginDate in interface com.liferay.portal.model.UserModelpublic void setLastFailedLoginDate(java.util.Date lastFailedLoginDate)
setLastFailedLoginDate in interface com.liferay.portal.model.UserModel@JSON public int getFailedLoginAttempts()
getFailedLoginAttempts in interface com.liferay.portal.model.UserModelpublic void setFailedLoginAttempts(int failedLoginAttempts)
setFailedLoginAttempts in interface com.liferay.portal.model.UserModel@JSON public boolean getLockout()
getLockout in interface com.liferay.portal.model.UserModelpublic boolean isLockout()
isLockout in interface com.liferay.portal.model.UserModelpublic void setLockout(boolean lockout)
setLockout in interface com.liferay.portal.model.UserModel@JSON public java.util.Date getLockoutDate()
getLockoutDate in interface com.liferay.portal.model.UserModelpublic void setLockoutDate(java.util.Date lockoutDate)
setLockoutDate in interface com.liferay.portal.model.UserModel@JSON public boolean getAgreedToTermsOfUse()
getAgreedToTermsOfUse in interface com.liferay.portal.model.UserModelpublic boolean isAgreedToTermsOfUse()
isAgreedToTermsOfUse in interface com.liferay.portal.model.UserModelpublic void setAgreedToTermsOfUse(boolean agreedToTermsOfUse)
setAgreedToTermsOfUse in interface com.liferay.portal.model.UserModel@JSON public boolean getEmailAddressVerified()
getEmailAddressVerified in interface com.liferay.portal.model.UserModelpublic boolean isEmailAddressVerified()
isEmailAddressVerified in interface com.liferay.portal.model.UserModelpublic void setEmailAddressVerified(boolean emailAddressVerified)
setEmailAddressVerified in interface com.liferay.portal.model.UserModel@JSON public int getStatus()
getStatus in interface com.liferay.portal.model.UserModelpublic void setStatus(int status)
setStatus in interface com.liferay.portal.model.UserModelpublic int getOriginalStatus()
public com.liferay.portal.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.model.StagedModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.model.UserModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>setExpandoBridgeAttributes in interface com.liferay.portal.model.UserModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public com.liferay.portal.model.User toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>toEscapedModel in interface com.liferay.portal.model.UserModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>clone in interface com.liferay.portal.model.StagedModelclone in interface com.liferay.portal.model.UserModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public int compareTo(com.liferay.portal.model.User user)
compareTo in interface com.liferay.portal.model.UserModelcompareTo in interface java.lang.Comparable<com.liferay.portal.model.User>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.model.UserModelhashCode in class java.lang.Objectpublic void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public com.liferay.portal.model.CacheModel<com.liferay.portal.model.User> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>toCacheModel in interface com.liferay.portal.model.UserModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.User>public java.lang.String toString()
toString in interface com.liferay.portal.model.UserModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.User>toXmlString in interface com.liferay.portal.model.UserModel