public class KaleoTaskWrapper extends BaseModelWrapper<KaleoTask> implements KaleoTask, ModelWrapper<KaleoTask>
This class is a wrapper for KaleoTask.
KaleoTask,
Serialized FormmodelKALEO_TASK_ID_ACCESSOR| Constructor and Description |
|---|
KaleoTaskWrapper(KaleoTask kaleoTask) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this kaleo task.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo task.
|
java.lang.String |
getDescription()
Returns the description of this kaleo task.
|
long |
getGroupId()
Returns the group ID of this kaleo task.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo task.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo task.
|
KaleoNode |
getKaleoNode() |
long |
getKaleoNodeId()
Returns the kaleo node ID of this kaleo task.
|
java.util.List<KaleoTaskAssignment> |
getKaleoTaskAssignments() |
long |
getKaleoTaskId()
Returns the kaleo task ID of this kaleo task.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo task.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo task.
|
java.lang.String |
getName()
Returns the name of this kaleo task.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo task.
|
long |
getUserId()
Returns the user ID of this kaleo task.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo task.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo task.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo task.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo task.
|
void |
setDescription(java.lang.String description)
Sets the description of this kaleo task.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo task.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo task.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo task.
|
void |
setKaleoNodeId(long kaleoNodeId)
Sets the kaleo node ID of this kaleo task.
|
void |
setKaleoTaskId(long kaleoTaskId)
Sets the kaleo task ID of this kaleo task.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo task.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo task.
|
void |
setName(java.lang.String name)
Sets the name of this kaleo task.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo task.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo task.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo task.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo task.
|
protected KaleoTaskWrapper |
wrap(KaleoTask kaleoTask) |
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 KaleoTaskWrapper(KaleoTask kaleoTask)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<KaleoTask>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<KaleoTask>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface KaleoTaskModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface KaleoTaskModelpublic java.lang.String getDescription()
getDescription in interface KaleoTaskModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface KaleoTaskModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoTaskModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoTaskModelpublic KaleoNode getKaleoNode() throws PortalException
getKaleoNode in interface KaleoTaskPortalExceptionpublic long getKaleoNodeId()
getKaleoNodeId in interface KaleoTaskModelpublic java.util.List<KaleoTaskAssignment> getKaleoTaskAssignments()
getKaleoTaskAssignments in interface KaleoTaskpublic long getKaleoTaskId()
getKaleoTaskId in interface KaleoTaskModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface KaleoTaskModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface KaleoTaskModelpublic java.lang.String getName()
getName in interface KaleoTaskModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoTaskModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface KaleoTaskModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface KaleoTaskModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface KaleoTaskModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface KaleoTaskModelcompanyId - the company ID of this kaleo taskpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface KaleoTaskModelcreateDate - the create date of this kaleo taskpublic void setDescription(java.lang.String description)
setDescription in interface KaleoTaskModeldescription - the description of this kaleo taskpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface KaleoTaskModelgroupId - the group ID of this kaleo taskpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoTaskModelkaleoDefinitionId - the kaleo definition ID of this kaleo taskpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoTaskModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo taskpublic void setKaleoNodeId(long kaleoNodeId)
setKaleoNodeId in interface KaleoTaskModelkaleoNodeId - the kaleo node ID of this kaleo taskpublic void setKaleoTaskId(long kaleoTaskId)
setKaleoTaskId in interface KaleoTaskModelkaleoTaskId - the kaleo task ID of this kaleo taskpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface KaleoTaskModelmodifiedDate - the modified date of this kaleo taskpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface KaleoTaskModelmvccVersion - the mvcc version of this kaleo taskpublic void setName(java.lang.String name)
setName in interface KaleoTaskModelname - the name of this kaleo taskpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoTaskModelprimaryKey - the primary key of this kaleo taskpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface KaleoTaskModeluserId - the user ID of this kaleo taskpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface KaleoTaskModeluserName - the user name of this kaleo taskpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface KaleoTaskModeluserUuid - the user uuid of this kaleo taskprotected KaleoTaskWrapper wrap(KaleoTask kaleoTask)
wrap in class BaseModelWrapper<KaleoTask>