@ProviderType public interface CTCommentModel extends com.liferay.portal.kernel.model.BaseModel<CTComment>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTCommentModelImpl
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.CTCommentImpl
.
CTComment
Modifier and Type | Method and Description |
---|---|
CTComment |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct comment.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct comment.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct comment.
|
long |
getCtCommentId()
Returns the ct comment ID of this ct comment.
|
long |
getCtEntryId()
Returns the ct entry ID of this ct comment.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct comment.
|
long |
getMvccVersion()
Returns the mvcc version of this ct comment.
|
long |
getPrimaryKey()
Returns the primary key of this ct comment.
|
long |
getUserId()
Returns the user ID of this ct comment.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct comment.
|
java.lang.String |
getValue()
Returns the value of this ct comment.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct comment.
|
void |
setCreateDate(java.util.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 |
setModifiedDate(java.util.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(java.lang.String userUuid)
Sets the user uuid of this ct comment.
|
void |
setValue(java.lang.String value)
Sets the value of this ct comment.
|
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 commentlong 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 commentlong getCtCommentId()
void setCtCommentId(long ctCommentId)
ctCommentId
- the ct comment ID of this ct commentlong 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 commentlong getUserId()
void setUserId(long userId)
userId
- the user ID of this ct commentjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this ct commentjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this ct commentjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this ct commentlong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId
- the ct collection ID of this ct commentlong getCtEntryId()
void setCtEntryId(long ctEntryId)
ctEntryId
- the ct entry ID of this ct comment@AutoEscape java.lang.String getValue()
void setValue(java.lang.String value)
value
- the value of this ct comment