Interface KaleoLogModel

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

@ProviderType public interface KaleoLogModel extends com.liferay.portal.kernel.model.BaseModel<KaleoLog>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoLog>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoLog service. Represents a row in the "KaleoLog" 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.KaleoLogModelImpl 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.KaleoLogImpl.

See Also:
Generated:
  • Method Details

    • getPrimaryKey

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

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

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

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

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

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

      long getKaleoLogId()
      Returns the kaleo log ID of this kaleo log.
      Returns:
      the kaleo log ID of this kaleo log
    • setKaleoLogId

      void setKaleoLogId(long kaleoLogId)
      Sets the kaleo log ID of this kaleo log.
      Parameters:
      kaleoLogId - the kaleo log ID of this kaleo log
    • getGroupId

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

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

      long getCompanyId()
      Returns the company ID of this kaleo log.
      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 log
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this kaleo log.
      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 log
    • getUserId

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

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

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

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

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

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

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

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

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

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

      @AutoEscape String getKaleoClassName()
      Returns the kaleo class name of this kaleo log.
      Returns:
      the kaleo class name of this kaleo log
    • setKaleoClassName

      void setKaleoClassName(String kaleoClassName)
      Sets the kaleo class name of this kaleo log.
      Parameters:
      kaleoClassName - the kaleo class name of this kaleo log
    • getKaleoClassPK

      long getKaleoClassPK()
      Returns the kaleo class pk of this kaleo log.
      Returns:
      the kaleo class pk of this kaleo log
    • setKaleoClassPK

      void setKaleoClassPK(long kaleoClassPK)
      Sets the kaleo class pk of this kaleo log.
      Parameters:
      kaleoClassPK - the kaleo class pk of this kaleo log
    • getKaleoDefinitionId

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

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

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

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

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

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

      long getKaleoInstanceTokenId()
      Returns the kaleo instance token ID of this kaleo log.
      Returns:
      the kaleo instance token ID of this kaleo log
    • setKaleoInstanceTokenId

      void setKaleoInstanceTokenId(long kaleoInstanceTokenId)
      Sets the kaleo instance token ID of this kaleo log.
      Parameters:
      kaleoInstanceTokenId - the kaleo instance token ID of this kaleo log
    • getKaleoTaskInstanceTokenId

      long getKaleoTaskInstanceTokenId()
      Returns the kaleo task instance token ID of this kaleo log.
      Returns:
      the kaleo task instance token ID of this kaleo log
    • setKaleoTaskInstanceTokenId

      void setKaleoTaskInstanceTokenId(long kaleoTaskInstanceTokenId)
      Sets the kaleo task instance token ID of this kaleo log.
      Parameters:
      kaleoTaskInstanceTokenId - the kaleo task instance token ID of this kaleo log
    • getKaleoNodeName

      @AutoEscape String getKaleoNodeName()
      Returns the kaleo node name of this kaleo log.
      Returns:
      the kaleo node name of this kaleo log
    • setKaleoNodeName

      void setKaleoNodeName(String kaleoNodeName)
      Sets the kaleo node name of this kaleo log.
      Parameters:
      kaleoNodeName - the kaleo node name of this kaleo log
    • getTerminalKaleoNode

      boolean getTerminalKaleoNode()
      Returns the terminal kaleo node of this kaleo log.
      Returns:
      the terminal kaleo node of this kaleo log
    • isTerminalKaleoNode

      boolean isTerminalKaleoNode()
      Returns true if this kaleo log is terminal kaleo node.
      Returns:
      true if this kaleo log is terminal kaleo node; false otherwise
    • setTerminalKaleoNode

      void setTerminalKaleoNode(boolean terminalKaleoNode)
      Sets whether this kaleo log is terminal kaleo node.
      Parameters:
      terminalKaleoNode - the terminal kaleo node of this kaleo log
    • getKaleoActionId

      long getKaleoActionId()
      Returns the kaleo action ID of this kaleo log.
      Returns:
      the kaleo action ID of this kaleo log
    • setKaleoActionId

      void setKaleoActionId(long kaleoActionId)
      Sets the kaleo action ID of this kaleo log.
      Parameters:
      kaleoActionId - the kaleo action ID of this kaleo log
    • getKaleoActionName

      @AutoEscape String getKaleoActionName()
      Returns the kaleo action name of this kaleo log.
      Returns:
      the kaleo action name of this kaleo log
    • setKaleoActionName

      void setKaleoActionName(String kaleoActionName)
      Sets the kaleo action name of this kaleo log.
      Parameters:
      kaleoActionName - the kaleo action name of this kaleo log
    • getKaleoActionDescription

      @AutoEscape String getKaleoActionDescription()
      Returns the kaleo action description of this kaleo log.
      Returns:
      the kaleo action description of this kaleo log
    • setKaleoActionDescription

      void setKaleoActionDescription(String kaleoActionDescription)
      Sets the kaleo action description of this kaleo log.
      Parameters:
      kaleoActionDescription - the kaleo action description of this kaleo log
    • getPreviousKaleoNodeId

      long getPreviousKaleoNodeId()
      Returns the previous kaleo node ID of this kaleo log.
      Returns:
      the previous kaleo node ID of this kaleo log
    • setPreviousKaleoNodeId

      void setPreviousKaleoNodeId(long previousKaleoNodeId)
      Sets the previous kaleo node ID of this kaleo log.
      Parameters:
      previousKaleoNodeId - the previous kaleo node ID of this kaleo log
    • getPreviousKaleoNodeName

      @AutoEscape String getPreviousKaleoNodeName()
      Returns the previous kaleo node name of this kaleo log.
      Returns:
      the previous kaleo node name of this kaleo log
    • setPreviousKaleoNodeName

      void setPreviousKaleoNodeName(String previousKaleoNodeName)
      Sets the previous kaleo node name of this kaleo log.
      Parameters:
      previousKaleoNodeName - the previous kaleo node name of this kaleo log
    • getPreviousAssigneeClassName

      @AutoEscape String getPreviousAssigneeClassName()
      Returns the previous assignee class name of this kaleo log.
      Returns:
      the previous assignee class name of this kaleo log
    • setPreviousAssigneeClassName

      void setPreviousAssigneeClassName(String previousAssigneeClassName)
      Sets the previous assignee class name of this kaleo log.
      Parameters:
      previousAssigneeClassName - the previous assignee class name of this kaleo log
    • getPreviousAssigneeClassPK

      long getPreviousAssigneeClassPK()
      Returns the previous assignee class pk of this kaleo log.
      Returns:
      the previous assignee class pk of this kaleo log
    • setPreviousAssigneeClassPK

      void setPreviousAssigneeClassPK(long previousAssigneeClassPK)
      Sets the previous assignee class pk of this kaleo log.
      Parameters:
      previousAssigneeClassPK - the previous assignee class pk of this kaleo log
    • getCurrentAssigneeClassName

      @AutoEscape String getCurrentAssigneeClassName()
      Returns the current assignee class name of this kaleo log.
      Returns:
      the current assignee class name of this kaleo log
    • setCurrentAssigneeClassName

      void setCurrentAssigneeClassName(String currentAssigneeClassName)
      Sets the current assignee class name of this kaleo log.
      Parameters:
      currentAssigneeClassName - the current assignee class name of this kaleo log
    • getCurrentAssigneeClassPK

      long getCurrentAssigneeClassPK()
      Returns the current assignee class pk of this kaleo log.
      Returns:
      the current assignee class pk of this kaleo log
    • setCurrentAssigneeClassPK

      void setCurrentAssigneeClassPK(long currentAssigneeClassPK)
      Sets the current assignee class pk of this kaleo log.
      Parameters:
      currentAssigneeClassPK - the current assignee class pk of this kaleo log
    • getType

      @AutoEscape String getType()
      Returns the type of this kaleo log.
      Returns:
      the type of this kaleo log
    • setType

      void setType(String type)
      Sets the type of this kaleo log.
      Parameters:
      type - the type of this kaleo log
    • getComment

      @AutoEscape String getComment()
      Returns the comment of this kaleo log.
      Returns:
      the comment of this kaleo log
    • setComment

      void setComment(String comment)
      Sets the comment of this kaleo log.
      Parameters:
      comment - the comment of this kaleo log
    • getStartDate

      Date getStartDate()
      Returns the start date of this kaleo log.
      Returns:
      the start date of this kaleo log
    • setStartDate

      void setStartDate(Date startDate)
      Sets the start date of this kaleo log.
      Parameters:
      startDate - the start date of this kaleo log
    • getEndDate

      Date getEndDate()
      Returns the end date of this kaleo log.
      Returns:
      the end date of this kaleo log
    • setEndDate

      void setEndDate(Date endDate)
      Sets the end date of this kaleo log.
      Parameters:
      endDate - the end date of this kaleo log
    • getDuration

      long getDuration()
      Returns the duration of this kaleo log.
      Returns:
      the duration of this kaleo log
    • setDuration

      void setDuration(long duration)
      Sets the duration of this kaleo log.
      Parameters:
      duration - the duration of this kaleo log
    • getWorkflowContext

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

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

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

      default String toXmlString()