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
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTaskForm
KALEO_TASK_FORM_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo task form.Returns the create date of this kaleo task form.longReturns the ct collection ID of this kaleo task form.Returns the description of this kaleo task form.longReturns the form company ID of this kaleo task form.Returns the form definition of this kaleo task form.longReturns the form group ID of this kaleo task form.longReturns the form ID of this kaleo task form.Returns the form uuid of this kaleo task form.longReturns the group ID of this kaleo task form.longReturns the kaleo definition ID of this kaleo task form.longReturns the kaleo definition version ID of this kaleo task form.longReturns the kaleo node ID of this kaleo task form.longReturns the kaleo task form ID of this kaleo task form.longReturns 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.longReturns the mvcc version of this kaleo task form.getName()Returns the name of this kaleo task form.longReturns the primary key of this kaleo task form.intReturns the priority of this kaleo task form.longReturns 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.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kaleo task form.voidsetCreateDate(Date createDate) Sets the create date of this kaleo task form.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo task form.voidsetDescription(String description) Sets the description of this kaleo task form.voidsetFormCompanyId(long formCompanyId) Sets the form company ID of this kaleo task form.voidsetFormDefinition(String formDefinition) Sets the form definition of this kaleo task form.voidsetFormGroupId(long formGroupId) Sets the form group ID of this kaleo task form.voidsetFormId(long formId) Sets the form ID of this kaleo task form.voidsetFormUuid(String formUuid) Sets the form uuid of this kaleo task form.voidsetGroupId(long groupId) Sets the group ID of this kaleo task form.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo task form.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo task form.voidsetKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo task form.voidsetKaleoTaskFormId(long kaleoTaskFormId) Sets the kaleo task form ID of this kaleo task form.voidsetKaleoTaskId(long kaleoTaskId) Sets the kaleo task ID of this kaleo task form.voidsetKaleoTaskName(String kaleoTaskName) Sets the kaleo task name of this kaleo task form.voidsetMetadata(String metadata) Sets the metadata of this kaleo task form.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo task form.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo task form.voidSets the name of this kaleo task form.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo task form.voidsetPriority(int priority) Sets the priority of this kaleo task form.voidsetUserId(long userId) Sets the user ID of this kaleo task form.voidsetUserName(String userName) Sets the user name of this kaleo task form.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo task form.protected KaleoTaskFormWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoTaskFormWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTaskFormModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo task form.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTaskFormModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>- Specified by:
getCtCollectionIdin interfaceKaleoTaskFormModel- Returns:
- the ct collection ID of this kaleo task form
-
getDescription
Returns the description of this kaleo task form.- Specified by:
getDescriptionin 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:
getFormCompanyIdin interfaceKaleoTaskFormModel- Returns:
- the form company ID of this kaleo task form
-
getFormDefinition
Returns the form definition of this kaleo task form.- Specified by:
getFormDefinitionin 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:
getFormGroupIdin 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:
getFormIdin interfaceKaleoTaskFormModel- Returns:
- the form ID of this kaleo task form
-
getFormUuid
Returns the form uuid of this kaleo task form.- Specified by:
getFormUuidin 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:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin 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:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin 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:
getKaleoNodeIdin 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:
getKaleoTaskFormIdin 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:
getKaleoTaskIdin interfaceKaleoTaskFormModel- Returns:
- the kaleo task ID of this kaleo task form
-
getKaleoTaskName
Returns the kaleo task name of this kaleo task form.- Specified by:
getKaleoTaskNamein interfaceKaleoTaskFormModel- Returns:
- the kaleo task name of this kaleo task form
-
getMetadata
Returns the metadata of this kaleo task form.- Specified by:
getMetadatain interfaceKaleoTaskFormModel- Returns:
- the metadata of this kaleo task form
-
getModifiedDate
Returns the modified date of this kaleo task form.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceKaleoTaskFormModel- Specified by:
getMvccVersionin 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:
getNamein interfaceKaleoTaskFormModel- Returns:
- the name of this kaleo task form
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo task form.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>- Specified by:
getPrimaryKeyin interfaceKaleoTaskFormModel- Returns:
- the primary key of this kaleo task form
-
getPriority
public int getPriority()Returns the priority of this kaleo task form.- Specified by:
getPriorityin interfaceKaleoTaskFormModel- Returns:
- the priority of this kaleo task form
-
getUserId
public long getUserId()Returns the user ID of this kaleo task form.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTaskFormModel- Returns:
- the user ID of this kaleo task form
-
getUserName
Returns the user name of this kaleo task form.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoTaskFormModel- Returns:
- the user name of this kaleo task form
-
getUserUuid
Returns the user uuid of this kaleo task form.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTaskFormModel- Returns:
- the user uuid of this kaleo task form
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo task form.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoTaskFormModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>- Specified by:
setCtCollectionIdin interfaceKaleoTaskFormModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo task form
-
setDescription
Sets the description of this kaleo task form.- Specified by:
setDescriptionin 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:
setFormCompanyIdin interfaceKaleoTaskFormModel- Parameters:
formCompanyId- the form company ID of this kaleo task form
-
setFormDefinition
Sets the form definition of this kaleo task form.- Specified by:
setFormDefinitionin 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:
setFormGroupIdin 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:
setFormIdin interfaceKaleoTaskFormModel- Parameters:
formId- the form ID of this kaleo task form
-
setFormUuid
Sets the form uuid of this kaleo task form.- Specified by:
setFormUuidin 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoNodeIdin 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:
setKaleoTaskFormIdin 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:
setKaleoTaskIdin 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:
setKaleoTaskNamein interfaceKaleoTaskFormModel- Parameters:
kaleoTaskName- the kaleo task name of this kaleo task form
-
setMetadata
Sets the metadata of this kaleo task form.- Specified by:
setMetadatain interfaceKaleoTaskFormModel- Parameters:
metadata- the metadata of this kaleo task form
-
setModifiedDate
Sets the modified date of this kaleo task form.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoTaskFormModel- Specified by:
setMvccVersionin 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:
setNamein 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>- Specified by:
setPrimaryKeyin 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:
setPriorityin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTaskFormModel- Parameters:
userId- the user ID of this kaleo task form
-
setUserName
Sets the user name of this kaleo task form.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoTaskFormModel- Parameters:
userName- the user name of this kaleo task form
-
setUserUuid
Sets the user uuid of this kaleo task form.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoTaskFormModel- Parameters:
userUuid- the user uuid of this kaleo task form
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTaskFormModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskForm>
-