@ProviderType public interface CTEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CTEntry>, 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.
|
boolean |
getCollision()
Returns the collision 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 |
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 |
getModelResourcePrimKey()
Returns the model resource prim key of this ct entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct entry.
|
long |
getOriginalCTCollectionId()
Returns the original ct collection ID of this ct entry.
|
long |
getPrimaryKey()
Returns the primary key of this ct entry.
|
int |
getStatus()
Returns the status of this ct entry.
|
long |
getUserId()
Returns the user ID of this ct entry.
|
java.lang.String |
getUserName()
Returns the user name of this ct entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct entry.
|
boolean |
isCollision()
Returns
true if this ct entry is collision. |
void |
setChangeType(int changeType)
Sets the change type of this ct entry.
|
void |
setCollision(boolean collision)
Sets whether this ct entry is collision.
|
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 |
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 |
setModelResourcePrimKey(long modelResourcePrimKey)
Sets the model resource prim key of this ct entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct entry.
|
void |
setOriginalCTCollectionId(long originalCTCollectionId)
Sets the original ct collection ID of this ct entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct entry.
|
void |
setStatus(int status)
Sets the status of this ct entry.
|
void |
setUserId(long userId)
Sets the user ID of this ct entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ct entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct entry.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key 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.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct entrylong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this ct entryjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this ct entry@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this ct entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this ct entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this ct entrylong getOriginalCTCollectionId()
void setOriginalCTCollectionId(long originalCTCollectionId)
originalCTCollectionId - the original 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 getModelResourcePrimKey()
void setModelResourcePrimKey(long modelResourcePrimKey)
modelResourcePrimKey - the model resource prim key of this ct entryint getChangeType()
void setChangeType(int changeType)
changeType - the change type of this ct entryboolean getCollision()
boolean isCollision()
true if this ct entry is collision.true if this ct entry is collision; false otherwisevoid setCollision(boolean collision)
collision - the collision of this ct entryint getStatus()
void setStatus(int status)
status - the status of this ct entry