public class KaleoTaskFormWrapper extends BaseModelWrapper<KaleoTaskForm> implements KaleoTaskForm, ModelWrapper<KaleoTaskForm>
This class is a wrapper for KaleoTaskForm.
KaleoTaskForm,
Serialized FormmodelKALEO_TASK_FORM_ID_ACCESSOR| Constructor and Description |
|---|
KaleoTaskFormWrapper(KaleoTaskForm kaleoTaskForm) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this kaleo task form.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo task form.
|
java.lang.String |
getDescription()
Returns the description of this kaleo task form.
|
long |
getFormCompanyId()
Returns the form company ID of this kaleo task form.
|
java.lang.String |
getFormDefinition()
Returns the form definition of this kaleo task form.
|
long |
getFormGroupId()
Returns the form group ID of this kaleo task form.
|
long |
getFormId()
Returns the form ID of this kaleo task form.
|
java.lang.String |
getFormUuid()
Returns the form uuid of this kaleo task form.
|
long |
getGroupId()
Returns the group ID of this kaleo task form.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo task form.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo task form.
|
long |
getKaleoNodeId()
Returns the kaleo node ID of this kaleo task form.
|
long |
getKaleoTaskFormId()
Returns the kaleo task form ID of this kaleo task form.
|
long |
getKaleoTaskId()
Returns the kaleo task ID of this kaleo task form.
|
java.lang.String |
getKaleoTaskName()
Returns the kaleo task name of this kaleo task form.
|
java.lang.String |
getMetadata()
Returns the metadata of this kaleo task form.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo task form.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo task form.
|
java.lang.String |
getName()
Returns the name of this kaleo task form.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo task form.
|
int |
getPriority()
Returns the priority of this kaleo task form.
|
long |
getUserId()
Returns the user ID of this kaleo task form.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo task form.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo task form.
|
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 form.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this kaleo task form.
|
void |
setDescription(java.lang.String description)
Sets the description of this kaleo task form.
|
void |
setFormCompanyId(long formCompanyId)
Sets the form company ID of this kaleo task form.
|
void |
setFormDefinition(java.lang.String formDefinition)
Sets the form definition of this kaleo task form.
|
void |
setFormGroupId(long formGroupId)
Sets the form group ID of this kaleo task form.
|
void |
setFormId(long formId)
Sets the form ID of this kaleo task form.
|
void |
setFormUuid(java.lang.String formUuid)
Sets the form uuid of this kaleo task form.
|
void |
setGroupId(long groupId)
Sets the group ID of this kaleo task form.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition ID of this kaleo task form.
|
void |
setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
Sets the kaleo definition version ID of this kaleo task form.
|
void |
setKaleoNodeId(long kaleoNodeId)
Sets the kaleo node ID of this kaleo task form.
|
void |
setKaleoTaskFormId(long kaleoTaskFormId)
Sets the kaleo task form ID of this kaleo task form.
|
void |
setKaleoTaskId(long kaleoTaskId)
Sets the kaleo task ID of this kaleo task form.
|
void |
setKaleoTaskName(java.lang.String kaleoTaskName)
Sets the kaleo task name of this kaleo task form.
|
void |
setMetadata(java.lang.String metadata)
Sets the metadata of this kaleo task form.
|
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 form.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo task form.
|
void |
setName(java.lang.String name)
Sets the name of this kaleo task form.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo task form.
|
void |
setPriority(int priority)
Sets the priority of this kaleo task form.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo task form.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo task form.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo task form.
|
protected KaleoTaskFormWrapper |
wrap(KaleoTaskForm kaleoTaskForm) |
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 KaleoTaskFormWrapper(KaleoTaskForm kaleoTaskForm)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<KaleoTaskForm>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<KaleoTaskForm>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface KaleoTaskFormModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface KaleoTaskFormModelpublic java.lang.String getDescription()
getDescription in interface KaleoTaskFormModelpublic long getFormCompanyId()
getFormCompanyId in interface KaleoTaskFormModelpublic java.lang.String getFormDefinition()
getFormDefinition in interface KaleoTaskFormModelpublic long getFormGroupId()
getFormGroupId in interface KaleoTaskFormModelpublic long getFormId()
getFormId in interface KaleoTaskFormModelpublic java.lang.String getFormUuid()
getFormUuid in interface KaleoTaskFormModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface KaleoTaskFormModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoTaskFormModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoTaskFormModelpublic long getKaleoNodeId()
getKaleoNodeId in interface KaleoTaskFormModelpublic long getKaleoTaskFormId()
getKaleoTaskFormId in interface KaleoTaskFormModelpublic long getKaleoTaskId()
getKaleoTaskId in interface KaleoTaskFormModelpublic java.lang.String getKaleoTaskName()
getKaleoTaskName in interface KaleoTaskFormModelpublic java.lang.String getMetadata()
getMetadata in interface KaleoTaskFormModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface KaleoTaskFormModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface KaleoTaskFormModelpublic java.lang.String getName()
getName in interface KaleoTaskFormModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoTaskFormModelpublic int getPriority()
getPriority in interface KaleoTaskFormModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface KaleoTaskFormModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface KaleoTaskFormModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface KaleoTaskFormModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface KaleoTaskFormModelcompanyId - the company ID of this kaleo task formpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface KaleoTaskFormModelcreateDate - the create date of this kaleo task formpublic void setDescription(java.lang.String description)
setDescription in interface KaleoTaskFormModeldescription - the description of this kaleo task formpublic void setFormCompanyId(long formCompanyId)
setFormCompanyId in interface KaleoTaskFormModelformCompanyId - the form company ID of this kaleo task formpublic void setFormDefinition(java.lang.String formDefinition)
setFormDefinition in interface KaleoTaskFormModelformDefinition - the form definition of this kaleo task formpublic void setFormGroupId(long formGroupId)
setFormGroupId in interface KaleoTaskFormModelformGroupId - the form group ID of this kaleo task formpublic void setFormId(long formId)
setFormId in interface KaleoTaskFormModelformId - the form ID of this kaleo task formpublic void setFormUuid(java.lang.String formUuid)
setFormUuid in interface KaleoTaskFormModelformUuid - the form uuid of this kaleo task formpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface KaleoTaskFormModelgroupId - the group ID of this kaleo task formpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoTaskFormModelkaleoDefinitionId - the kaleo definition ID of this kaleo task formpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoTaskFormModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo task formpublic void setKaleoNodeId(long kaleoNodeId)
setKaleoNodeId in interface KaleoTaskFormModelkaleoNodeId - the kaleo node ID of this kaleo task formpublic void setKaleoTaskFormId(long kaleoTaskFormId)
setKaleoTaskFormId in interface KaleoTaskFormModelkaleoTaskFormId - the kaleo task form ID of this kaleo task formpublic void setKaleoTaskId(long kaleoTaskId)
setKaleoTaskId in interface KaleoTaskFormModelkaleoTaskId - the kaleo task ID of this kaleo task formpublic void setKaleoTaskName(java.lang.String kaleoTaskName)
setKaleoTaskName in interface KaleoTaskFormModelkaleoTaskName - the kaleo task name of this kaleo task formpublic void setMetadata(java.lang.String metadata)
setMetadata in interface KaleoTaskFormModelmetadata - the metadata of this kaleo task formpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface KaleoTaskFormModelmodifiedDate - the modified date of this kaleo task formpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface KaleoTaskFormModelmvccVersion - the mvcc version of this kaleo task formpublic void setName(java.lang.String name)
setName in interface KaleoTaskFormModelname - the name of this kaleo task formpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoTaskFormModelprimaryKey - the primary key of this kaleo task formpublic void setPriority(int priority)
setPriority in interface KaleoTaskFormModelpriority - the priority of this kaleo task formpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface KaleoTaskFormModeluserId - the user ID of this kaleo task formpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface KaleoTaskFormModeluserName - the user name of this kaleo task formpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface KaleoTaskFormModeluserUuid - the user uuid of this kaleo task formprotected KaleoTaskFormWrapper wrap(KaleoTaskForm kaleoTaskForm)
wrap in class BaseModelWrapper<KaleoTaskForm>