Class CTCommentWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTComment>
com.liferay.change.tracking.model.CTCommentWrapper
- All Implemented Interfaces:
CTComment,CTCommentModel,com.liferay.portal.kernel.model.BaseModel<CTComment>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CTComment>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CTComment>
public class CTCommentWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTComment>
implements CTComment, com.liferay.portal.kernel.model.ModelWrapper<CTComment>
This class is a wrapper for CTComment.
- 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.CTComment
CT_COMMENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ct comment.Returns the create date of this ct comment.longReturns the ct collection ID of this ct comment.longReturns the ct comment ID of this ct comment.longReturns the ct entry ID of this ct comment.Returns the modified date of this ct comment.longReturns the mvcc version of this ct comment.longReturns the primary key of this ct comment.longReturns the user ID of this ct comment.Returns the user uuid of this ct comment.getValue()Returns the value of this ct comment.booleanisEdited()voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this ct comment.voidsetCreateDate(Date createDate) Sets the create date of this ct comment.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct comment.voidsetCtCommentId(long ctCommentId) Sets the ct comment ID of this ct comment.voidsetCtEntryId(long ctEntryId) Sets the ct entry ID of this ct comment.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this ct comment.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct comment.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct comment.voidsetUserId(long userId) Sets the user ID of this ct comment.voidsetUserUuid(String userUuid) Sets the user uuid of this ct comment.voidSets the value of this ct comment.protected CTCommentWrapperMethods 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
-
CTCommentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTComment>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTComment>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTComment>- Specified by:
cloneWithOriginalValuesin interfaceCTCommentModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct comment.- Specified by:
getCompanyIdin interfaceCTCommentModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ct comment
-
getCreateDate
Returns the create date of this ct comment.- Specified by:
getCreateDatein interfaceCTCommentModel- Returns:
- the create date of this ct comment
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct comment.- Specified by:
getCtCollectionIdin interfaceCTCommentModel- Returns:
- the ct collection ID of this ct comment
-
getCtCommentId
public long getCtCommentId()Returns the ct comment ID of this ct comment.- Specified by:
getCtCommentIdin interfaceCTCommentModel- Returns:
- the ct comment ID of this ct comment
-
getCtEntryId
public long getCtEntryId()Returns the ct entry ID of this ct comment.- Specified by:
getCtEntryIdin interfaceCTCommentModel- Returns:
- the ct entry ID of this ct comment
-
getModifiedDate
Returns the modified date of this ct comment.- Specified by:
getModifiedDatein interfaceCTCommentModel- Returns:
- the modified date of this ct comment
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct comment.- Specified by:
getMvccVersionin interfaceCTCommentModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct comment
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct comment.- Specified by:
getPrimaryKeyin interfaceCTCommentModel- Returns:
- the primary key of this ct comment
-
getUserId
public long getUserId()Returns the user ID of this ct comment.- Specified by:
getUserIdin interfaceCTCommentModel- Returns:
- the user ID of this ct comment
-
getUserUuid
Returns the user uuid of this ct comment.- Specified by:
getUserUuidin interfaceCTCommentModel- Returns:
- the user uuid of this ct comment
-
getValue
Returns the value of this ct comment.- Specified by:
getValuein interfaceCTCommentModel- Returns:
- the value of this ct comment
-
isEdited
public boolean isEdited() -
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 comment.- Specified by:
setCompanyIdin interfaceCTCommentModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ct comment
-
setCreateDate
Sets the create date of this ct comment.- Specified by:
setCreateDatein interfaceCTCommentModel- Parameters:
createDate- the create date of this ct comment
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct comment.- Specified by:
setCtCollectionIdin interfaceCTCommentModel- Parameters:
ctCollectionId- the ct collection ID of this ct comment
-
setCtCommentId
public void setCtCommentId(long ctCommentId) Sets the ct comment ID of this ct comment.- Specified by:
setCtCommentIdin interfaceCTCommentModel- Parameters:
ctCommentId- the ct comment ID of this ct comment
-
setCtEntryId
public void setCtEntryId(long ctEntryId) Sets the ct entry ID of this ct comment.- Specified by:
setCtEntryIdin interfaceCTCommentModel- Parameters:
ctEntryId- the ct entry ID of this ct comment
-
setModifiedDate
Sets the modified date of this ct comment.- Specified by:
setModifiedDatein interfaceCTCommentModel- Parameters:
modifiedDate- the modified date of this ct comment
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct comment.- Specified by:
setMvccVersionin interfaceCTCommentModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct comment
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct comment.- Specified by:
setPrimaryKeyin interfaceCTCommentModel- Parameters:
primaryKey- the primary key of this ct comment
-
setUserId
public void setUserId(long userId) Sets the user ID of this ct comment.- Specified by:
setUserIdin interfaceCTCommentModel- Parameters:
userId- the user ID of this ct comment
-
setUserUuid
Sets the user uuid of this ct comment.- Specified by:
setUserUuidin interfaceCTCommentModel- Parameters:
userUuid- the user uuid of this ct comment
-
setValue
Sets the value of this ct comment.- Specified by:
setValuein interfaceCTCommentModel- Parameters:
value- the value of this ct comment
-
toXmlString
- Specified by:
toXmlStringin interfaceCTCommentModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTComment>
-