Class KaleoTaskFormWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskForm>
com.liferay.portal.workflow.kaleo.model.KaleoTaskFormWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskForm>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoTaskForm
,KaleoTaskFormModel
,Serializable
,Cloneable
,Comparable<KaleoTaskForm>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTaskForm
KALEO_TASK_FORM_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this kaleo task form.Returns the create date of this kaleo task form.long
Returns the ct collection ID of this kaleo task form.Returns the description of this kaleo task form.long
Returns the form company ID of this kaleo task form.Returns the form definition of this kaleo task form.long
Returns the form group ID of this kaleo task form.long
Returns the form ID of this kaleo task form.Returns the form uuid of this kaleo task form.long
Returns the group ID of this kaleo task form.long
Returns the kaleo definition ID of this kaleo task form.long
Returns the kaleo definition version ID of this kaleo task form.long
Returns the kaleo node ID of this kaleo task form.long
Returns the kaleo task form ID of this kaleo task form.long
Returns the kaleo task ID of this kaleo task form.Returns the kaleo task name of this kaleo task form.Returns the metadata of this kaleo task form.Returns the modified date of this kaleo task form.long
Returns the mvcc version of this kaleo task form.getName()
Returns the name of this kaleo task form.long
Returns the primary key of this kaleo task form.int
Returns the priority of this kaleo task form.long
Returns the user ID of this kaleo task form.Returns the user name of this kaleo task form.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
(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
(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
(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
(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
(String kaleoTaskName) Sets the kaleo task name of this kaleo task form.void
setMetadata
(String metadata) Sets the metadata of this kaleo task form.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
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
(String userName) Sets the user name of this kaleo task form.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo task form.protected KaleoTaskFormWrapper
wrap
(KaleoTaskForm kaleoTaskForm) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTaskFormWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTaskFormModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task form.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTaskFormModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo task form
-
getCreateDate
Returns the create date of this kaleo task form.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoTaskFormModel
- Returns:
- the create date of this kaleo task form
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo task form.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
- Specified by:
getCtCollectionId
in interfaceKaleoTaskFormModel
- Returns:
- the ct collection ID of this kaleo task form
-
getDescription
Returns the description of this kaleo task form.- Specified by:
getDescription
in interfaceKaleoTaskFormModel
- Returns:
- the description of this kaleo task form
-
getFormCompanyId
public long getFormCompanyId()Returns the form company ID of this kaleo task form.- Specified by:
getFormCompanyId
in interfaceKaleoTaskFormModel
- Returns:
- the form company ID of this kaleo task form
-
getFormDefinition
Returns the form definition of this kaleo task form.- Specified by:
getFormDefinition
in interfaceKaleoTaskFormModel
- Returns:
- the form definition of this kaleo task form
-
getFormGroupId
public long getFormGroupId()Returns the form group ID of this kaleo task form.- Specified by:
getFormGroupId
in interfaceKaleoTaskFormModel
- Returns:
- the form group ID of this kaleo task form
-
getFormId
public long getFormId()Returns the form ID of this kaleo task form.- Specified by:
getFormId
in interfaceKaleoTaskFormModel
- Returns:
- the form ID of this kaleo task form
-
getFormUuid
Returns the form uuid of this kaleo task form.- Specified by:
getFormUuid
in interfaceKaleoTaskFormModel
- Returns:
- the form uuid of this kaleo task form
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo task form.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoTaskFormModel
- Returns:
- the group ID of this kaleo task form
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo task form.- Specified by:
getKaleoDefinitionId
in interfaceKaleoTaskFormModel
- Returns:
- the kaleo definition ID of this kaleo task form
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo task form.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoTaskFormModel
- Returns:
- the kaleo definition version ID of this kaleo task form
-
getKaleoNodeId
public long getKaleoNodeId()Returns the kaleo node ID of this kaleo task form.- Specified by:
getKaleoNodeId
in interfaceKaleoTaskFormModel
- Returns:
- the kaleo node ID of this kaleo task form
-
getKaleoTaskFormId
public long getKaleoTaskFormId()Returns the kaleo task form ID of this kaleo task form.- Specified by:
getKaleoTaskFormId
in interfaceKaleoTaskFormModel
- Returns:
- the kaleo task form ID of this kaleo task form
-
getKaleoTaskId
public long getKaleoTaskId()Returns the kaleo task ID of this kaleo task form.- Specified by:
getKaleoTaskId
in interfaceKaleoTaskFormModel
- Returns:
- the kaleo task ID of this kaleo task form
-
getKaleoTaskName
Returns the kaleo task name of this kaleo task form.- Specified by:
getKaleoTaskName
in interfaceKaleoTaskFormModel
- Returns:
- the kaleo task name of this kaleo task form
-
getMetadata
Returns the metadata of this kaleo task form.- Specified by:
getMetadata
in interfaceKaleoTaskFormModel
- Returns:
- the metadata of this kaleo task form
-
getModifiedDate
Returns the modified date of this kaleo task form.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoTaskFormModel
- Returns:
- the modified date of this kaleo task form
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo task form.- Specified by:
getMvccVersion
in interfaceKaleoTaskFormModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo task form
-
getName
Returns the name of this kaleo task form.- Specified by:
getName
in interfaceKaleoTaskFormModel
- Returns:
- the name of this kaleo task form
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo task form.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
- Specified by:
getPrimaryKey
in interfaceKaleoTaskFormModel
- Returns:
- the primary key of this kaleo task form
-
getPriority
public int getPriority()Returns the priority of this kaleo task form.- Specified by:
getPriority
in interfaceKaleoTaskFormModel
- Returns:
- the priority of this kaleo task form
-
getUserId
public long getUserId()Returns the user ID of this kaleo task form.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTaskFormModel
- Returns:
- the user ID of this kaleo task form
-
getUserName
Returns the user name of this kaleo task form.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTaskFormModel
- Returns:
- the user name of this kaleo task form
-
getUserUuid
Returns the user uuid of this kaleo task form.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTaskFormModel
- Returns:
- the user uuid of this kaleo task form
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo task form.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTaskFormModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo task form
-
setCreateDate
Sets the create date of this kaleo task form.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoTaskFormModel
- Parameters:
createDate
- the create date of this kaleo task form
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task form.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
- Specified by:
setCtCollectionId
in interfaceKaleoTaskFormModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo task form
-
setDescription
Sets the description of this kaleo task form.- Specified by:
setDescription
in interfaceKaleoTaskFormModel
- Parameters:
description
- the description of this kaleo task form
-
setFormCompanyId
public void setFormCompanyId(long formCompanyId) Sets the form company ID of this kaleo task form.- Specified by:
setFormCompanyId
in interfaceKaleoTaskFormModel
- Parameters:
formCompanyId
- the form company ID of this kaleo task form
-
setFormDefinition
Sets the form definition of this kaleo task form.- Specified by:
setFormDefinition
in interfaceKaleoTaskFormModel
- Parameters:
formDefinition
- the form definition of this kaleo task form
-
setFormGroupId
public void setFormGroupId(long formGroupId) Sets the form group ID of this kaleo task form.- Specified by:
setFormGroupId
in interfaceKaleoTaskFormModel
- Parameters:
formGroupId
- the form group ID of this kaleo task form
-
setFormId
public void setFormId(long formId) Sets the form ID of this kaleo task form.- Specified by:
setFormId
in interfaceKaleoTaskFormModel
- Parameters:
formId
- the form ID of this kaleo task form
-
setFormUuid
Sets the form uuid of this kaleo task form.- Specified by:
setFormUuid
in interfaceKaleoTaskFormModel
- Parameters:
formUuid
- the form uuid of this kaleo task form
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo task form.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoTaskFormModel
- Parameters:
groupId
- the group ID of this kaleo task form
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task form.- Specified by:
setKaleoDefinitionId
in interfaceKaleoTaskFormModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo task form
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task form.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoTaskFormModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo task form
-
setKaleoNodeId
public void setKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo task form.- Specified by:
setKaleoNodeId
in interfaceKaleoTaskFormModel
- Parameters:
kaleoNodeId
- the kaleo node ID of this kaleo task form
-
setKaleoTaskFormId
public void setKaleoTaskFormId(long kaleoTaskFormId) Sets the kaleo task form ID of this kaleo task form.- Specified by:
setKaleoTaskFormId
in interfaceKaleoTaskFormModel
- Parameters:
kaleoTaskFormId
- the kaleo task form ID of this kaleo task form
-
setKaleoTaskId
public void setKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task form.- Specified by:
setKaleoTaskId
in interfaceKaleoTaskFormModel
- Parameters:
kaleoTaskId
- the kaleo task ID of this kaleo task form
-
setKaleoTaskName
Sets the kaleo task name of this kaleo task form.- Specified by:
setKaleoTaskName
in interfaceKaleoTaskFormModel
- Parameters:
kaleoTaskName
- the kaleo task name of this kaleo task form
-
setMetadata
Sets the metadata of this kaleo task form.- Specified by:
setMetadata
in interfaceKaleoTaskFormModel
- Parameters:
metadata
- the metadata of this kaleo task form
-
setModifiedDate
Sets the modified date of this kaleo task form.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoTaskFormModel
- Parameters:
modifiedDate
- the modified date of this kaleo task form
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task form.- Specified by:
setMvccVersion
in interfaceKaleoTaskFormModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo task form
-
setName
Sets the name of this kaleo task form.- Specified by:
setName
in interfaceKaleoTaskFormModel
- Parameters:
name
- the name of this kaleo task form
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo task form.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
- Specified by:
setPrimaryKey
in interfaceKaleoTaskFormModel
- Parameters:
primaryKey
- the primary key of this kaleo task form
-
setPriority
public void setPriority(int priority) Sets the priority of this kaleo task form.- Specified by:
setPriority
in interfaceKaleoTaskFormModel
- Parameters:
priority
- the priority of this kaleo task form
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo task form.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoTaskFormModel
- Parameters:
userId
- the user ID of this kaleo task form
-
setUserName
Sets the user name of this kaleo task form.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoTaskFormModel
- Parameters:
userName
- the user name of this kaleo task form
-
setUserUuid
Sets the user uuid of this kaleo task form.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTaskFormModel
- Parameters:
userUuid
- the user uuid of this kaleo task form
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTaskFormModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskForm>
-