@ProviderType public class AnonymousUserWrapper extends java.lang.Object implements AnonymousUser, com.liferay.portal.kernel.model.ModelWrapper<AnonymousUser>
This class is a wrapper for AnonymousUser.
AnonymousUser,
Serialized FormANONYMOUS_USER_ID_ACCESSOR| Constructor and Description |
|---|
AnonymousUserWrapper(AnonymousUser anonymousUser) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(AnonymousUser anonymousUser) |
boolean |
equals(java.lang.Object obj) |
long |
getAnonymousUserId()
Returns the anonymous user ID of this anonymous user.
|
java.lang.String |
getAnonymousUserUuid()
Returns the anonymous user uuid of this anonymous user.
|
long |
getCompanyId()
Returns the company ID of this anonymous user.
|
java.util.Date |
getCreateDate()
Returns the create date of this anonymous user.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getLastIp()
Returns the last ip of this anonymous user.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this anonymous user.
|
long |
getPrimaryKey()
Returns the primary key of this anonymous user.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTypeSettings()
Returns the type settings of this anonymous user.
|
com.liferay.portal.kernel.model.User |
getUser() |
long |
getUserId()
Returns the user ID of this anonymous user.
|
java.lang.String |
getUserName()
Returns the user name of this anonymous user.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this anonymous user.
|
java.lang.String |
getUuid()
Returns the uuid of this anonymous user.
|
AnonymousUser |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setAnonymousUserId(long anonymousUserId)
Sets the anonymous user ID of this anonymous user.
|
void |
setAnonymousUserUuid(java.lang.String anonymousUserUuid)
Sets the anonymous user uuid of this anonymous user.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this anonymous user.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this anonymous user.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setLastIp(java.lang.String lastIp)
Sets the last ip of this anonymous user.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this anonymous user.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this anonymous user.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this anonymous user.
|
void |
setUserId(long userId)
Sets the user ID of this anonymous user.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this anonymous user.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this anonymous user.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this anonymous user.
|
com.liferay.portal.kernel.model.CacheModel<AnonymousUser> |
toCacheModel() |
AnonymousUser |
toEscapedModel() |
java.lang.String |
toString() |
AnonymousUser |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public AnonymousUserWrapper(AnonymousUser anonymousUser)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public java.lang.Object clone()
clone in interface AnonymousUserModelclone in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class java.lang.Objectpublic int compareTo(AnonymousUser anonymousUser)
compareTo in interface AnonymousUserModelcompareTo in interface java.lang.Comparable<AnonymousUser>public long getAnonymousUserId()
getAnonymousUserId in interface AnonymousUserModelpublic java.lang.String getAnonymousUserUuid()
getAnonymousUserUuid in interface AnonymousUserModelpublic long getCompanyId()
getCompanyId in interface AnonymousUserModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AnonymousUserModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface AnonymousUserModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getLastIp()
getLastIp in interface AnonymousUserModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AnonymousUserModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getPrimaryKey()
getPrimaryKey in interface AnonymousUserModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface AnonymousUserModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getTypeSettings()
getTypeSettings in interface AnonymousUserModelpublic com.liferay.portal.kernel.model.User getUser()
getUser in interface AnonymousUserpublic long getUserId()
getUserId in interface AnonymousUserModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface AnonymousUserModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AnonymousUserModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface AnonymousUserModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic int hashCode()
hashCode in interface AnonymousUserModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface AnonymousUserModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public boolean isEscapedModel()
isEscapedModel in interface AnonymousUserModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public boolean isNew()
isNew in interface AnonymousUserModelisNew in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAnonymousUserId(long anonymousUserId)
setAnonymousUserId in interface AnonymousUserModelanonymousUserId - the anonymous user ID of this anonymous userpublic void setAnonymousUserUuid(java.lang.String anonymousUserUuid)
setAnonymousUserUuid in interface AnonymousUserModelanonymousUserUuid - the anonymous user uuid of this anonymous userpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface AnonymousUserModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void setCompanyId(long companyId)
setCompanyId in interface AnonymousUserModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this anonymous userpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AnonymousUserModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this anonymous userpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface AnonymousUserModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface AnonymousUserModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface AnonymousUserModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void setLastIp(java.lang.String lastIp)
setLastIp in interface AnonymousUserModellastIp - the last ip of this anonymous userpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AnonymousUserModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this anonymous userpublic void setNew(boolean n)
setNew in interface AnonymousUserModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AnonymousUserModelprimaryKey - the primary key of this anonymous userpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface AnonymousUserModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setTypeSettings(java.lang.String typeSettings)
setTypeSettings in interface AnonymousUserModeltypeSettings - the type settings of this anonymous userpublic void setUserId(long userId)
setUserId in interface AnonymousUserModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this anonymous userpublic void setUserName(java.lang.String userName)
setUserName in interface AnonymousUserModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this anonymous userpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AnonymousUserModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this anonymous userpublic void setUuid(java.lang.String uuid)
setUuid in interface AnonymousUserModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this anonymous userpublic com.liferay.portal.kernel.model.CacheModel<AnonymousUser> toCacheModel()
toCacheModel in interface AnonymousUserModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public AnonymousUser toEscapedModel()
toEscapedModel in interface AnonymousUserModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public java.lang.String toString()
toString in interface AnonymousUserModeltoString in class java.lang.Objectpublic AnonymousUser toUnescapedModel()
toUnescapedModel in interface AnonymousUserModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public java.lang.String toXmlString()
toXmlString in interface AnonymousUserModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic AnonymousUser getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<AnonymousUser>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>