Interface KaleoInstanceModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoInstance>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<KaleoInstance>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
KaleoInstance
All Known Implementing Classes:
KaleoInstanceWrapper

@ProviderType public interface KaleoInstanceModel extends com.liferay.portal.kernel.model.BaseModel<KaleoInstance>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoInstance service. Represents a row in the "KaleoInstance" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.workflow.kaleo.model.impl.KaleoInstanceImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the active of this kaleo instance.
    Returns the class name of this kaleo instance.
    long
    Returns the class pk of this kaleo instance.
    long
    Returns the company ID of this kaleo instance.
    boolean
    Returns the completed of this kaleo instance.
    Returns the completion date of this kaleo instance.
    Returns the create date of this kaleo instance.
    long
    Returns the ct collection ID of this kaleo instance.
    long
    Returns the group ID of this kaleo instance.
    long
    Returns the kaleo definition ID of this kaleo instance.
    Returns the kaleo definition name of this kaleo instance.
    int
    Returns the kaleo definition version of this kaleo instance.
    long
    Returns the kaleo definition version ID of this kaleo instance.
    long
    Returns the kaleo instance ID of this kaleo instance.
    Returns the modified date of this kaleo instance.
    long
    Returns the mvcc version of this kaleo instance.
    long
    Returns the primary key of this kaleo instance.
    long
    Returns the root kaleo instance token ID of this kaleo instance.
    long
    Returns the user ID of this kaleo instance.
    Returns the user name of this kaleo instance.
    Returns the user uuid of this kaleo instance.
    Returns the workflow context of this kaleo instance.
    boolean
    Returns true if this kaleo instance is active.
    boolean
    Returns true if this kaleo instance is completed.
    void
    setActive(boolean active)
    Sets whether this kaleo instance is active.
    void
    setClassName(String className)
    Sets the class name of this kaleo instance.
    void
    setClassPK(long classPK)
    Sets the class pk of this kaleo instance.
    void
    setCompanyId(long companyId)
    Sets the company ID of this kaleo instance.
    void
    setCompleted(boolean completed)
    Sets whether this kaleo instance is completed.
    void
    setCompletionDate(Date completionDate)
    Sets the completion date of this kaleo instance.
    void
    setCreateDate(Date createDate)
    Sets the create date of this kaleo instance.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this kaleo instance.
    void
    setGroupId(long groupId)
    Sets the group ID of this kaleo instance.
    void
    setKaleoDefinitionId(long kaleoDefinitionId)
    Sets the kaleo definition ID of this kaleo instance.
    void
    setKaleoDefinitionName(String kaleoDefinitionName)
    Sets the kaleo definition name of this kaleo instance.
    void
    setKaleoDefinitionVersion(int kaleoDefinitionVersion)
    Sets the kaleo definition version of this kaleo instance.
    void
    setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Sets the kaleo definition version ID of this kaleo instance.
    void
    setKaleoInstanceId(long kaleoInstanceId)
    Sets the kaleo instance ID of this kaleo instance.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this kaleo instance.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this kaleo instance.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this kaleo instance.
    void
    setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId)
    Sets the root kaleo instance token ID of this kaleo instance.
    void
    setUserId(long userId)
    Sets the user ID of this kaleo instance.
    void
    setUserName(String userName)
    Sets the user name of this kaleo instance.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this kaleo instance.
    void
    setWorkflowContext(String workflowContext)
    Sets the workflow context of this kaleo instance.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this kaleo instance.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
      Returns:
      the primary key of this kaleo instance
    • setPrimaryKey

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

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

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

      long getCtCollectionId()
      Returns the ct collection ID of this kaleo instance.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoInstance>
      Returns:
      the ct collection ID of this kaleo instance
    • setCtCollectionId

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

      long getKaleoInstanceId()
      Returns the kaleo instance ID of this kaleo instance.
      Returns:
      the kaleo instance ID of this kaleo instance
    • setKaleoInstanceId

      void setKaleoInstanceId(long kaleoInstanceId)
      Sets the kaleo instance ID of this kaleo instance.
      Parameters:
      kaleoInstanceId - the kaleo instance ID of this kaleo instance
    • getGroupId

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

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

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

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

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

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

      String getUserUuid()
      Returns the user uuid of this kaleo instance.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this kaleo instance
    • setUserUuid

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

      @AutoEscape String getUserName()
      Returns the user name of this kaleo instance.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this kaleo instance
    • setUserName

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

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

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

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

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

      long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo instance.
      Returns:
      the kaleo definition ID of this kaleo instance
    • setKaleoDefinitionId

      void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo instance.
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo instance
    • getKaleoDefinitionVersionId

      long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo instance.
      Returns:
      the kaleo definition version ID of this kaleo instance
    • setKaleoDefinitionVersionId

      void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo instance.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo instance
    • getKaleoDefinitionName

      @AutoEscape String getKaleoDefinitionName()
      Returns the kaleo definition name of this kaleo instance.
      Returns:
      the kaleo definition name of this kaleo instance
    • setKaleoDefinitionName

      void setKaleoDefinitionName(String kaleoDefinitionName)
      Sets the kaleo definition name of this kaleo instance.
      Parameters:
      kaleoDefinitionName - the kaleo definition name of this kaleo instance
    • getKaleoDefinitionVersion

      int getKaleoDefinitionVersion()
      Returns the kaleo definition version of this kaleo instance.
      Returns:
      the kaleo definition version of this kaleo instance
    • setKaleoDefinitionVersion

      void setKaleoDefinitionVersion(int kaleoDefinitionVersion)
      Sets the kaleo definition version of this kaleo instance.
      Parameters:
      kaleoDefinitionVersion - the kaleo definition version of this kaleo instance
    • getRootKaleoInstanceTokenId

      long getRootKaleoInstanceTokenId()
      Returns the root kaleo instance token ID of this kaleo instance.
      Returns:
      the root kaleo instance token ID of this kaleo instance
    • setRootKaleoInstanceTokenId

      void setRootKaleoInstanceTokenId(long rootKaleoInstanceTokenId)
      Sets the root kaleo instance token ID of this kaleo instance.
      Parameters:
      rootKaleoInstanceTokenId - the root kaleo instance token ID of this kaleo instance
    • getActive

      boolean getActive()
      Returns the active of this kaleo instance.
      Returns:
      the active of this kaleo instance
    • isActive

      boolean isActive()
      Returns true if this kaleo instance is active.
      Returns:
      true if this kaleo instance is active; false otherwise
    • setActive

      void setActive(boolean active)
      Sets whether this kaleo instance is active.
      Parameters:
      active - the active of this kaleo instance
    • getClassName

      @AutoEscape String getClassName()
      Returns the class name of this kaleo instance.
      Returns:
      the class name of this kaleo instance
    • setClassName

      void setClassName(String className)
      Sets the class name of this kaleo instance.
      Parameters:
      className - the class name of this kaleo instance
    • getClassPK

      long getClassPK()
      Returns the class pk of this kaleo instance.
      Returns:
      the class pk of this kaleo instance
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this kaleo instance.
      Parameters:
      classPK - the class pk of this kaleo instance
    • getCompleted

      boolean getCompleted()
      Returns the completed of this kaleo instance.
      Returns:
      the completed of this kaleo instance
    • isCompleted

      boolean isCompleted()
      Returns true if this kaleo instance is completed.
      Returns:
      true if this kaleo instance is completed; false otherwise
    • setCompleted

      void setCompleted(boolean completed)
      Sets whether this kaleo instance is completed.
      Parameters:
      completed - the completed of this kaleo instance
    • getCompletionDate

      Date getCompletionDate()
      Returns the completion date of this kaleo instance.
      Returns:
      the completion date of this kaleo instance
    • setCompletionDate

      void setCompletionDate(Date completionDate)
      Sets the completion date of this kaleo instance.
      Parameters:
      completionDate - the completion date of this kaleo instance
    • getWorkflowContext

      @AutoEscape String getWorkflowContext()
      Returns the workflow context of this kaleo instance.
      Returns:
      the workflow context of this kaleo instance
    • setWorkflowContext

      void setWorkflowContext(String workflowContext)
      Sets the workflow context of this kaleo instance.
      Parameters:
      workflowContext - the workflow context of this kaleo instance
    • cloneWithOriginalValues

      KaleoInstance cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoInstance>
    • toXmlString

      default String toXmlString()