Interface WorkflowMetricsSLADefinitionVersionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<WorkflowMetricsSLADefinitionVersion>,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:
WorkflowMetricsSLADefinitionVersion
- All Known Implementing Classes:
WorkflowMetricsSLADefinitionVersionWrapper
@ProviderType
public interface WorkflowMetricsSLADefinitionVersionModel
extends com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>, 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 WorkflowMetricsSLADefinitionVersion service. Represents a row in the "WMSLADefinitionVersion" 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.WorkflowMetricsSLADefinitionVersionModelImpl 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.WorkflowMetricsSLADefinitionVersionImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the active of this workflow metrics sla definition version.Returns the calendar key of this workflow metrics sla definition version.longReturns 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.longReturns the duration of this workflow metrics sla definition version.longReturns the group ID of this workflow metrics sla definition version.Returns the modified date of this workflow metrics sla definition version.longReturns the mvcc version of this workflow metrics sla definition version.getName()Returns the name of this workflow metrics sla definition version.Returns the pause node keys of this workflow metrics sla definition version.longReturns the primary key of this workflow metrics sla definition version.longReturns the process ID of this workflow metrics sla definition version.Returns the process version of this workflow metrics sla definition version.Returns the start node keys of this workflow metrics sla definition version.intReturns the status of this workflow metrics sla definition version.longReturns 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.longReturns 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.getUuid()Returns the uuid of this workflow metrics sla definition version.Returns the version of this workflow metrics sla definition version.longReturns the workflow metrics sla definition ID of this workflow metrics sla definition version.longReturns the workflow metrics sla definition version ID of this workflow metrics sla definition version.booleanisActive()Returnstrueif this workflow metrics sla definition version is active.booleanReturnstrueif this workflow metrics sla definition version is approved.booleanisDenied()Returnstrueif this workflow metrics sla definition version is denied.booleanisDraft()Returnstrueif this workflow metrics sla definition version is a draft.booleanReturnstrueif this workflow metrics sla definition version is expired.booleanReturnstrueif this workflow metrics sla definition version is inactive.booleanReturnstrueif this workflow metrics sla definition version is incomplete.booleanReturnstrueif this workflow metrics sla definition version is pending.booleanReturnstrueif this workflow metrics sla definition version is scheduled.voidsetActive(boolean active) Sets whether this workflow metrics sla definition version is active.voidsetCalendarKey(String calendarKey) Sets the calendar key of this workflow metrics sla definition version.voidsetCompanyId(long companyId) Sets the company ID of this workflow metrics sla definition version.voidsetCreateDate(Date createDate) Sets the create date of this workflow metrics sla definition version.voidsetDescription(String description) Sets the description of this workflow metrics sla definition version.voidsetDuration(long duration) Sets the duration of this workflow metrics sla definition version.voidsetGroupId(long groupId) Sets the group ID of this workflow metrics sla definition version.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this workflow metrics sla definition version.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this workflow metrics sla definition version.voidSets the name of this workflow metrics sla definition version.voidsetPauseNodeKeys(String pauseNodeKeys) Sets the pause node keys of this workflow metrics sla definition version.voidsetPrimaryKey(long primaryKey) Sets the primary key of this workflow metrics sla definition version.voidsetProcessId(long processId) Sets the process ID of this workflow metrics sla definition version.voidsetProcessVersion(String processVersion) Sets the process version of this workflow metrics sla definition version.voidsetStartNodeKeys(String startNodeKeys) Sets the start node keys of this workflow metrics sla definition version.voidsetStatus(int status) Sets the status of this workflow metrics sla definition version.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this workflow metrics sla definition version.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this workflow metrics sla definition version.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this workflow metrics sla definition version.voidsetStatusDate(Date statusDate) Sets the status date of this workflow metrics sla definition version.voidsetStopNodeKeys(String stopNodeKeys) Sets the stop node keys of this workflow metrics sla definition version.voidsetUserId(long userId) Sets the user ID of this workflow metrics sla definition version.voidsetUserName(String userName) Sets the user name of this workflow metrics sla definition version.voidsetUserUuid(String userUuid) Sets the user uuid of this workflow metrics sla definition version.voidSets the uuid of this workflow metrics sla definition version.voidsetVersion(String version) Sets the version of this workflow metrics sla definition version.voidsetWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId) Sets the workflow metrics sla definition ID of this workflow metrics sla definition version.voidsetWorkflowMetricsSLADefinitionVersionId(long workflowMetricsSLADefinitionVersionId) Sets the workflow metrics sla definition version ID of this workflow metrics sla definition version.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 version.- Returns:
- the primary key of this workflow metrics sla definition version
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this workflow metrics sla definition version.- Parameters:
primaryKey- the primary key of this workflow metrics sla definition version
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this workflow metrics sla definition version.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this workflow metrics sla definition version
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this workflow metrics sla definition version.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this workflow metrics sla definition version
-
getUuid
Returns the uuid of this workflow metrics sla definition version.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this workflow metrics sla definition version
-
setUuid
Sets the uuid of this workflow metrics sla definition version.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this workflow metrics sla definition version
-
getWorkflowMetricsSLADefinitionVersionId
long getWorkflowMetricsSLADefinitionVersionId()Returns the workflow metrics sla definition version ID of this workflow metrics sla definition version.- Returns:
- the workflow metrics sla definition version ID of this workflow metrics sla definition version
-
setWorkflowMetricsSLADefinitionVersionId
void setWorkflowMetricsSLADefinitionVersionId(long workflowMetricsSLADefinitionVersionId) Sets the workflow metrics sla definition version ID of this workflow metrics sla definition version.- Parameters:
workflowMetricsSLADefinitionVersionId- the workflow metrics sla definition version ID of this workflow metrics sla definition version
-
getGroupId
long getGroupId()Returns the group ID of this workflow metrics sla definition version.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this workflow metrics sla definition version
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this workflow metrics sla definition version.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this workflow metrics sla definition version
-
getCompanyId
long getCompanyId()Returns the company ID of this workflow metrics sla definition version.- 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 version
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this workflow metrics sla definition version.- 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 version
-
getUserId
long getUserId()Returns the user ID of this workflow metrics sla definition version.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this workflow metrics sla definition version
-
setUserId
void setUserId(long userId) Sets the user ID of this workflow metrics sla definition version.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this workflow metrics sla definition version
-
getUserUuid
String getUserUuid()Returns the user uuid of this workflow metrics sla definition version.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this workflow metrics sla definition version
-
setUserUuid
Sets the user uuid of this workflow metrics sla definition version.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this workflow metrics sla definition version
-
getUserName
Returns the user name of this workflow metrics sla definition version.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this workflow metrics sla definition version
-
setUserName
Sets the user name of this workflow metrics sla definition version.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this workflow metrics sla definition version
-
getCreateDate
Date getCreateDate()Returns the create date of this workflow metrics sla definition version.- 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 version
-
setCreateDate
Sets the create date of this workflow metrics sla definition version.- 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 version
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this workflow metrics sla definition version.- 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 version
-
setModifiedDate
Sets the modified date of this workflow metrics sla definition version.- 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 version
-
getActive
boolean getActive()Returns the active of this workflow metrics sla definition version.- Returns:
- the active of this workflow metrics sla definition version
-
isActive
boolean isActive()Returnstrueif this workflow metrics sla definition version is active.- Returns:
trueif this workflow metrics sla definition version is active;falseotherwise
-
setActive
void setActive(boolean active) Sets whether this workflow metrics sla definition version is active.- Parameters:
active- the active of this workflow metrics sla definition version
-
getCalendarKey
Returns the calendar key of this workflow metrics sla definition version.- Returns:
- the calendar key of this workflow metrics sla definition version
-
setCalendarKey
Sets the calendar key of this workflow metrics sla definition version.- Parameters:
calendarKey- the calendar key of this workflow metrics sla definition version
-
getDescription
Returns the description of this workflow metrics sla definition version.- Returns:
- the description of this workflow metrics sla definition version
-
setDescription
Sets the description of this workflow metrics sla definition version.- Parameters:
description- the description of this workflow metrics sla definition version
-
getDuration
long getDuration()Returns the duration of this workflow metrics sla definition version.- Returns:
- the duration of this workflow metrics sla definition version
-
setDuration
void setDuration(long duration) Sets the duration of this workflow metrics sla definition version.- Parameters:
duration- the duration of this workflow metrics sla definition version
-
getName
Returns the name of this workflow metrics sla definition version.- Returns:
- the name of this workflow metrics sla definition version
-
setName
Sets the name of this workflow metrics sla definition version.- Parameters:
name- the name of this workflow metrics sla definition version
-
getPauseNodeKeys
Returns the pause node keys of this workflow metrics sla definition version.- Returns:
- the pause node keys of this workflow metrics sla definition version
-
setPauseNodeKeys
Sets the pause node keys of this workflow metrics sla definition version.- Parameters:
pauseNodeKeys- the pause node keys of this workflow metrics sla definition version
-
getProcessId
long getProcessId()Returns the process ID of this workflow metrics sla definition version.- Returns:
- the process ID of this workflow metrics sla definition version
-
setProcessId
void setProcessId(long processId) Sets the process ID of this workflow metrics sla definition version.- Parameters:
processId- the process ID of this workflow metrics sla definition version
-
getProcessVersion
Returns the process version of this workflow metrics sla definition version.- Returns:
- the process version of this workflow metrics sla definition version
-
setProcessVersion
Sets the process version of this workflow metrics sla definition version.- Parameters:
processVersion- the process version of this workflow metrics sla definition version
-
getStartNodeKeys
Returns the start node keys of this workflow metrics sla definition version.- Returns:
- the start node keys of this workflow metrics sla definition version
-
setStartNodeKeys
Sets the start node keys of this workflow metrics sla definition version.- Parameters:
startNodeKeys- the start node keys of this workflow metrics sla definition version
-
getStopNodeKeys
Returns the stop node keys of this workflow metrics sla definition version.- Returns:
- the stop node keys of this workflow metrics sla definition version
-
setStopNodeKeys
Sets the stop node keys of this workflow metrics sla definition version.- Parameters:
stopNodeKeys- the stop node keys of this workflow metrics sla definition version
-
getVersion
Returns the version of this workflow metrics sla definition version.- Returns:
- the version of this workflow metrics sla definition version
-
setVersion
Sets the version of this workflow metrics sla definition version.- Parameters:
version- the version of this workflow metrics sla definition version
-
getWorkflowMetricsSLADefinitionId
long getWorkflowMetricsSLADefinitionId()Returns the workflow metrics sla definition ID of this workflow metrics sla definition version.- Returns:
- the workflow metrics sla definition ID of this workflow metrics sla definition version
-
setWorkflowMetricsSLADefinitionId
void setWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId) Sets the workflow metrics sla definition ID of this workflow metrics sla definition version.- Parameters:
workflowMetricsSLADefinitionId- the workflow metrics sla definition ID of this workflow metrics sla definition version
-
getStatus
int getStatus()Returns the status of this workflow metrics sla definition version.- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this workflow metrics sla definition version
-
setStatus
void setStatus(int status) Sets the status of this workflow metrics sla definition version.- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this workflow metrics sla definition version
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this workflow metrics sla definition version.- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this workflow metrics sla definition version
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this workflow metrics sla definition version.- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this workflow metrics sla definition version
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this workflow metrics sla definition version.- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this workflow metrics sla definition version
-
setStatusByUserUuid
Sets the status by user uuid of this workflow metrics sla definition version.- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this workflow metrics sla definition version
-
getStatusByUserName
Returns the status by user name of this workflow metrics sla definition version.- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this workflow metrics sla definition version
-
setStatusByUserName
Sets the status by user name of this workflow metrics sla definition version.- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this workflow metrics sla definition version
-
getStatusDate
Date getStatusDate()Returns the status date of this workflow metrics sla definition version.- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this workflow metrics sla definition version
-
setStatusDate
Sets the status date of this workflow metrics sla definition version.- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this workflow metrics sla definition version
-
isApproved
boolean isApproved()Returnstrueif this workflow metrics sla definition version is approved.- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this workflow metrics sla definition version is denied.- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this workflow metrics sla definition version is a draft.- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this workflow metrics sla definition version is expired.- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this workflow metrics sla definition version is inactive.- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this workflow metrics sla definition version is incomplete.- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this workflow metrics sla definition version is pending.- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this workflow metrics sla definition version is scheduled.- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this workflow metrics sla definition version is scheduled;falseotherwise
-
cloneWithOriginalValues
WorkflowMetricsSLADefinitionVersion cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>
-
toXmlString
-