public class CTProcessWrapper extends BaseModelWrapper<CTProcess> implements CTProcess, ModelWrapper<CTProcess>
This class is a wrapper for CTProcess.
CTProcess,
Serialized FormmodelCT_PROCESS_ID_ACCESSOR| Constructor and Description |
|---|
CTProcessWrapper(CTProcess ctProcess) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
long |
getUserId()
Returns the user ID of this ct process.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct process.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
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.
|
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, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic CTProcessWrapper(CTProcess ctProcess)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<CTProcess>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<CTProcess>public long getBackgroundTaskId()
getBackgroundTaskId in interface CTProcessModelpublic long getCompanyId()
getCompanyId in interface CTProcessModelgetCompanyId in interface 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 MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CTProcessModelpublic long getUserId()
getUserId in interface CTProcessModelpublic java.lang.String getUserUuid()
getUserUuid in interface CTProcessModelpublic void persist()
PersistedModelpersist in interface 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 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 MVCCModelmvccVersion - the mvcc version of this ct processpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTProcessModelprimaryKey - the primary key 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 processprotected CTProcessWrapper wrap(CTProcess ctProcess)
wrap in class BaseModelWrapper<CTProcess>