public class KaleoTaskFormWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskForm> implements KaleoTaskForm, com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskForm>
This class is a wrapper for KaleoTaskForm.
KaleoTaskForm,
Serialized FormKALEO_TASK_FORM_ID_ACCESSOR| Constructor and Description |
|---|
KaleoTaskFormWrapper(KaleoTaskForm kaleoTaskForm) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTaskForm |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoTaskForm,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoTaskForm,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this kaleo task form.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo task form.
|
long |
getCtCollectionId()
Returns the ct collection ID 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() |
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID 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.
|
java.lang.String |
toXmlString() |
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, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic KaleoTaskFormWrapper(KaleoTaskForm kaleoTaskForm)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>public KaleoTaskForm cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>cloneWithOriginalValues in interface KaleoTaskFormModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoTaskFormModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoTaskFormModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>getCtCollectionId 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 com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoTaskFormModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoTaskFormModelpublic java.lang.String getName()
getName in interface KaleoTaskFormModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>getPrimaryKey in interface KaleoTaskFormModelpublic int getPriority()
getPriority in interface KaleoTaskFormModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoTaskFormModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoTaskFormModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoTaskFormModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoTaskFormModelcompanyId - the company ID of this kaleo task formpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoTaskFormModelcreateDate - the create date of this kaleo task formpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>setCtCollectionId in interface KaleoTaskFormModelctCollectionId - the ct collection ID 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 com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoTaskFormModelmodifiedDate - the modified date of this kaleo task formpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>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 com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoTaskFormModeluserId - the user ID of this kaleo task formpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoTaskFormModeluserName - the user name of this kaleo task formpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoTaskFormModeluserUuid - the user uuid of this kaleo task formpublic java.lang.String toXmlString()
toXmlString in interface KaleoTaskFormModelpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoTaskForm,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoTaskForm,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>protected KaleoTaskFormWrapper wrap(KaleoTaskForm kaleoTaskForm)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskForm>