Class KaleoTaskAssignmentWrapper

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

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

This class is a wrapper for KaleoTaskAssignment.

See Also:
Generated:
  • Constructor Details

    • KaleoTaskAssignmentWrapper

      public KaleoTaskAssignmentWrapper(KaleoTaskAssignment kaleoTaskAssignment)
  • Method Details

    • getModelAttributes

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

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

      public KaleoTaskAssignment cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTaskAssignment>
      Specified by:
      cloneWithOriginalValues in interface KaleoTaskAssignmentModel
    • getAssigneeActionId

      public String getAssigneeActionId()
      Returns the assignee action ID of this kaleo task assignment.
      Specified by:
      getAssigneeActionId in interface KaleoTaskAssignmentModel
      Returns:
      the assignee action ID of this kaleo task assignment
    • getAssigneeClassName

      public String getAssigneeClassName()
      Returns the assignee class name of this kaleo task assignment.
      Specified by:
      getAssigneeClassName in interface KaleoTaskAssignmentModel
      Returns:
      the assignee class name of this kaleo task assignment
    • getAssigneeClassPK

      public long getAssigneeClassPK()
      Returns the assignee class pk of this kaleo task assignment.
      Specified by:
      getAssigneeClassPK in interface KaleoTaskAssignmentModel
      Returns:
      the assignee class pk of this kaleo task assignment
    • getAssigneeScript

      public String getAssigneeScript()
      Returns the assignee script of this kaleo task assignment.
      Specified by:
      getAssigneeScript in interface KaleoTaskAssignmentModel
      Returns:
      the assignee script of this kaleo task assignment
    • getAssigneeScriptLanguage

      public String getAssigneeScriptLanguage()
      Returns the assignee script language of this kaleo task assignment.
      Specified by:
      getAssigneeScriptLanguage in interface KaleoTaskAssignmentModel
      Returns:
      the assignee script language of this kaleo task assignment
    • getAssigneeScriptRequiredContexts

      public String getAssigneeScriptRequiredContexts()
      Returns the assignee script required contexts of this kaleo task assignment.
      Specified by:
      getAssigneeScriptRequiredContexts in interface KaleoTaskAssignmentModel
      Returns:
      the assignee script required contexts of this kaleo task assignment
    • getCompanyId

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

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

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

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

      public String getKaleoClassName()
      Returns the kaleo class name of this kaleo task assignment.
      Specified by:
      getKaleoClassName in interface KaleoTaskAssignmentModel
      Returns:
      the kaleo class name of this kaleo task assignment
    • getKaleoClassPK

      public long getKaleoClassPK()
      Returns the kaleo class pk of this kaleo task assignment.
      Specified by:
      getKaleoClassPK in interface KaleoTaskAssignmentModel
      Returns:
      the kaleo class pk of this kaleo task assignment
    • getKaleoDefinitionId

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

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

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

      public long getKaleoTaskAssignmentId()
      Returns the kaleo task assignment ID of this kaleo task assignment.
      Specified by:
      getKaleoTaskAssignmentId in interface KaleoTaskAssignmentModel
      Returns:
      the kaleo task assignment ID of this kaleo task assignment
    • getModifiedDate

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

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

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

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

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

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

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

      public void setAssigneeActionId(String assigneeActionId)
      Sets the assignee action ID of this kaleo task assignment.
      Specified by:
      setAssigneeActionId in interface KaleoTaskAssignmentModel
      Parameters:
      assigneeActionId - the assignee action ID of this kaleo task assignment
    • setAssigneeClassName

      public void setAssigneeClassName(String assigneeClassName)
      Sets the assignee class name of this kaleo task assignment.
      Specified by:
      setAssigneeClassName in interface KaleoTaskAssignmentModel
      Parameters:
      assigneeClassName - the assignee class name of this kaleo task assignment
    • setAssigneeClassPK

      public void setAssigneeClassPK(long assigneeClassPK)
      Sets the assignee class pk of this kaleo task assignment.
      Specified by:
      setAssigneeClassPK in interface KaleoTaskAssignmentModel
      Parameters:
      assigneeClassPK - the assignee class pk of this kaleo task assignment
    • setAssigneeScript

      public void setAssigneeScript(String assigneeScript)
      Sets the assignee script of this kaleo task assignment.
      Specified by:
      setAssigneeScript in interface KaleoTaskAssignmentModel
      Parameters:
      assigneeScript - the assignee script of this kaleo task assignment
    • setAssigneeScriptLanguage

      public void setAssigneeScriptLanguage(String assigneeScriptLanguage)
      Sets the assignee script language of this kaleo task assignment.
      Specified by:
      setAssigneeScriptLanguage in interface KaleoTaskAssignmentModel
      Parameters:
      assigneeScriptLanguage - the assignee script language of this kaleo task assignment
    • setAssigneeScriptRequiredContexts

      public void setAssigneeScriptRequiredContexts(String assigneeScriptRequiredContexts)
      Sets the assignee script required contexts of this kaleo task assignment.
      Specified by:
      setAssigneeScriptRequiredContexts in interface KaleoTaskAssignmentModel
      Parameters:
      assigneeScriptRequiredContexts - the assignee script required contexts of this kaleo task assignment
    • setCompanyId

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

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

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

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

      public void setKaleoClassName(String kaleoClassName)
      Sets the kaleo class name of this kaleo task assignment.
      Specified by:
      setKaleoClassName in interface KaleoTaskAssignmentModel
      Parameters:
      kaleoClassName - the kaleo class name of this kaleo task assignment
    • setKaleoClassPK

      public void setKaleoClassPK(long kaleoClassPK)
      Sets the kaleo class pk of this kaleo task assignment.
      Specified by:
      setKaleoClassPK in interface KaleoTaskAssignmentModel
      Parameters:
      kaleoClassPK - the kaleo class pk of this kaleo task assignment
    • setKaleoDefinitionId

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

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

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

      public void setKaleoTaskAssignmentId(long kaleoTaskAssignmentId)
      Sets the kaleo task assignment ID of this kaleo task assignment.
      Specified by:
      setKaleoTaskAssignmentId in interface KaleoTaskAssignmentModel
      Parameters:
      kaleoTaskAssignmentId - the kaleo task assignment ID of this kaleo task assignment
    • setModifiedDate

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

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

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

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

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

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

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

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

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

      protected KaleoTaskAssignmentWrapper wrap(KaleoTaskAssignment kaleoTaskAssignment)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTaskAssignment>