@ProviderType public interface CTEntryModel extends com.liferay.portal.kernel.model.BaseModel<CTEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
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 |
|---|---|
CTEntry |
cloneWithOriginalValues() |
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.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code 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.
|
java.lang.String |
getUuid()
Returns the 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 |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code 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.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ct entry.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this ct entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this ct entry@AutoEscape java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelvoid setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelexternalReferenceCode - the external reference code 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.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - 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()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this ct entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - 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 entryCTEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTEntry>default java.lang.String toXmlString()