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
.
WorkflowMetricsSLADefinitionVersion
,
Serialized FormWORKFLOW_METRICS_SLA_DEFINITION_VERSION_ID_ACCESSOR
Constructor and Description |
---|
WorkflowMetricsSLADefinitionVersionWrapper(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion) |
Modifier and Type | Method and Description |
---|---|
WorkflowMetricsSLADefinitionVersion |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this workflow metrics sla definition version.
|
java.lang.String |
getCalendarKey()
Returns the calendar key of this workflow metrics sla definition version.
|
long |
getCompanyId()
Returns the company ID of this workflow metrics sla definition version.
|
java.util.Date |
getCreateDate()
Returns the create date of this workflow metrics sla definition version.
|
java.lang.String |
getDescription()
Returns the description of this workflow metrics sla definition version.
|
long |
getDuration()
Returns the duration of this workflow metrics sla definition version.
|
long |
getGroupId()
Returns the group ID of this workflow metrics sla definition version.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this workflow metrics sla definition version.
|
long |
getMvccVersion()
Returns the mvcc version of this workflow metrics sla definition version.
|
java.lang.String |
getName()
Returns the name of this workflow metrics sla definition version.
|
java.lang.String |
getPauseNodeKeys()
Returns the pause node keys of this workflow metrics sla definition version.
|
long |
getPrimaryKey()
Returns the primary key of this workflow metrics sla definition version.
|
long |
getProcessId()
Returns the process ID of this workflow metrics sla definition version.
|
java.lang.String |
getProcessVersion()
Returns the process version of this workflow metrics sla definition version.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getStartNodeKeys()
Returns the start node keys of this workflow metrics sla definition version.
|
int |
getStatus()
Returns the status of this workflow metrics sla definition version.
|
long |
getStatusByUserId()
Returns the status by user ID of this workflow metrics sla definition version.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this workflow metrics sla definition version.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this workflow metrics sla definition version.
|
java.util.Date |
getStatusDate()
Returns the status date of this workflow metrics sla definition version.
|
java.lang.String |
getStopNodeKeys()
Returns the stop node keys of this workflow metrics sla definition version.
|
long |
getUserId()
Returns the user ID of this workflow metrics sla definition version.
|
java.lang.String |
getUserName()
Returns the user name of this workflow metrics sla definition version.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this workflow metrics sla definition version.
|
java.lang.String |
getUuid()
Returns the uuid of this workflow metrics sla definition version.
|
java.lang.String |
getVersion()
Returns the version of this workflow metrics sla definition version.
|
long |
getWorkflowMetricsSLADefinitionId()
Returns the workflow metrics sla definition ID of this workflow metrics sla definition version.
|
long |
getWorkflowMetricsSLADefinitionVersionId()
Returns the workflow metrics sla definition version ID of this workflow metrics sla definition version.
|
boolean |
isActive()
Returns
true if this workflow metrics sla definition version is active. |
boolean |
isApproved()
Returns
true if this workflow metrics sla definition version is approved. |
boolean |
isDenied()
Returns
true if this workflow metrics sla definition version is denied. |
boolean |
isDraft()
Returns
true if this workflow metrics sla definition version is a draft. |
boolean |
isExpired()
Returns
true if this workflow metrics sla definition version is expired. |
boolean |
isInactive()
Returns
true if this workflow metrics sla definition version is inactive. |
boolean |
isIncomplete()
Returns
true if this workflow metrics sla definition version is incomplete. |
boolean |
isPending()
Returns
true if this workflow metrics sla definition version is pending. |
boolean |
isScheduled()
Returns
true if this workflow metrics sla definition version is scheduled. |
void |
persist() |
void |
setActive(boolean active)
Sets whether this workflow metrics sla definition version is active.
|
void |
setCalendarKey(java.lang.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(java.util.Date createDate)
Sets the create date of this workflow metrics sla definition version.
|
void |
setDescription(java.lang.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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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 |
setName(java.lang.String name)
Sets the name of this workflow metrics sla definition version.
|
void |
setPauseNodeKeys(java.lang.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(java.lang.String processVersion)
Sets the process version of this workflow metrics sla definition version.
|
void |
setStartNodeKeys(java.lang.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(java.lang.String statusByUserName)
Sets the status by user name of this workflow metrics sla definition version.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this workflow metrics sla definition version.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this workflow metrics sla definition version.
|
void |
setStopNodeKeys(java.lang.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(java.lang.String userName)
Sets the user name of this workflow metrics sla definition version.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this workflow metrics sla definition version.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this workflow metrics sla definition version.
|
void |
setVersion(java.lang.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.
|
java.lang.String |
toXmlString() |
protected WorkflowMetricsSLADefinitionVersionWrapper |
wrap(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public WorkflowMetricsSLADefinitionVersionWrapper(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>
public WorkflowMetricsSLADefinitionVersion cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>
cloneWithOriginalValues
in interface WorkflowMetricsSLADefinitionVersionModel
public boolean getActive()
getActive
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getCalendarKey()
getCalendarKey
in interface WorkflowMetricsSLADefinitionVersionModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
getCompanyId
in interface WorkflowMetricsSLADefinitionVersionModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
getCreateDate
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getDescription()
getDescription
in interface WorkflowMetricsSLADefinitionVersionModel
public long getDuration()
getDuration
in interface WorkflowMetricsSLADefinitionVersionModel
public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
getGroupId
in interface WorkflowMetricsSLADefinitionVersionModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
getModifiedDate
in interface WorkflowMetricsSLADefinitionVersionModel
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
getMvccVersion
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getName()
getName
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getPauseNodeKeys()
getPauseNodeKeys
in interface WorkflowMetricsSLADefinitionVersionModel
public long getPrimaryKey()
getPrimaryKey
in interface WorkflowMetricsSLADefinitionVersionModel
public long getProcessId()
getProcessId
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getProcessVersion()
getProcessVersion
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getStartNodeKeys()
getStartNodeKeys
in interface WorkflowMetricsSLADefinitionVersionModel
public int getStatus()
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatus
in interface WorkflowMetricsSLADefinitionVersionModel
public long getStatusByUserId()
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserId
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getStatusByUserName()
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserName
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getStatusByUserUuid()
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusByUserUuid
in interface WorkflowMetricsSLADefinitionVersionModel
public java.util.Date getStatusDate()
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
getStatusDate
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getStopNodeKeys()
getStopNodeKeys
in interface WorkflowMetricsSLADefinitionVersionModel
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
getUuid
in interface WorkflowMetricsSLADefinitionVersionModel
public java.lang.String getVersion()
getVersion
in interface WorkflowMetricsSLADefinitionVersionModel
public long getWorkflowMetricsSLADefinitionId()
getWorkflowMetricsSLADefinitionId
in interface WorkflowMetricsSLADefinitionVersionModel
public long getWorkflowMetricsSLADefinitionVersionId()
getWorkflowMetricsSLADefinitionVersionId
in interface WorkflowMetricsSLADefinitionVersionModel
public boolean isActive()
true
if this workflow metrics sla definition version is active.isActive
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is active; false
otherwisepublic boolean isApproved()
true
if this workflow metrics sla definition version is approved.isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
isApproved
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is approved; false
otherwisepublic boolean isDenied()
true
if this workflow metrics sla definition version is denied.isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
isDenied
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is denied; false
otherwisepublic boolean isDraft()
true
if this workflow metrics sla definition version is a draft.isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
isDraft
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is a draft; false
otherwisepublic boolean isExpired()
true
if this workflow metrics sla definition version is expired.isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
isExpired
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is expired; false
otherwisepublic boolean isInactive()
true
if this workflow metrics sla definition version is inactive.isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
isInactive
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is inactive; false
otherwisepublic boolean isIncomplete()
true
if this workflow metrics sla definition version is incomplete.isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
isIncomplete
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is incomplete; false
otherwisepublic boolean isPending()
true
if this workflow metrics sla definition version is pending.isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
isPending
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is pending; false
otherwisepublic boolean isScheduled()
true
if this workflow metrics sla definition version is scheduled.isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
isScheduled
in interface WorkflowMetricsSLADefinitionVersionModel
true
if this workflow metrics sla definition version is scheduled; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setActive(boolean active)
setActive
in interface WorkflowMetricsSLADefinitionVersionModel
active
- the active of this workflow metrics sla definition versionpublic void setCalendarKey(java.lang.String calendarKey)
setCalendarKey
in interface WorkflowMetricsSLADefinitionVersionModel
calendarKey
- the calendar key of this workflow metrics sla definition versionpublic void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
setCompanyId
in interface WorkflowMetricsSLADefinitionVersionModel
companyId
- the company ID of this workflow metrics sla definition versionpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
setCreateDate
in interface WorkflowMetricsSLADefinitionVersionModel
createDate
- the create date of this workflow metrics sla definition versionpublic void setDescription(java.lang.String description)
setDescription
in interface WorkflowMetricsSLADefinitionVersionModel
description
- the description of this workflow metrics sla definition versionpublic void setDuration(long duration)
setDuration
in interface WorkflowMetricsSLADefinitionVersionModel
duration
- the duration of this workflow metrics sla definition versionpublic void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
in interface WorkflowMetricsSLADefinitionVersionModel
groupId
- the group ID of this workflow metrics sla definition versionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
setModifiedDate
in interface WorkflowMetricsSLADefinitionVersionModel
modifiedDate
- the modified date of this workflow metrics sla definition versionpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
setMvccVersion
in interface WorkflowMetricsSLADefinitionVersionModel
mvccVersion
- the mvcc version of this workflow metrics sla definition versionpublic void setName(java.lang.String name)
setName
in interface WorkflowMetricsSLADefinitionVersionModel
name
- the name of this workflow metrics sla definition versionpublic void setPauseNodeKeys(java.lang.String pauseNodeKeys)
setPauseNodeKeys
in interface WorkflowMetricsSLADefinitionVersionModel
pauseNodeKeys
- the pause node keys of this workflow metrics sla definition versionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface WorkflowMetricsSLADefinitionVersionModel
primaryKey
- the primary key of this workflow metrics sla definition versionpublic void setProcessId(long processId)
setProcessId
in interface WorkflowMetricsSLADefinitionVersionModel
processId
- the process ID of this workflow metrics sla definition versionpublic void setProcessVersion(java.lang.String processVersion)
setProcessVersion
in interface WorkflowMetricsSLADefinitionVersionModel
processVersion
- the process version of this workflow metrics sla definition versionpublic void setStartNodeKeys(java.lang.String startNodeKeys)
setStartNodeKeys
in interface WorkflowMetricsSLADefinitionVersionModel
startNodeKeys
- the start node keys of this workflow metrics sla definition versionpublic void setStatus(int status)
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatus
in interface WorkflowMetricsSLADefinitionVersionModel
status
- the status of this workflow metrics sla definition versionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserId
in interface WorkflowMetricsSLADefinitionVersionModel
statusByUserId
- the status by user ID of this workflow metrics sla definition versionpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserName
in interface WorkflowMetricsSLADefinitionVersionModel
statusByUserName
- the status by user name of this workflow metrics sla definition versionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusByUserUuid
in interface WorkflowMetricsSLADefinitionVersionModel
statusByUserUuid
- the status by user uuid of this workflow metrics sla definition versionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
setStatusDate
in interface WorkflowMetricsSLADefinitionVersionModel
statusDate
- the status date of this workflow metrics sla definition versionpublic void setStopNodeKeys(java.lang.String stopNodeKeys)
setStopNodeKeys
in interface WorkflowMetricsSLADefinitionVersionModel
stopNodeKeys
- the stop node keys of this workflow metrics sla definition versionpublic void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface WorkflowMetricsSLADefinitionVersionModel
userId
- the user ID of this workflow metrics sla definition versionpublic void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface WorkflowMetricsSLADefinitionVersionModel
userName
- the user name of this workflow metrics sla definition versionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface WorkflowMetricsSLADefinitionVersionModel
userUuid
- the user uuid of this workflow metrics sla definition versionpublic void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
setUuid
in interface WorkflowMetricsSLADefinitionVersionModel
uuid
- the uuid of this workflow metrics sla definition versionpublic void setVersion(java.lang.String version)
setVersion
in interface WorkflowMetricsSLADefinitionVersionModel
version
- the version of this workflow metrics sla definition versionpublic void setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
setWorkflowMetricsSLADefinitionId
in interface WorkflowMetricsSLADefinitionVersionModel
workflowMetricsSLADefinitionId
- the workflow metrics sla definition ID of this workflow metrics sla definition versionpublic void setWorkflowMetricsSLADefinitionVersionId(long workflowMetricsSLADefinitionVersionId)
setWorkflowMetricsSLADefinitionVersionId
in interface WorkflowMetricsSLADefinitionVersionModel
workflowMetricsSLADefinitionVersionId
- the workflow metrics sla definition version ID of this workflow metrics sla definition versionpublic java.lang.String toXmlString()
toXmlString
in interface WorkflowMetricsSLADefinitionVersionModel
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected WorkflowMetricsSLADefinitionVersionWrapper wrap(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WorkflowMetricsSLADefinitionVersion>