@ProviderType public interface CTProcessModel extends com.liferay.portal.kernel.model.BaseModel<CTProcess>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTProcessModelImpl 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.CTProcessImpl.
CTProcess| Modifier and Type | Method and Description |
|---|---|
CTProcess |
cloneWithOriginalValues() |
long |
getBackgroundTaskId()
Returns the background task ID of this ct process.
|
long |
getCompanyId()
Returns the company ID of this ct process.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct process.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct process.
|
long |
getCtProcessId()
Returns the ct process ID of this ct process.
|
long |
getMvccVersion()
Returns the mvcc version of this ct process.
|
long |
getPrimaryKey()
Returns the primary key of this ct process.
|
long |
getUserId()
Returns the user ID of this ct process.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct process.
|
void |
setBackgroundTaskId(long backgroundTaskId)
Sets the background task ID of this ct process.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct process.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ct process.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ct process.
|
void |
setCtProcessId(long ctProcessId)
Sets the ct process ID of this ct process.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct process.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct process.
|
void |
setUserId(long userId)
Sets the user ID of this ct process.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct process.
|
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 processlong 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 processlong getCtProcessId()
void setCtProcessId(long ctProcessId)
ctProcessId - the ct process ID of this ct processlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct processlong getUserId()
void setUserId(long userId)
userId - the user ID of this ct processjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this ct processjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this ct processlong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId - the ct collection ID of this ct processlong getBackgroundTaskId()
void setBackgroundTaskId(long backgroundTaskId)
backgroundTaskId - the background task ID of this ct process