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:
  • Constructor Details

    • KaleoTaskFormWrapper

      public KaleoTaskFormWrapper(KaleoTaskForm kaleoTaskForm)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
    • cloneWithOriginalValues

      public KaleoTaskForm cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
      Specified by:
      cloneWithOriginalValues in interface KaleoTaskFormModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this kaleo task form.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface KaleoTaskFormModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this kaleo task form
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this kaleo task form.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
      Specified by:
      getCtCollectionId in interface KaleoTaskFormModel
      Returns:
      the ct collection ID of this kaleo task form
    • getDescription

      public String getDescription()
      Returns the description of this kaleo task form.
      Specified by:
      getDescription in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Returns:
      the form company ID of this kaleo task form
    • getFormDefinition

      public String getFormDefinition()
      Returns the form definition of this kaleo task form.
      Specified by:
      getFormDefinition in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Returns:
      the form ID of this kaleo task form
    • getFormUuid

      public String getFormUuid()
      Returns the form uuid of this kaleo task form.
      Specified by:
      getFormUuid in interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Returns:
      the kaleo task ID of this kaleo task form
    • getKaleoTaskName

      public String getKaleoTaskName()
      Returns the kaleo task name of this kaleo task form.
      Specified by:
      getKaleoTaskName in interface KaleoTaskFormModel
      Returns:
      the kaleo task name of this kaleo task form
    • getMetadata

      public String getMetadata()
      Returns the metadata of this kaleo task form.
      Specified by:
      getMetadata in interface KaleoTaskFormModel
      Returns:
      the metadata of this kaleo task form
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this kaleo task form.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this kaleo task form
    • getName

      public String getName()
      Returns the name of this kaleo task form.
      Specified by:
      getName in interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
      Specified by:
      getPrimaryKey in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface KaleoTaskFormModel
      Returns:
      the user ID of this kaleo task form
    • getUserName

      public String getUserName()
      Returns the user name of this kaleo task form.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface KaleoTaskFormModel
      Returns:
      the user name of this kaleo task form
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this kaleo task form.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface KaleoTaskFormModel
      Returns:
      the user uuid of this kaleo task form
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this kaleo task form.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface KaleoTaskFormModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo task form
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this kaleo task form.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
      Specified by:
      setCtCollectionId in interface KaleoTaskFormModel
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo task form
    • setDescription

      public void setDescription(String description)
      Sets the description of this kaleo task form.
      Specified by:
      setDescription in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Parameters:
      formCompanyId - the form company ID of this kaleo task form
    • setFormDefinition

      public void setFormDefinition(String formDefinition)
      Sets the form definition of this kaleo task form.
      Specified by:
      setFormDefinition in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Parameters:
      formId - the form ID of this kaleo task form
    • setFormUuid

      public void setFormUuid(String formUuid)
      Sets the form uuid of this kaleo task form.
      Specified by:
      setFormUuid in interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Parameters:
      kaleoTaskId - the kaleo task ID of this kaleo task form
    • setKaleoTaskName

      public void setKaleoTaskName(String kaleoTaskName)
      Sets the kaleo task name of this kaleo task form.
      Specified by:
      setKaleoTaskName in interface KaleoTaskFormModel
      Parameters:
      kaleoTaskName - the kaleo task name of this kaleo task form
    • setMetadata

      public void setMetadata(String metadata)
      Sets the metadata of this kaleo task form.
      Specified by:
      setMetadata in interface KaleoTaskFormModel
      Parameters:
      metadata - the metadata of this kaleo task form
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this kaleo task form.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this kaleo task form
    • setName

      public void setName(String name)
      Sets the name of this kaleo task form.
      Specified by:
      setName in interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskForm>
      Specified by:
      setPrimaryKey in interface KaleoTaskFormModel
      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 interface KaleoTaskFormModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface KaleoTaskFormModel
      Parameters:
      userId - the user ID of this kaleo task form
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this kaleo task form.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface KaleoTaskFormModel
      Parameters:
      userName - the user name of this kaleo task form
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this kaleo task form.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface KaleoTaskFormModel
      Parameters:
      userUuid - the user uuid of this kaleo task form
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface KaleoTaskFormModel
    • getAttributeGetterFunctions

      public Map<String,Function<KaleoTaskForm,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<KaleoTaskForm,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskForm>
    • wrap

      protected KaleoTaskFormWrapper wrap(KaleoTaskForm kaleoTaskForm)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskForm>