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
model
Fields inherited from interface com.liferay.change.tracking.model.CTComment
CT_COMMENT_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this ct comment.Returns the create date of this ct comment.long
Returns the ct collection ID of this ct comment.long
Returns the ct comment ID of this ct comment.long
Returns the ct entry ID of this ct comment.Returns the modified date of this ct comment.long
Returns the mvcc version of this ct comment.long
Returns the primary key of this ct comment.long
Returns the user ID of this ct comment.Returns the user uuid of this ct comment.getValue()
Returns the value of this ct comment.boolean
isEdited()
void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this ct comment.void
setCreateDate
(Date createDate) Sets the create date of this ct comment.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ct comment.void
setCtCommentId
(long ctCommentId) Sets the ct comment ID of this ct comment.void
setCtEntryId
(long ctEntryId) Sets the ct entry ID of this ct comment.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this ct comment.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ct comment.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ct comment.void
setUserId
(long userId) Sets the user ID of this ct comment.void
setUserUuid
(String userUuid) Sets the user uuid of this ct comment.void
Sets the value of this ct comment.protected CTCommentWrapper
Methods 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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CTCommentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTComment>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CTComment>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CTComment>
- Specified by:
cloneWithOriginalValues
in interfaceCTCommentModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct comment.- Specified by:
getCompanyId
in interfaceCTCommentModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in interfaceCTCommentModel
- Returns:
- the create date of this ct comment
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct comment.- Specified by:
getCtCollectionId
in 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:
getCtCommentId
in 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:
getCtEntryId
in interfaceCTCommentModel
- Returns:
- the ct entry ID of this ct comment
-
getModifiedDate
Returns the modified date of this ct comment.- Specified by:
getModifiedDate
in interfaceCTCommentModel
- Returns:
- the modified date of this ct comment
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct comment.- Specified by:
getMvccVersion
in interfaceCTCommentModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfaceCTCommentModel
- Returns:
- the primary key of this ct comment
-
getUserId
public long getUserId()Returns the user ID of this ct comment.- Specified by:
getUserId
in interfaceCTCommentModel
- Returns:
- the user ID of this ct comment
-
getUserUuid
Returns the user uuid of this ct comment.- Specified by:
getUserUuid
in interfaceCTCommentModel
- Returns:
- the user uuid of this ct comment
-
getValue
Returns the value of this ct comment.- Specified by:
getValue
in interfaceCTCommentModel
- Returns:
- the value of this ct comment
-
isEdited
public boolean isEdited() -
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct comment.- Specified by:
setCompanyId
in interfaceCTCommentModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in 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:
setCtCollectionId
in 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:
setCtCommentId
in 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:
setCtEntryId
in interfaceCTCommentModel
- Parameters:
ctEntryId
- the ct entry ID of this ct comment
-
setModifiedDate
Sets the modified date of this ct comment.- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceCTCommentModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in 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:
setUserId
in interfaceCTCommentModel
- Parameters:
userId
- the user ID of this ct comment
-
setUserUuid
Sets the user uuid of this ct comment.- Specified by:
setUserUuid
in interfaceCTCommentModel
- Parameters:
userUuid
- the user uuid of this ct comment
-
setValue
Sets the value of this ct comment.- Specified by:
setValue
in interfaceCTCommentModel
- Parameters:
value
- the value of this ct comment
-
toXmlString
- Specified by:
toXmlString
in interfaceCTCommentModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTComment>
-