public class CTProcessWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess> implements CTProcess, com.liferay.portal.kernel.model.ModelWrapper<CTProcess>
This class is a wrapper for CTProcess.
CTProcess,
Serialized FormCT_PROCESS_ID_ACCESSOR| Constructor and Description |
|---|
CTProcessWrapper(CTProcess 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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ct process.
|
long |
getPrimaryKey()
Returns the primary key of this ct process.
|
int |
getType()
Returns the type 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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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 |
setType(int type)
Sets the type 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.
|
java.lang.String |
toXmlString() |
protected CTProcessWrapper |
wrap(CTProcess ctProcess) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CTProcessWrapper(CTProcess ctProcess)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTProcess>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTProcess>public CTProcess cloneWithOriginalValues()
cloneWithOriginalValues in interface CTProcessModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTProcess>public long getBackgroundTaskId()
getBackgroundTaskId in interface CTProcessModelpublic long getCompanyId()
getCompanyId in interface CTProcessModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CTProcessModelpublic long getCtCollectionId()
getCtCollectionId in interface CTProcessModelpublic long getCtProcessId()
getCtProcessId in interface CTProcessModelpublic long getMvccVersion()
getMvccVersion in interface CTProcessModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CTProcessModelpublic int getType()
getType in interface CTProcessModelpublic long getUserId()
getUserId in interface CTProcessModelpublic java.lang.String getUserUuid()
getUserUuid in interface CTProcessModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBackgroundTaskId(long backgroundTaskId)
setBackgroundTaskId in interface CTProcessModelbackgroundTaskId - the background task ID of this ct processpublic void setCompanyId(long companyId)
setCompanyId in interface CTProcessModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct processpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CTProcessModelcreateDate - the create date of this ct processpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTProcessModelctCollectionId - the ct collection ID of this ct processpublic void setCtProcessId(long ctProcessId)
setCtProcessId in interface CTProcessModelctProcessId - the ct process ID of this ct processpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CTProcessModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct processpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTProcessModelprimaryKey - the primary key of this ct processpublic void setType(int type)
setType in interface CTProcessModeltype - the type of this ct processpublic void setUserId(long userId)
setUserId in interface CTProcessModeluserId - the user ID of this ct processpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CTProcessModeluserUuid - the user uuid of this ct processpublic java.lang.String toXmlString()
toXmlString in interface CTProcessModelprotected CTProcessWrapper wrap(CTProcess ctProcess)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTProcess>