@ProviderType public interface CTEntryModel extends com.liferay.portal.kernel.model.BaseModel<CTEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTEntryModelImpl
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.CTEntryImpl
.
CTEntry
Modifier and Type | Method and Description |
---|---|
int |
getChangeType()
Returns the change type of this ct entry.
|
long |
getCompanyId()
Returns the company ID of this ct entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct entry.
|
long |
getCtEntryId()
Returns the ct entry ID of this ct entry.
|
long |
getModelClassNameId()
Returns the model class name ID of this ct entry.
|
long |
getModelClassPK()
Returns the model class pk of this ct entry.
|
long |
getModelMvccVersion()
Returns the model mvcc version of this ct entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct entry.
|
long |
getMvccVersion()
Returns the mvcc version of this ct entry.
|
long |
getPrimaryKey()
Returns the primary key of this ct entry.
|
long |
getUserId()
Returns the user ID of this ct entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct entry.
|
void |
setChangeType(int changeType)
Sets the change type of this ct entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ct entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ct entry.
|
void |
setCtEntryId(long ctEntryId)
Sets the ct entry ID of this ct entry.
|
void |
setModelClassNameId(long modelClassNameId)
Sets the model class name ID of this ct entry.
|
void |
setModelClassPK(long modelClassPK)
Sets the model class pk of this ct entry.
|
void |
setModelMvccVersion(long modelMvccVersion)
Sets the model mvcc version of this ct entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct entry.
|
void |
setUserId(long userId)
Sets the user ID of this ct entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct entry.
|
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 entrylong 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 entrylong getCtEntryId()
void setCtEntryId(long ctEntryId)
ctEntryId
- the ct entry ID of this ct entrylong 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 entrylong getUserId()
void setUserId(long userId)
userId
- the user ID of this ct entryjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this ct entryjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this ct entryjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this ct entrylong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId
- the ct collection ID of this ct entrylong getModelClassNameId()
void setModelClassNameId(long modelClassNameId)
modelClassNameId
- the model class name ID of this ct entrylong getModelClassPK()
void setModelClassPK(long modelClassPK)
modelClassPK
- the model class pk of this ct entrylong getModelMvccVersion()
void setModelMvccVersion(long modelMvccVersion)
modelMvccVersion
- the model mvcc version of this ct entryint getChangeType()
void setChangeType(int changeType)
changeType
- the change type of this ct entry