public class WorkflowMetricsSLADefinitionWrapper extends BaseModelWrapper<WorkflowMetricsSLADefinition> implements ModelWrapper<WorkflowMetricsSLADefinition>, WorkflowMetricsSLADefinition
This class is a wrapper for WorkflowMetricsSLADefinition.
WorkflowMetricsSLADefinition,
Serialized FormmodelWORKFLOW_METRICS_SLA_DEFINITION_ID_ACCESSOR| Constructor and Description |
|---|
WorkflowMetricsSLADefinitionWrapper(WorkflowMetricsSLADefinition workflowMetricsSLADefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Returns the active of this workflow metrics sla definition.
|
java.lang.String |
getCalendarKey()
Returns the calendar key of this workflow metrics sla definition.
|
long |
getCompanyId()
Returns the company ID of this workflow metrics sla definition.
|
java.util.Date |
getCreateDate()
Returns the create date of this workflow metrics sla definition.
|
java.lang.String |
getDescription()
Returns the description of this workflow metrics sla definition.
|
long |
getDuration()
Returns the duration of this workflow metrics sla definition.
|
long |
getGroupId()
Returns the group ID of this workflow metrics sla definition.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this workflow metrics sla definition.
|
long |
getMvccVersion()
Returns the mvcc version of this workflow metrics sla definition.
|
java.lang.String |
getName()
Returns the name of this workflow metrics sla definition.
|
java.lang.String |
getPauseNodeKeys()
Returns the pause node keys of this workflow metrics sla definition.
|
long |
getPrimaryKey()
Returns the primary key of this workflow metrics sla definition.
|
long |
getProcessId()
Returns the process ID of this workflow metrics sla definition.
|
java.lang.String |
getProcessVersion()
Returns the process version of this workflow metrics sla definition.
|
StagedModelType |
getStagedModelType() |
java.lang.String |
getStartNodeKeys()
Returns the start node keys of this workflow metrics sla definition.
|
int |
getStatus()
Returns the status of this workflow metrics sla definition.
|
long |
getStatusByUserId()
Returns the status by user ID of this workflow metrics sla definition.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this workflow metrics sla definition.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this workflow metrics sla definition.
|
java.util.Date |
getStatusDate()
Returns the status date of this workflow metrics sla definition.
|
java.lang.String |
getStopNodeKeys()
Returns the stop node keys of this workflow metrics sla definition.
|
long |
getUserId()
Returns the user ID of this workflow metrics sla definition.
|
java.lang.String |
getUserName()
Returns the user name of this workflow metrics sla definition.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this workflow metrics sla definition.
|
java.lang.String |
getUuid()
Returns the uuid of this workflow metrics sla definition.
|
java.lang.String |
getVersion()
Returns the version of this workflow metrics sla definition.
|
long |
getWorkflowMetricsSLADefinitionId()
Returns the workflow metrics sla definition ID of this workflow metrics sla definition.
|
boolean |
isActive()
Returns
true if this workflow metrics sla definition is active. |
boolean |
isApproved()
Returns
true if this workflow metrics sla definition is approved. |
boolean |
isDenied()
Returns
true if this workflow metrics sla definition is denied. |
boolean |
isDraft()
Returns
true if this workflow metrics sla definition is a draft. |
boolean |
isExpired()
Returns
true if this workflow metrics sla definition is expired. |
boolean |
isInactive()
Returns
true if this workflow metrics sla definition is inactive. |
boolean |
isIncomplete()
Returns
true if this workflow metrics sla definition is incomplete. |
boolean |
isPending()
Returns
true if this workflow metrics sla definition is pending. |
boolean |
isScheduled()
Returns
true if this workflow metrics sla definition is scheduled. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setActive(boolean active)
Sets whether this workflow metrics sla definition is active.
|
void |
setCalendarKey(java.lang.String calendarKey)
Sets the calendar key of this workflow metrics sla definition.
|
void |
setCompanyId(long companyId)
Sets the company ID of this workflow metrics sla definition.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this workflow metrics sla definition.
|
void |
setDescription(java.lang.String description)
Sets the description of this workflow metrics sla definition.
|
void |
setDuration(long duration)
Sets the duration of this workflow metrics sla definition.
|
void |
setGroupId(long groupId)
Sets the group ID of this workflow metrics sla definition.
|
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.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this workflow metrics sla definition.
|
void |
setName(java.lang.String name)
Sets the name of this workflow metrics sla definition.
|
void |
setPauseNodeKeys(java.lang.String pauseNodeKeys)
Sets the pause node keys of this workflow metrics sla definition.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this workflow metrics sla definition.
|
void |
setProcessId(long processId)
Sets the process ID of this workflow metrics sla definition.
|
void |
setProcessVersion(java.lang.String processVersion)
Sets the process version of this workflow metrics sla definition.
|
void |
setStartNodeKeys(java.lang.String startNodeKeys)
Sets the start node keys of this workflow metrics sla definition.
|
void |
setStatus(int status)
Sets the status of this workflow metrics sla definition.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this workflow metrics sla definition.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this workflow metrics sla definition.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this workflow metrics sla definition.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this workflow metrics sla definition.
|
void |
setStopNodeKeys(java.lang.String stopNodeKeys)
Sets the stop node keys of this workflow metrics sla definition.
|
void |
setUserId(long userId)
Sets the user ID of this workflow metrics sla definition.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this workflow metrics sla definition.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this workflow metrics sla definition.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this workflow metrics sla definition.
|
void |
setVersion(java.lang.String version)
Sets the version of this workflow metrics sla definition.
|
void |
setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
Sets the workflow metrics sla definition ID of this workflow metrics sla definition.
|
protected WorkflowMetricsSLADefinitionWrapper |
wrap(WorkflowMetricsSLADefinition workflowMetricsSLADefinition) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamepublic WorkflowMetricsSLADefinitionWrapper(WorkflowMetricsSLADefinition workflowMetricsSLADefinition)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<WorkflowMetricsSLADefinition>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<WorkflowMetricsSLADefinition>public boolean getActive()
getActive in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getCalendarKey()
getCalendarKey in interface WorkflowMetricsSLADefinitionModelpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface WorkflowMetricsSLADefinitionModelpublic java.util.Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getDescription()
getDescription in interface WorkflowMetricsSLADefinitionModelpublic long getDuration()
getDuration in interface WorkflowMetricsSLADefinitionModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface WorkflowMetricsSLADefinitionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface WorkflowMetricsSLADefinitionModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getName()
getName in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getPauseNodeKeys()
getPauseNodeKeys in interface WorkflowMetricsSLADefinitionModelpublic long getPrimaryKey()
getPrimaryKey in interface WorkflowMetricsSLADefinitionModelpublic long getProcessId()
getProcessId in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getProcessVersion()
getProcessVersion in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getStartNodeKeys()
getStartNodeKeys in interface WorkflowMetricsSLADefinitionModelpublic int getStatus()
getStatus in interface WorkflowedModelgetStatus in interface WorkflowMetricsSLADefinitionModelpublic long getStatusByUserId()
getStatusByUserId in interface WorkflowedModelgetStatusByUserId in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface WorkflowedModelgetStatusByUserName in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface WorkflowedModelgetStatusByUserUuid in interface WorkflowMetricsSLADefinitionModelpublic java.util.Date getStatusDate()
getStatusDate in interface WorkflowedModelgetStatusDate in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getStopNodeKeys()
getStopNodeKeys in interface WorkflowMetricsSLADefinitionModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getUserName()
getUserName in interface AuditedModelgetUserName in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getUuid()
getUuid in interface StagedModelgetUuid in interface WorkflowMetricsSLADefinitionModelpublic java.lang.String getVersion()
getVersion in interface WorkflowMetricsSLADefinitionModelpublic long getWorkflowMetricsSLADefinitionId()
getWorkflowMetricsSLADefinitionId in interface WorkflowMetricsSLADefinitionModelpublic boolean isActive()
true if this workflow metrics sla definition is active.isActive in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is active; false otherwisepublic boolean isApproved()
true if this workflow metrics sla definition is approved.isApproved in interface WorkflowedModelisApproved in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is approved; false otherwisepublic boolean isDenied()
true if this workflow metrics sla definition is denied.isDenied in interface WorkflowedModelisDenied in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is denied; false otherwisepublic boolean isDraft()
true if this workflow metrics sla definition is a draft.isDraft in interface WorkflowedModelisDraft in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is a draft; false otherwisepublic boolean isExpired()
true if this workflow metrics sla definition is expired.isExpired in interface WorkflowedModelisExpired in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is expired; false otherwisepublic boolean isInactive()
true if this workflow metrics sla definition is inactive.isInactive in interface WorkflowedModelisInactive in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is inactive; false otherwisepublic boolean isIncomplete()
true if this workflow metrics sla definition is incomplete.isIncomplete in interface WorkflowedModelisIncomplete in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is incomplete; false otherwisepublic boolean isPending()
true if this workflow metrics sla definition is pending.isPending in interface WorkflowedModelisPending in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is pending; false otherwisepublic boolean isScheduled()
true if this workflow metrics sla definition is scheduled.isScheduled in interface WorkflowedModelisScheduled in interface WorkflowMetricsSLADefinitionModeltrue if this workflow metrics sla definition is scheduled; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setActive(boolean active)
setActive in interface WorkflowMetricsSLADefinitionModelactive - the active of this workflow metrics sla definitionpublic void setCalendarKey(java.lang.String calendarKey)
setCalendarKey in interface WorkflowMetricsSLADefinitionModelcalendarKey - the calendar key of this workflow metrics sla definitionpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface WorkflowMetricsSLADefinitionModelcompanyId - the company ID of this workflow metrics sla definitionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface WorkflowMetricsSLADefinitionModelcreateDate - the create date of this workflow metrics sla definitionpublic void setDescription(java.lang.String description)
setDescription in interface WorkflowMetricsSLADefinitionModeldescription - the description of this workflow metrics sla definitionpublic void setDuration(long duration)
setDuration in interface WorkflowMetricsSLADefinitionModelduration - the duration of this workflow metrics sla definitionpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface WorkflowMetricsSLADefinitionModelgroupId - the group ID of this workflow metrics sla definitionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface WorkflowMetricsSLADefinitionModelmodifiedDate - the modified date of this workflow metrics sla definitionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface WorkflowMetricsSLADefinitionModelmvccVersion - the mvcc version of this workflow metrics sla definitionpublic void setName(java.lang.String name)
setName in interface WorkflowMetricsSLADefinitionModelname - the name of this workflow metrics sla definitionpublic void setPauseNodeKeys(java.lang.String pauseNodeKeys)
setPauseNodeKeys in interface WorkflowMetricsSLADefinitionModelpauseNodeKeys - the pause node keys of this workflow metrics sla definitionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface WorkflowMetricsSLADefinitionModelprimaryKey - the primary key of this workflow metrics sla definitionpublic void setProcessId(long processId)
setProcessId in interface WorkflowMetricsSLADefinitionModelprocessId - the process ID of this workflow metrics sla definitionpublic void setProcessVersion(java.lang.String processVersion)
setProcessVersion in interface WorkflowMetricsSLADefinitionModelprocessVersion - the process version of this workflow metrics sla definitionpublic void setStartNodeKeys(java.lang.String startNodeKeys)
setStartNodeKeys in interface WorkflowMetricsSLADefinitionModelstartNodeKeys - the start node keys of this workflow metrics sla definitionpublic void setStatus(int status)
setStatus in interface WorkflowedModelsetStatus in interface WorkflowMetricsSLADefinitionModelstatus - the status of this workflow metrics sla definitionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface WorkflowedModelsetStatusByUserId in interface WorkflowMetricsSLADefinitionModelstatusByUserId - the status by user ID of this workflow metrics sla definitionpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface WorkflowedModelsetStatusByUserName in interface WorkflowMetricsSLADefinitionModelstatusByUserName - the status by user name of this workflow metrics sla definitionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface WorkflowedModelsetStatusByUserUuid in interface WorkflowMetricsSLADefinitionModelstatusByUserUuid - the status by user uuid of this workflow metrics sla definitionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface WorkflowedModelsetStatusDate in interface WorkflowMetricsSLADefinitionModelstatusDate - the status date of this workflow metrics sla definitionpublic void setStopNodeKeys(java.lang.String stopNodeKeys)
setStopNodeKeys in interface WorkflowMetricsSLADefinitionModelstopNodeKeys - the stop node keys of this workflow metrics sla definitionpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface WorkflowMetricsSLADefinitionModeluserId - the user ID of this workflow metrics sla definitionpublic void setUserName(java.lang.String userName)
setUserName in interface AuditedModelsetUserName in interface WorkflowMetricsSLADefinitionModeluserName - the user name of this workflow metrics sla definitionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface WorkflowMetricsSLADefinitionModeluserUuid - the user uuid of this workflow metrics sla definitionpublic void setUuid(java.lang.String uuid)
setUuid in interface StagedModelsetUuid in interface WorkflowMetricsSLADefinitionModeluuid - the uuid of this workflow metrics sla definitionpublic void setVersion(java.lang.String version)
setVersion in interface WorkflowMetricsSLADefinitionModelversion - the version of this workflow metrics sla definitionpublic void setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
setWorkflowMetricsSLADefinitionId in interface WorkflowMetricsSLADefinitionModelworkflowMetricsSLADefinitionId - the workflow metrics sla definition ID of this workflow metrics sla definitionpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected WorkflowMetricsSLADefinitionWrapper wrap(WorkflowMetricsSLADefinition workflowMetricsSLADefinition)
wrap in class BaseModelWrapper<WorkflowMetricsSLADefinition>