Class KaleoTaskFormInstanceWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance>
com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstanceWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoTaskFormInstance>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskFormInstance>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, KaleoTaskFormInstance, KaleoTaskFormInstanceModel, Serializable, Cloneable, Comparable<KaleoTaskFormInstance>

public class KaleoTaskFormInstanceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance> implements KaleoTaskFormInstance, com.liferay.portal.kernel.model.ModelWrapper<KaleoTaskFormInstance>

This class is a wrapper for KaleoTaskFormInstance.

See Also:
Generated:
  • Constructor Details

    • KaleoTaskFormInstanceWrapper

      public KaleoTaskFormInstanceWrapper(KaleoTaskFormInstance kaleoTaskFormInstance)
  • Method Details

    • getModelAttributes

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

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

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

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

      public Date getCreateDate()
      Returns the create date of this kaleo task form instance.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface KaleoTaskFormInstanceModel
      Returns:
      the create date of this kaleo task form instance
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this kaleo task form instance.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
      Specified by:
      getCtCollectionId in interface KaleoTaskFormInstanceModel
      Returns:
      the ct collection ID of this kaleo task form instance
    • getFormValueEntryGroupId

      public long getFormValueEntryGroupId()
      Returns the form value entry group ID of this kaleo task form instance.
      Specified by:
      getFormValueEntryGroupId in interface KaleoTaskFormInstanceModel
      Returns:
      the form value entry group ID of this kaleo task form instance
    • getFormValueEntryId

      public long getFormValueEntryId()
      Returns the form value entry ID of this kaleo task form instance.
      Specified by:
      getFormValueEntryId in interface KaleoTaskFormInstanceModel
      Returns:
      the form value entry ID of this kaleo task form instance
    • getFormValueEntryUuid

      public String getFormValueEntryUuid()
      Returns the form value entry uuid of this kaleo task form instance.
      Specified by:
      getFormValueEntryUuid in interface KaleoTaskFormInstanceModel
      Returns:
      the form value entry uuid of this kaleo task form instance
    • getFormValues

      public String getFormValues()
      Returns the form values of this kaleo task form instance.
      Specified by:
      getFormValues in interface KaleoTaskFormInstanceModel
      Returns:
      the form values of this kaleo task form instance
    • getGroupId

      public long getGroupId()
      Returns the group ID of this kaleo task form instance.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface KaleoTaskFormInstanceModel
      Returns:
      the group ID of this kaleo task form instance
    • getKaleoDefinitionId

      public long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo task form instance.
      Specified by:
      getKaleoDefinitionId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo definition ID of this kaleo task form instance
    • getKaleoDefinitionVersionId

      public long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo task form instance.
      Specified by:
      getKaleoDefinitionVersionId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo definition version ID of this kaleo task form instance
    • getKaleoInstanceId

      public long getKaleoInstanceId()
      Returns the kaleo instance ID of this kaleo task form instance.
      Specified by:
      getKaleoInstanceId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo instance ID of this kaleo task form instance
    • getKaleoTaskFormId

      public long getKaleoTaskFormId()
      Returns the kaleo task form ID of this kaleo task form instance.
      Specified by:
      getKaleoTaskFormId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo task form ID of this kaleo task form instance
    • getKaleoTaskFormInstanceId

      public long getKaleoTaskFormInstanceId()
      Returns the kaleo task form instance ID of this kaleo task form instance.
      Specified by:
      getKaleoTaskFormInstanceId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo task form instance ID of this kaleo task form instance
    • getKaleoTaskId

      public long getKaleoTaskId()
      Returns the kaleo task ID of this kaleo task form instance.
      Specified by:
      getKaleoTaskId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo task ID of this kaleo task form instance
    • getKaleoTaskInstanceTokenId

      public long getKaleoTaskInstanceTokenId()
      Returns the kaleo task instance token ID of this kaleo task form instance.
      Specified by:
      getKaleoTaskInstanceTokenId in interface KaleoTaskFormInstanceModel
      Returns:
      the kaleo task instance token ID of this kaleo task form instance
    • getMetadata

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

      public Date getModifiedDate()
      Returns the modified date of this kaleo task form instance.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface KaleoTaskFormInstanceModel
      Returns:
      the modified date of this kaleo task form instance
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this kaleo task form instance.
      Specified by:
      getMvccVersion in interface KaleoTaskFormInstanceModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this kaleo task form instance
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this kaleo task form instance.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
      Specified by:
      getPrimaryKey in interface KaleoTaskFormInstanceModel
      Returns:
      the primary key of this kaleo task form instance
    • getUserId

      public long getUserId()
      Returns the user ID of this kaleo task form instance.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface KaleoTaskFormInstanceModel
      Returns:
      the user ID of this kaleo task form instance
    • getUserName

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

      public String getUserUuid()
      Returns the user uuid of this kaleo task form instance.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface KaleoTaskFormInstanceModel
      Returns:
      the user uuid of this kaleo task form instance
    • 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 instance.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface KaleoTaskFormInstanceModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this kaleo task form instance
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this kaleo task form instance.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface KaleoTaskFormInstanceModel
      Parameters:
      createDate - the create date of this kaleo task form instance
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this kaleo task form instance.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
      Specified by:
      setCtCollectionId in interface KaleoTaskFormInstanceModel
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo task form instance
    • setFormValueEntryGroupId

      public void setFormValueEntryGroupId(long formValueEntryGroupId)
      Sets the form value entry group ID of this kaleo task form instance.
      Specified by:
      setFormValueEntryGroupId in interface KaleoTaskFormInstanceModel
      Parameters:
      formValueEntryGroupId - the form value entry group ID of this kaleo task form instance
    • setFormValueEntryId

      public void setFormValueEntryId(long formValueEntryId)
      Sets the form value entry ID of this kaleo task form instance.
      Specified by:
      setFormValueEntryId in interface KaleoTaskFormInstanceModel
      Parameters:
      formValueEntryId - the form value entry ID of this kaleo task form instance
    • setFormValueEntryUuid

      public void setFormValueEntryUuid(String formValueEntryUuid)
      Sets the form value entry uuid of this kaleo task form instance.
      Specified by:
      setFormValueEntryUuid in interface KaleoTaskFormInstanceModel
      Parameters:
      formValueEntryUuid - the form value entry uuid of this kaleo task form instance
    • setFormValues

      public void setFormValues(String formValues)
      Sets the form values of this kaleo task form instance.
      Specified by:
      setFormValues in interface KaleoTaskFormInstanceModel
      Parameters:
      formValues - the form values of this kaleo task form instance
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this kaleo task form instance.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface KaleoTaskFormInstanceModel
      Parameters:
      groupId - the group ID of this kaleo task form instance
    • setKaleoDefinitionId

      public void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo task form instance.
      Specified by:
      setKaleoDefinitionId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo task form instance
    • setKaleoDefinitionVersionId

      public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo task form instance.
      Specified by:
      setKaleoDefinitionVersionId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo task form instance
    • setKaleoInstanceId

      public void setKaleoInstanceId(long kaleoInstanceId)
      Sets the kaleo instance ID of this kaleo task form instance.
      Specified by:
      setKaleoInstanceId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoInstanceId - the kaleo instance ID of this kaleo task form instance
    • setKaleoTaskFormId

      public void setKaleoTaskFormId(long kaleoTaskFormId)
      Sets the kaleo task form ID of this kaleo task form instance.
      Specified by:
      setKaleoTaskFormId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoTaskFormId - the kaleo task form ID of this kaleo task form instance
    • setKaleoTaskFormInstanceId

      public void setKaleoTaskFormInstanceId(long kaleoTaskFormInstanceId)
      Sets the kaleo task form instance ID of this kaleo task form instance.
      Specified by:
      setKaleoTaskFormInstanceId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoTaskFormInstanceId - the kaleo task form instance ID of this kaleo task form instance
    • setKaleoTaskId

      public void setKaleoTaskId(long kaleoTaskId)
      Sets the kaleo task ID of this kaleo task form instance.
      Specified by:
      setKaleoTaskId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoTaskId - the kaleo task ID of this kaleo task form instance
    • setKaleoTaskInstanceTokenId

      public void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Sets the kaleo task instance token ID of this kaleo task form instance.
      Specified by:
      setKaleoTaskInstanceTokenId in interface KaleoTaskFormInstanceModel
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo task form instance
    • setMetadata

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

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this kaleo task form instance.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface KaleoTaskFormInstanceModel
      Parameters:
      modifiedDate - the modified date of this kaleo task form instance
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this kaleo task form instance.
      Specified by:
      setMvccVersion in interface KaleoTaskFormInstanceModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this kaleo task form instance
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this kaleo task form instance.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTaskFormInstance>
      Specified by:
      setPrimaryKey in interface KaleoTaskFormInstanceModel
      Parameters:
      primaryKey - the primary key of this kaleo task form instance
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this kaleo task form instance.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface KaleoTaskFormInstanceModel
      Parameters:
      userId - the user ID of this kaleo task form instance
    • setUserName

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

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

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

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

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

      protected KaleoTaskFormInstanceWrapper wrap(KaleoTaskFormInstance kaleoTaskFormInstance)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskFormInstance>