@ProviderType public interface AnalyticsDeleteMessageModel extends com.liferay.portal.kernel.model.BaseModel<AnalyticsDeleteMessage>, 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.AnalyticsDeleteMessageModelImpl
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.AnalyticsDeleteMessageImpl
.
AnalyticsDeleteMessage
Modifier and Type | Method and Description |
---|---|
AnalyticsDeleteMessage |
cloneWithOriginalValues() |
long |
getAnalyticsDeleteMessageId()
Returns the analytics delete message ID of this analytics delete message.
|
java.lang.String |
getClassName()
Returns the class name of this analytics delete message.
|
long |
getClassPK()
Returns the class pk of this analytics delete message.
|
long |
getCompanyId()
Returns the company ID of this analytics delete message.
|
java.util.Date |
getCreateDate()
Returns the create date of this analytics delete message.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this analytics delete message.
|
long |
getMvccVersion()
Returns the mvcc version of this analytics delete message.
|
long |
getPrimaryKey()
Returns the primary key of this analytics delete message.
|
long |
getUserId()
Returns the user ID of this analytics delete message.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this analytics delete message.
|
void |
setAnalyticsDeleteMessageId(long analyticsDeleteMessageId)
Sets the analytics delete message ID of this analytics delete message.
|
void |
setClassName(java.lang.String className)
Sets the class name of this analytics delete message.
|
void |
setClassPK(long classPK)
Sets the class pk of this analytics delete message.
|
void |
setCompanyId(long companyId)
Sets the company ID of this analytics delete message.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this analytics delete message.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this analytics delete message.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this analytics delete message.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this analytics delete message.
|
void |
setUserId(long userId)
Sets the user ID of this analytics delete message.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this analytics delete message.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this analytics delete messagelong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this analytics delete messagelong getAnalyticsDeleteMessageId()
void setAnalyticsDeleteMessageId(long analyticsDeleteMessageId)
analyticsDeleteMessageId
- the analytics delete message ID of this analytics delete messagelong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this analytics delete messagelong getUserId()
void setUserId(long userId)
userId
- the user ID of this analytics delete messagejava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this analytics delete messagejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this analytics delete messagejava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this analytics delete message@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className
- the class name of this analytics delete messagelong getClassPK()
void setClassPK(long classPK)
classPK
- the class pk of this analytics delete messageAnalyticsDeleteMessage cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<AnalyticsDeleteMessage>
default java.lang.String toXmlString()