@ProviderType public interface AnonymousUserModel extends com.liferay.portal.kernel.model.BaseModel<AnonymousUser>, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
This interface and its corresponding implementation com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserImpl.
AnonymousUser,
com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserImpl,
com.liferay.content.targeting.anonymous.users.model.impl.AnonymousUserModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(AnonymousUser anonymousUser) |
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.Date |
getModifiedDate()
Returns the modified date of this anonymous user.
|
long |
getPrimaryKey()
Returns the primary key of this anonymous user.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getTypeSettings()
Returns the type settings of this anonymous user.
|
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this anonymous user@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this anonymous userlong getAnonymousUserId()
void setAnonymousUserId(long anonymousUserId)
anonymousUserId - the anonymous user ID of this anonymous userjava.lang.String getAnonymousUserUuid()
void setAnonymousUserUuid(java.lang.String anonymousUserUuid)
anonymousUserUuid - the anonymous user uuid of this anonymous userlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId 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 userlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this anonymous userjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this anonymous user@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this anonymous userjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this anonymous userjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this anonymous user@AutoEscape java.lang.String getLastIp()
void setLastIp(java.lang.String lastIp)
lastIp - the last ip of this anonymous user@AutoEscape java.lang.String getTypeSettings()
void setTypeSettings(java.lang.String typeSettings)
typeSettings - the type settings of this anonymous userboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>clone in interface com.liferay.portal.kernel.model.StagedModelint compareTo(AnonymousUser anonymousUser)
compareTo in interface java.lang.Comparable<AnonymousUser>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<AnonymousUser> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>AnonymousUser toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>AnonymousUser toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<AnonymousUser>