Class KaleoTaskWrapper

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

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

This class is a wrapper for KaleoTask.

See Also:
Generated:
  • Constructor Details

    • KaleoTaskWrapper

      public KaleoTaskWrapper(KaleoTask kaleoTask)
  • Method Details

    • getModelAttributes

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

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

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

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

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

      public long getCtCollectionId()
      Returns the ct collection ID of this kaleo task.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTask>
      Specified by:
      getCtCollectionId in interface KaleoTaskModel
      Returns:
      the ct collection ID of this kaleo task
    • getDescription

      public String getDescription()
      Returns the description of this kaleo task.
      Specified by:
      getDescription in interface KaleoTaskModel
      Returns:
      the description of this kaleo task
    • getGroupId

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

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

      public long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo task.
      Specified by:
      getKaleoDefinitionVersionId in interface KaleoTaskModel
      Returns:
      the kaleo definition version ID of this kaleo task
    • getKaleoNode

      public KaleoNode getKaleoNode() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getKaleoNode in interface KaleoTask
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKaleoNodeId

      public long getKaleoNodeId()
      Returns the kaleo node ID of this kaleo task.
      Specified by:
      getKaleoNodeId in interface KaleoTaskModel
      Returns:
      the kaleo node ID of this kaleo task
    • getKaleoTaskAssignments

      public List<KaleoTaskAssignment> getKaleoTaskAssignments()
      Specified by:
      getKaleoTaskAssignments in interface KaleoTask
    • getKaleoTaskId

      public long getKaleoTaskId()
      Returns the kaleo task ID of this kaleo task.
      Specified by:
      getKaleoTaskId in interface KaleoTaskModel
      Returns:
      the kaleo task ID of this kaleo task
    • getModifiedDate

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

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

      public String getName()
      Returns the name of this kaleo task.
      Specified by:
      getName in interface KaleoTaskModel
      Returns:
      the name of this kaleo task
    • getPrimaryKey

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

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

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

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

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

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

      public void setDescription(String description)
      Sets the description of this kaleo task.
      Specified by:
      setDescription in interface KaleoTaskModel
      Parameters:
      description - the description of this kaleo task
    • setGroupId

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

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

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

      public void setKaleoNodeId(long kaleoNodeId)
      Sets the kaleo node ID of this kaleo task.
      Specified by:
      setKaleoNodeId in interface KaleoTaskModel
      Parameters:
      kaleoNodeId - the kaleo node ID of this kaleo task
    • setKaleoTaskId

      public void setKaleoTaskId(long kaleoTaskId)
      Sets the kaleo task ID of this kaleo task.
      Specified by:
      setKaleoTaskId in interface KaleoTaskModel
      Parameters:
      kaleoTaskId - the kaleo task ID of this kaleo task
    • setModifiedDate

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

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

      public void setName(String name)
      Sets the name of this kaleo task.
      Specified by:
      setName in interface KaleoTaskModel
      Parameters:
      name - the name of this kaleo task
    • setPrimaryKey

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

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

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

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

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

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

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

      protected KaleoTaskWrapper wrap(KaleoTask kaleoTask)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTask>