Interface WorkflowMetricsSLADefinitionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinition>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<WorkflowMetricsSLADefinition>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Subinterfaces:
WorkflowMetricsSLADefinition
- All Known Implementing Classes:
WorkflowMetricsSLADefinitionWrapper
@ProviderType
public interface WorkflowMetricsSLADefinitionModel
extends com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinition>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.WorkflowedModel
The base model interface for the WorkflowMetricsSLADefinition service. Represents a row in the "WMSLADefinition" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.workflow.metrics.model.impl.WorkflowMetricsSLADefinitionModelImpl 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.metrics.model.impl.WorkflowMetricsSLADefinitionImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this workflow metrics sla definition.Returns the calendar key of this workflow metrics sla definition.longReturns the company ID of this workflow metrics sla definition.Returns the create date of this workflow metrics sla definition.Returns the description of this workflow metrics sla definition.longReturns the duration of this workflow metrics sla definition.longReturns the group ID of this workflow metrics sla definition.Returns the modified date of this workflow metrics sla definition.longReturns the mvcc version of this workflow metrics sla definition.getName()Returns the name of this workflow metrics sla definition.Returns the pause node keys of this workflow metrics sla definition.longReturns the primary key of this workflow metrics sla definition.longReturns the process ID of this workflow metrics sla definition.Returns the process version of this workflow metrics sla definition.Returns the start node keys of this workflow metrics sla definition.intReturns the status of this workflow metrics sla definition.longReturns the status by user ID of this workflow metrics sla definition.Returns the status by user name of this workflow metrics sla definition.Returns the status by user uuid of this workflow metrics sla definition.Returns the status date of this workflow metrics sla definition.Returns the stop node keys of this workflow metrics sla definition.longReturns the user ID of this workflow metrics sla definition.Returns the user name of this workflow metrics sla definition.Returns the user uuid of this workflow metrics sla definition.getUuid()Returns the uuid of this workflow metrics sla definition.Returns the version of this workflow metrics sla definition.longReturns the workflow metrics sla definition ID of this workflow metrics sla definition.booleanisActive()Returnstrueif this workflow metrics sla definition is active.booleanReturnstrueif this workflow metrics sla definition is approved.booleanisDenied()Returnstrueif this workflow metrics sla definition is denied.booleanisDraft()Returnstrueif this workflow metrics sla definition is a draft.booleanReturnstrueif this workflow metrics sla definition is expired.booleanReturnstrueif this workflow metrics sla definition is inactive.booleanReturnstrueif this workflow metrics sla definition is incomplete.booleanReturnstrueif this workflow metrics sla definition is pending.booleanReturnstrueif this workflow metrics sla definition is scheduled.voidsetActive(boolean active) Sets whether this workflow metrics sla definition is active.voidsetCalendarKey(String calendarKey) Sets the calendar key of this workflow metrics sla definition.voidsetCompanyId(long companyId) Sets the company ID of this workflow metrics sla definition.voidsetCreateDate(Date createDate) Sets the create date of this workflow metrics sla definition.voidsetDescription(String description) Sets the description of this workflow metrics sla definition.voidsetDuration(long duration) Sets the duration of this workflow metrics sla definition.voidsetGroupId(long groupId) Sets the group ID of this workflow metrics sla definition.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this workflow metrics sla definition.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this workflow metrics sla definition.voidSets the name of this workflow metrics sla definition.voidsetPauseNodeKeys(String pauseNodeKeys) Sets the pause node keys of this workflow metrics sla definition.voidsetPrimaryKey(long primaryKey) Sets the primary key of this workflow metrics sla definition.voidsetProcessId(long processId) Sets the process ID of this workflow metrics sla definition.voidsetProcessVersion(String processVersion) Sets the process version of this workflow metrics sla definition.voidsetStartNodeKeys(String startNodeKeys) Sets the start node keys of this workflow metrics sla definition.voidsetStatus(int status) Sets the status of this workflow metrics sla definition.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this workflow metrics sla definition.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this workflow metrics sla definition.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this workflow metrics sla definition.voidsetStatusDate(Date statusDate) Sets the status date of this workflow metrics sla definition.voidsetStopNodeKeys(String stopNodeKeys) Sets the stop node keys of this workflow metrics sla definition.voidsetUserId(long userId) Sets the user ID of this workflow metrics sla definition.voidsetUserName(String userName) Sets the user name of this workflow metrics sla definition.voidsetUserUuid(String userUuid) Sets the user uuid of this workflow metrics sla definition.voidSets the uuid of this workflow metrics sla definition.voidsetVersion(String version) Sets the version of this workflow metrics sla definition.voidsetWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId) Sets the workflow metrics sla definition ID of this workflow metrics sla definition.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this workflow metrics sla definition.- Returns:
- the primary key of this workflow metrics sla definition
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this workflow metrics sla definition.- Parameters:
primaryKey- the primary key of this workflow metrics sla definition
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this workflow metrics sla definition.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this workflow metrics sla definition
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this workflow metrics sla definition.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this workflow metrics sla definition
-
getUuid
Returns the uuid of this workflow metrics sla definition.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this workflow metrics sla definition
-
setUuid
Sets the uuid of this workflow metrics sla definition.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this workflow metrics sla definition
-
getWorkflowMetricsSLADefinitionId
long getWorkflowMetricsSLADefinitionId()Returns the workflow metrics sla definition ID of this workflow metrics sla definition.- Returns:
- the workflow metrics sla definition ID of this workflow metrics sla definition
-
setWorkflowMetricsSLADefinitionId
void setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId) Sets the workflow metrics sla definition ID of this workflow metrics sla definition.- Parameters:
workflowMetricsSLADefinitionId- the workflow metrics sla definition ID of this workflow metrics sla definition
-
getGroupId
long getGroupId()Returns the group ID of this workflow metrics sla definition.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this workflow metrics sla definition
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this workflow metrics sla definition.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this workflow metrics sla definition
-
getCompanyId
long getCompanyId()Returns the company ID of this workflow metrics sla definition.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this workflow metrics sla definition
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this workflow metrics sla definition.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this workflow metrics sla definition
-
getUserId
long getUserId()Returns the user ID of this workflow metrics sla definition.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this workflow metrics sla definition
-
setUserId
void setUserId(long userId) Sets the user ID of this workflow metrics sla definition.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this workflow metrics sla definition
-
getUserUuid
String getUserUuid()Returns the user uuid of this workflow metrics sla definition.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this workflow metrics sla definition
-
setUserUuid
Sets the user uuid of this workflow metrics sla definition.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this workflow metrics sla definition
-
getUserName
Returns the user name of this workflow metrics sla definition.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this workflow metrics sla definition
-
setUserName
Sets the user name of this workflow metrics sla definition.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this workflow metrics sla definition
-
getCreateDate
Date getCreateDate()Returns the create date of this workflow metrics sla definition.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this workflow metrics sla definition
-
setCreateDate
Sets the create date of this workflow metrics sla definition.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this workflow metrics sla definition
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this workflow metrics sla definition.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this workflow metrics sla definition
-
setModifiedDate
Sets the modified date of this workflow metrics sla definition.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this workflow metrics sla definition
-
getActive
boolean getActive()Returns the active of this workflow metrics sla definition.- Returns:
- the active of this workflow metrics sla definition
-
isActive
boolean isActive()Returnstrueif this workflow metrics sla definition is active.- Returns:
trueif this workflow metrics sla definition is active;falseotherwise
-
setActive
void setActive(boolean active) Sets whether this workflow metrics sla definition is active.- Parameters:
active- the active of this workflow metrics sla definition
-
getCalendarKey
Returns the calendar key of this workflow metrics sla definition.- Returns:
- the calendar key of this workflow metrics sla definition
-
setCalendarKey
Sets the calendar key of this workflow metrics sla definition.- Parameters:
calendarKey- the calendar key of this workflow metrics sla definition
-
getDescription
Returns the description of this workflow metrics sla definition.- Returns:
- the description of this workflow metrics sla definition
-
setDescription
Sets the description of this workflow metrics sla definition.- Parameters:
description- the description of this workflow metrics sla definition
-
getDuration
long getDuration()Returns the duration of this workflow metrics sla definition.- Returns:
- the duration of this workflow metrics sla definition
-
setDuration
void setDuration(long duration) Sets the duration of this workflow metrics sla definition.- Parameters:
duration- the duration of this workflow metrics sla definition
-
getName
Returns the name of this workflow metrics sla definition.- Returns:
- the name of this workflow metrics sla definition
-
setName
Sets the name of this workflow metrics sla definition.- Parameters:
name- the name of this workflow metrics sla definition
-
getPauseNodeKeys
Returns the pause node keys of this workflow metrics sla definition.- Returns:
- the pause node keys of this workflow metrics sla definition
-
setPauseNodeKeys
Sets the pause node keys of this workflow metrics sla definition.- Parameters:
pauseNodeKeys- the pause node keys of this workflow metrics sla definition
-
getProcessId
long getProcessId()Returns the process ID of this workflow metrics sla definition.- Returns:
- the process ID of this workflow metrics sla definition
-
setProcessId
void setProcessId(long processId) Sets the process ID of this workflow metrics sla definition.- Parameters:
processId- the process ID of this workflow metrics sla definition
-
getProcessVersion
Returns the process version of this workflow metrics sla definition.- Returns:
- the process version of this workflow metrics sla definition
-
setProcessVersion
Sets the process version of this workflow metrics sla definition.- Parameters:
processVersion- the process version of this workflow metrics sla definition
-
getStartNodeKeys
Returns the start node keys of this workflow metrics sla definition.- Returns:
- the start node keys of this workflow metrics sla definition
-
setStartNodeKeys
Sets the start node keys of this workflow metrics sla definition.- Parameters:
startNodeKeys- the start node keys of this workflow metrics sla definition
-
getStopNodeKeys
Returns the stop node keys of this workflow metrics sla definition.- Returns:
- the stop node keys of this workflow metrics sla definition
-
setStopNodeKeys
Sets the stop node keys of this workflow metrics sla definition.- Parameters:
stopNodeKeys- the stop node keys of this workflow metrics sla definition
-
getVersion
Returns the version of this workflow metrics sla definition.- Returns:
- the version of this workflow metrics sla definition
-
setVersion
Sets the version of this workflow metrics sla definition.- Parameters:
version- the version of this workflow metrics sla definition
-
getStatus
int getStatus()Returns the status of this workflow metrics sla definition.- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this workflow metrics sla definition
-
setStatus
void setStatus(int status) Sets the status of this workflow metrics sla definition.- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this workflow metrics sla definition
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this workflow metrics sla definition.- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this workflow metrics sla definition
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this workflow metrics sla definition.- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this workflow metrics sla definition
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this workflow metrics sla definition.- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this workflow metrics sla definition
-
setStatusByUserUuid
Sets the status by user uuid of this workflow metrics sla definition.- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this workflow metrics sla definition
-
getStatusByUserName
Returns the status by user name of this workflow metrics sla definition.- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this workflow metrics sla definition
-
setStatusByUserName
Sets the status by user name of this workflow metrics sla definition.- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this workflow metrics sla definition
-
getStatusDate
Date getStatusDate()Returns the status date of this workflow metrics sla definition.- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this workflow metrics sla definition
-
setStatusDate
Sets the status date of this workflow metrics sla definition.- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this workflow metrics sla definition
-
isApproved
boolean isApproved()Returnstrueif this workflow metrics sla definition is approved.- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this workflow metrics sla definition is denied.- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this workflow metrics sla definition is a draft.- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this workflow metrics sla definition is expired.- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this workflow metrics sla definition is inactive.- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this workflow metrics sla definition is incomplete.- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this workflow metrics sla definition is pending.- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this workflow metrics sla definition is scheduled.- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition is scheduled;falseotherwise
-
cloneWithOriginalValues
WorkflowMetricsSLADefinition cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinition>
-
toXmlString
-