@ProviderType public interface CTMessageModel extends com.liferay.portal.kernel.model.BaseModel<CTMessage>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTMessageModelImpl
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.change.tracking.model.impl.CTMessageImpl
.
CTMessage
Modifier and Type | Method and Description |
---|---|
CTMessage |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct message.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct message.
|
long |
getCtMessageId()
Returns the ct message ID of this ct message.
|
java.lang.String |
getMessageContent()
Returns the message content of this ct message.
|
long |
getMvccVersion()
Returns the mvcc version of this ct message.
|
long |
getPrimaryKey()
Returns the primary key of this ct message.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct message.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ct message.
|
void |
setCtMessageId(long ctMessageId)
Sets the ct message ID of this ct message.
|
void |
setMessageContent(java.lang.String messageContent)
Sets the message content of this ct message.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct message.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct message.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this ct 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 ct messagelong getCtMessageId()
void setCtMessageId(long ctMessageId)
ctMessageId
- the ct message ID of this ct 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 ct messagelong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId
- the ct collection ID of this ct message@AutoEscape java.lang.String getMessageContent()
void setMessageContent(java.lang.String messageContent)
messageContent
- the message content of this ct message