@ProviderType public interface AnalyticsMessageModel extends com.liferay.portal.kernel.model.BaseModel<AnalyticsMessage>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.analytics.message.storage.model.impl.AnalyticsMessageModelImpl 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.analytics.message.storage.model.impl.AnalyticsMessageImpl.
AnalyticsMessage| Modifier and Type | Method and Description |
|---|---|
AnalyticsMessage |
cloneWithOriginalValues() |
long |
getAnalyticsMessageId()
Returns the analytics message ID of this analytics message.
|
java.sql.Blob |
getBody()
Returns the body of this analytics message.
|
long |
getCompanyId()
Returns the company ID of this analytics message.
|
java.util.Date |
getCreateDate()
Returns the create date of this analytics message.
|
long |
getMvccVersion()
Returns the mvcc version of this analytics message.
|
long |
getPrimaryKey()
Returns the primary key of this analytics message.
|
long |
getUserId()
Returns the user ID of this analytics message.
|
java.lang.String |
getUserName()
Returns the user name of this analytics message.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this analytics message.
|
void |
setAnalyticsMessageId(long analyticsMessageId)
Sets the analytics message ID of this analytics message.
|
void |
setBody(java.sql.Blob body)
Sets the body of this analytics message.
|
void |
setCompanyId(long companyId)
Sets the company ID of this analytics message.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this analytics message.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this analytics message.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this analytics message.
|
void |
setUserId(long userId)
Sets the user ID of this analytics message.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this analytics message.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this analytics message.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this analytics messagelong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this analytics messagelong getAnalyticsMessageId()
void setAnalyticsMessageId(long analyticsMessageId)
analyticsMessageId - the analytics message ID of this analytics messagelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this analytics messagelong getUserId()
void setUserId(long userId)
userId - the user ID of this analytics messagejava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this analytics message@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this analytics messagejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this analytics messagejava.sql.Blob getBody()
void setBody(java.sql.Blob body)
body - the body of this analytics messageAnalyticsMessage cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AnalyticsMessage>