Class CTMessageWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTMessage>
com.liferay.change.tracking.model.CTMessageWrapper
- All Implemented Interfaces:
CTMessage,CTMessageModel,com.liferay.portal.kernel.model.BaseModel<CTMessage>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CTMessage>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CTMessage>
public class CTMessageWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTMessage>
implements CTMessage, com.liferay.portal.kernel.model.ModelWrapper<CTMessage>
This class is a wrapper for CTMessage.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.change.tracking.model.CTMessage
CT_MESSAGE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ct message.longReturns the ct collection ID of this ct message.longReturns the ct message ID of this ct message.Returns the message content of this ct message.longReturns the mvcc version of this ct message.longReturns the primary key of this ct message.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this ct message.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct message.voidsetCtMessageId(long ctMessageId) Sets the ct message ID of this ct message.voidsetMessageContent(String messageContent) Sets the message content of this ct message.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct message.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct message.protected CTMessageWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CTMessageWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTMessage>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTMessage>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTMessage>- Specified by:
cloneWithOriginalValuesin interfaceCTMessageModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct message.- Specified by:
getCompanyIdin interfaceCTMessageModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ct message
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct message.- Specified by:
getCtCollectionIdin interfaceCTMessageModel- Returns:
- the ct collection ID of this ct message
-
getCtMessageId
public long getCtMessageId()Returns the ct message ID of this ct message.- Specified by:
getCtMessageIdin interfaceCTMessageModel- Returns:
- the ct message ID of this ct message
-
getMessageContent
Returns the message content of this ct message.- Specified by:
getMessageContentin interfaceCTMessageModel- Returns:
- the message content of this ct message
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct message.- Specified by:
getMvccVersionin interfaceCTMessageModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct message
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct message.- Specified by:
getPrimaryKeyin interfaceCTMessageModel- Returns:
- the primary key of this ct message
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct message.- Specified by:
setCompanyIdin interfaceCTMessageModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ct message
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct message.- Specified by:
setCtCollectionIdin interfaceCTMessageModel- Parameters:
ctCollectionId- the ct collection ID of this ct message
-
setCtMessageId
public void setCtMessageId(long ctMessageId) Sets the ct message ID of this ct message.- Specified by:
setCtMessageIdin interfaceCTMessageModel- Parameters:
ctMessageId- the ct message ID of this ct message
-
setMessageContent
Sets the message content of this ct message.- Specified by:
setMessageContentin interfaceCTMessageModel- Parameters:
messageContent- the message content of this ct message
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct message.- Specified by:
setMvccVersionin interfaceCTMessageModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct message
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct message.- Specified by:
setPrimaryKeyin interfaceCTMessageModel- Parameters:
primaryKey- the primary key of this ct message
-
toXmlString
- Specified by:
toXmlStringin interfaceCTMessageModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTMessage>
-