Class WorkflowMetricsSLADefinitionVersionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WorkflowMetricsSLADefinitionVersion>
com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinitionVersionWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<WorkflowMetricsSLADefinitionVersion>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.WorkflowedModel, WorkflowMetricsSLADefinitionVersion, WorkflowMetricsSLADefinitionVersionModel, Serializable, Cloneable, Comparable<WorkflowMetricsSLADefinitionVersion>

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

This class is a wrapper for WorkflowMetricsSLADefinitionVersion.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinitionVersion

    WORKFLOW_METRICS_SLA_DEFINITION_VERSION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the active of this workflow metrics sla definition version.
    Returns the calendar key of this workflow metrics sla definition version.
    long
    Returns the company ID of this workflow metrics sla definition version.
    Returns the create date of this workflow metrics sla definition version.
    Returns the description of this workflow metrics sla definition version.
    long
    Returns the duration of this workflow metrics sla definition version.
    long
    Returns the group ID of this workflow metrics sla definition version.
     
    Returns the modified date of this workflow metrics sla definition version.
    long
    Returns the mvcc version of this workflow metrics sla definition version.
    Returns the name of this workflow metrics sla definition version.
    Returns the pause node keys of this workflow metrics sla definition version.
    long
    Returns the primary key of this workflow metrics sla definition version.
    long
    Returns the process ID of this workflow metrics sla definition version.
    Returns the process version of this workflow metrics sla definition version.
    com.liferay.exportimport.kernel.lar.StagedModelType
     
    Returns the start node keys of this workflow metrics sla definition version.
    int
    Returns the status of this workflow metrics sla definition version.
    long
    Returns the status by user ID of this workflow metrics sla definition version.
    Returns the status by user name of this workflow metrics sla definition version.
    Returns the status by user uuid of this workflow metrics sla definition version.
    Returns the status date of this workflow metrics sla definition version.
    Returns the stop node keys of this workflow metrics sla definition version.
    long
    Returns the user ID of this workflow metrics sla definition version.
    Returns the user name of this workflow metrics sla definition version.
    Returns the user uuid of this workflow metrics sla definition version.
    Returns the uuid of this workflow metrics sla definition version.
    Returns the version of this workflow metrics sla definition version.
    long
    Returns the workflow metrics sla definition ID of this workflow metrics sla definition version.
    long
    Returns the workflow metrics sla definition version ID of this workflow metrics sla definition version.
    boolean
    Returns true if this workflow metrics sla definition version is active.
    boolean
    Returns true if this workflow metrics sla definition version is approved.
    boolean
    Returns true if this workflow metrics sla definition version is denied.
    boolean
    Returns true if this workflow metrics sla definition version is a draft.
    boolean
    Returns true if this workflow metrics sla definition version is expired.
    boolean
    Returns true if this workflow metrics sla definition version is inactive.
    boolean
    Returns true if this workflow metrics sla definition version is incomplete.
    boolean
    Returns true if this workflow metrics sla definition version is pending.
    boolean
    Returns true if this workflow metrics sla definition version is scheduled.
    void
     
    void
    setActive(boolean active)
    Sets whether this workflow metrics sla definition version is active.
    void
    setCalendarKey(String calendarKey)
    Sets the calendar key of this workflow metrics sla definition version.
    void
    setCompanyId(long companyId)
    Sets the company ID of this workflow metrics sla definition version.
    void
    setCreateDate(Date createDate)
    Sets the create date of this workflow metrics sla definition version.
    void
    setDescription(String description)
    Sets the description of this workflow metrics sla definition version.
    void
    setDuration(long duration)
    Sets the duration of this workflow metrics sla definition version.
    void
    setGroupId(long groupId)
    Sets the group ID of this workflow metrics sla definition version.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this workflow metrics sla definition version.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this workflow metrics sla definition version.
    void
    Sets the name of this workflow metrics sla definition version.
    void
    setPauseNodeKeys(String pauseNodeKeys)
    Sets the pause node keys of this workflow metrics sla definition version.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this workflow metrics sla definition version.
    void
    setProcessId(long processId)
    Sets the process ID of this workflow metrics sla definition version.
    void
    setProcessVersion(String processVersion)
    Sets the process version of this workflow metrics sla definition version.
    void
    setStartNodeKeys(String startNodeKeys)
    Sets the start node keys of this workflow metrics sla definition version.
    void
    setStatus(int status)
    Sets the status of this workflow metrics sla definition version.
    void
    setStatusByUserId(long statusByUserId)
    Sets the status by user ID of this workflow metrics sla definition version.
    void
    setStatusByUserName(String statusByUserName)
    Sets the status by user name of this workflow metrics sla definition version.
    void
    setStatusByUserUuid(String statusByUserUuid)
    Sets the status by user uuid of this workflow metrics sla definition version.
    void
    setStatusDate(Date statusDate)
    Sets the status date of this workflow metrics sla definition version.
    void
    setStopNodeKeys(String stopNodeKeys)
    Sets the stop node keys of this workflow metrics sla definition version.
    void
    setUserId(long userId)
    Sets the user ID of this workflow metrics sla definition version.
    void
    setUserName(String userName)
    Sets the user name of this workflow metrics sla definition version.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this workflow metrics sla definition version.
    void
    Sets the uuid of this workflow metrics sla definition version.
    void
    setVersion(String version)
    Sets the version of this workflow metrics sla definition version.
    void
    setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
    Sets the workflow metrics sla definition ID of this workflow metrics sla definition version.
    void
    setWorkflowMetricsSLADefinitionVersionId(long workflowMetricsSLADefinitionVersionId)
    Sets the workflow metrics sla definition version ID of this workflow metrics sla definition version.
     
    wrap(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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

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

    getWrappedModel

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

    clone
  • Constructor Details

  • Method Details

    • getModelAttributes

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

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

      public WorkflowMetricsSLADefinitionVersion cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>
      Specified by:
      cloneWithOriginalValues in interface WorkflowMetricsSLADefinitionVersionModel
    • getActive

      public boolean getActive()
      Returns the active of this workflow metrics sla definition version.
      Specified by:
      getActive in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the active of this workflow metrics sla definition version
    • getCalendarKey

      public String getCalendarKey()
      Returns the calendar key of this workflow metrics sla definition version.
      Specified by:
      getCalendarKey in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the calendar key of this workflow metrics sla definition version
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this workflow metrics sla definition version.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getCompanyId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the company ID of this workflow metrics sla definition version
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this workflow metrics sla definition version.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getCreateDate in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the create date of this workflow metrics sla definition version
    • getDescription

      public String getDescription()
      Returns the description of this workflow metrics sla definition version.
      Specified by:
      getDescription in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the description of this workflow metrics sla definition version
    • getDuration

      public long getDuration()
      Returns the duration of this workflow metrics sla definition version.
      Specified by:
      getDuration in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the duration of this workflow metrics sla definition version
    • getGroupId

      public long getGroupId()
      Returns the group ID of this workflow metrics sla definition version.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the group ID of this workflow metrics sla definition version
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this workflow metrics sla definition version.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getModifiedDate in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the modified date of this workflow metrics sla definition version
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this workflow metrics sla definition version.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the mvcc version of this workflow metrics sla definition version
    • getName

      public String getName()
      Returns the name of this workflow metrics sla definition version.
      Specified by:
      getName in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the name of this workflow metrics sla definition version
    • getPauseNodeKeys

      public String getPauseNodeKeys()
      Returns the pause node keys of this workflow metrics sla definition version.
      Specified by:
      getPauseNodeKeys in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the pause node keys of this workflow metrics sla definition version
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this workflow metrics sla definition version.
      Specified by:
      getPrimaryKey in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the primary key of this workflow metrics sla definition version
    • getProcessId

      public long getProcessId()
      Returns the process ID of this workflow metrics sla definition version.
      Specified by:
      getProcessId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the process ID of this workflow metrics sla definition version
    • getProcessVersion

      public String getProcessVersion()
      Returns the process version of this workflow metrics sla definition version.
      Specified by:
      getProcessVersion in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the process version of this workflow metrics sla definition version
    • getStartNodeKeys

      public String getStartNodeKeys()
      Returns the start node keys of this workflow metrics sla definition version.
      Specified by:
      getStartNodeKeys in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the start node keys of this workflow metrics sla definition version
    • getStatus

      public int getStatus()
      Returns the status of this workflow metrics sla definition version.
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      getStatus in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the status of this workflow metrics sla definition version
    • getStatusByUserId

      public long getStatusByUserId()
      Returns the status by user ID of this workflow metrics sla definition version.
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      getStatusByUserId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the status by user ID of this workflow metrics sla definition version
    • getStatusByUserName

      public String getStatusByUserName()
      Returns the status by user name of this workflow metrics sla definition version.
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      getStatusByUserName in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the status by user name of this workflow metrics sla definition version
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this workflow metrics sla definition version.
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      getStatusByUserUuid in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the status by user uuid of this workflow metrics sla definition version
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this workflow metrics sla definition version.
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      getStatusDate in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the status date of this workflow metrics sla definition version
    • getStopNodeKeys

      public String getStopNodeKeys()
      Returns the stop node keys of this workflow metrics sla definition version.
      Specified by:
      getStopNodeKeys in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the stop node keys of this workflow metrics sla definition version
    • getUserId

      public long getUserId()
      Returns the user ID of this workflow metrics sla definition version.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the user ID of this workflow metrics sla definition version
    • getUserName

      public String getUserName()
      Returns the user name of this workflow metrics sla definition version.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the user name of this workflow metrics sla definition version
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this workflow metrics sla definition version.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the user uuid of this workflow metrics sla definition version
    • getUuid

      public String getUuid()
      Returns the uuid of this workflow metrics sla definition version.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getUuid in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the uuid of this workflow metrics sla definition version
    • getVersion

      public String getVersion()
      Returns the version of this workflow metrics sla definition version.
      Specified by:
      getVersion in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the version of this workflow metrics sla definition version
    • getWorkflowMetricsSLADefinitionId

      public long getWorkflowMetricsSLADefinitionId()
      Returns the workflow metrics sla definition ID of this workflow metrics sla definition version.
      Specified by:
      getWorkflowMetricsSLADefinitionId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the workflow metrics sla definition ID of this workflow metrics sla definition version
    • getWorkflowMetricsSLADefinitionVersionId

      public long getWorkflowMetricsSLADefinitionVersionId()
      Returns the workflow metrics sla definition version ID of this workflow metrics sla definition version.
      Specified by:
      getWorkflowMetricsSLADefinitionVersionId in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      the workflow metrics sla definition version ID of this workflow metrics sla definition version
    • isActive

      public boolean isActive()
      Returns true if this workflow metrics sla definition version is active.
      Specified by:
      isActive in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is active; false otherwise
    • isApproved

      public boolean isApproved()
      Returns true if this workflow metrics sla definition version is approved.
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isApproved in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is approved; false otherwise
    • isDenied

      public boolean isDenied()
      Returns true if this workflow metrics sla definition version is denied.
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isDenied in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is denied; false otherwise
    • isDraft

      public boolean isDraft()
      Returns true if this workflow metrics sla definition version is a draft.
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isDraft in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is a draft; false otherwise
    • isExpired

      public boolean isExpired()
      Returns true if this workflow metrics sla definition version is expired.
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isExpired in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is expired; false otherwise
    • isInactive

      public boolean isInactive()
      Returns true if this workflow metrics sla definition version is inactive.
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isInactive in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is inactive; false otherwise
    • isIncomplete

      public boolean isIncomplete()
      Returns true if this workflow metrics sla definition version is incomplete.
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isIncomplete in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is incomplete; false otherwise
    • isPending

      public boolean isPending()
      Returns true if this workflow metrics sla definition version is pending.
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isPending in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is pending; false otherwise
    • isScheduled

      public boolean isScheduled()
      Returns true if this workflow metrics sla definition version is scheduled.
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      isScheduled in interface WorkflowMetricsSLADefinitionVersionModel
      Returns:
      true if this workflow metrics sla definition version is scheduled; false otherwise
    • persist

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

      public void setActive(boolean active)
      Sets whether this workflow metrics sla definition version is active.
      Specified by:
      setActive in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      active - the active of this workflow metrics sla definition version
    • setCalendarKey

      public void setCalendarKey(String calendarKey)
      Sets the calendar key of this workflow metrics sla definition version.
      Specified by:
      setCalendarKey in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      calendarKey - the calendar key of this workflow metrics sla definition version
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this workflow metrics sla definition version.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setCompanyId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      companyId - the company ID of this workflow metrics sla definition version
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this workflow metrics sla definition version.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setCreateDate in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      createDate - the create date of this workflow metrics sla definition version
    • setDescription

      public void setDescription(String description)
      Sets the description of this workflow metrics sla definition version.
      Specified by:
      setDescription in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      description - the description of this workflow metrics sla definition version
    • setDuration

      public void setDuration(long duration)
      Sets the duration of this workflow metrics sla definition version.
      Specified by:
      setDuration in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      duration - the duration of this workflow metrics sla definition version
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this workflow metrics sla definition version.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      groupId - the group ID of this workflow metrics sla definition version
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this workflow metrics sla definition version.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setModifiedDate in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      modifiedDate - the modified date of this workflow metrics sla definition version
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this workflow metrics sla definition version.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      mvccVersion - the mvcc version of this workflow metrics sla definition version
    • setName

      public void setName(String name)
      Sets the name of this workflow metrics sla definition version.
      Specified by:
      setName in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      name - the name of this workflow metrics sla definition version
    • setPauseNodeKeys

      public void setPauseNodeKeys(String pauseNodeKeys)
      Sets the pause node keys of this workflow metrics sla definition version.
      Specified by:
      setPauseNodeKeys in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      pauseNodeKeys - the pause node keys of this workflow metrics sla definition version
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this workflow metrics sla definition version.
      Specified by:
      setPrimaryKey in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      primaryKey - the primary key of this workflow metrics sla definition version
    • setProcessId

      public void setProcessId(long processId)
      Sets the process ID of this workflow metrics sla definition version.
      Specified by:
      setProcessId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      processId - the process ID of this workflow metrics sla definition version
    • setProcessVersion

      public void setProcessVersion(String processVersion)
      Sets the process version of this workflow metrics sla definition version.
      Specified by:
      setProcessVersion in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      processVersion - the process version of this workflow metrics sla definition version
    • setStartNodeKeys

      public void setStartNodeKeys(String startNodeKeys)
      Sets the start node keys of this workflow metrics sla definition version.
      Specified by:
      setStartNodeKeys in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      startNodeKeys - the start node keys of this workflow metrics sla definition version
    • setStatus

      public void setStatus(int status)
      Sets the status of this workflow metrics sla definition version.
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      setStatus in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      status - the status of this workflow metrics sla definition version
    • setStatusByUserId

      public void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this workflow metrics sla definition version.
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      setStatusByUserId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      statusByUserId - the status by user ID of this workflow metrics sla definition version
    • setStatusByUserName

      public void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this workflow metrics sla definition version.
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      setStatusByUserName in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      statusByUserName - the status by user name of this workflow metrics sla definition version
    • setStatusByUserUuid

      public void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this workflow metrics sla definition version.
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      setStatusByUserUuid in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      statusByUserUuid - the status by user uuid of this workflow metrics sla definition version
    • setStatusDate

      public void setStatusDate(Date statusDate)
      Sets the status date of this workflow metrics sla definition version.
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Specified by:
      setStatusDate in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      statusDate - the status date of this workflow metrics sla definition version
    • setStopNodeKeys

      public void setStopNodeKeys(String stopNodeKeys)
      Sets the stop node keys of this workflow metrics sla definition version.
      Specified by:
      setStopNodeKeys in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      stopNodeKeys - the stop node keys of this workflow metrics sla definition version
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this workflow metrics sla definition version.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      userId - the user ID of this workflow metrics sla definition version
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this workflow metrics sla definition version.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      userName - the user name of this workflow metrics sla definition version
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this workflow metrics sla definition version.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      userUuid - the user uuid of this workflow metrics sla definition version
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this workflow metrics sla definition version.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setUuid in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      uuid - the uuid of this workflow metrics sla definition version
    • setVersion

      public void setVersion(String version)
      Sets the version of this workflow metrics sla definition version.
      Specified by:
      setVersion in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      version - the version of this workflow metrics sla definition version
    • setWorkflowMetricsSLADefinitionId

      public void setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
      Sets the workflow metrics sla definition ID of this workflow metrics sla definition version.
      Specified by:
      setWorkflowMetricsSLADefinitionId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      workflowMetricsSLADefinitionId - the workflow metrics sla definition ID of this workflow metrics sla definition version
    • setWorkflowMetricsSLADefinitionVersionId

      public void setWorkflowMetricsSLADefinitionVersionId(long workflowMetricsSLADefinitionVersionId)
      Sets the workflow metrics sla definition version ID of this workflow metrics sla definition version.
      Specified by:
      setWorkflowMetricsSLADefinitionVersionId in interface WorkflowMetricsSLADefinitionVersionModel
      Parameters:
      workflowMetricsSLADefinitionVersionId - the workflow metrics sla definition version ID of this workflow metrics sla definition version
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface WorkflowMetricsSLADefinitionVersionModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected WorkflowMetricsSLADefinitionVersionWrapper wrap(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WorkflowMetricsSLADefinitionVersion>