Class BOCriticalActivityRuleHeader
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.criticalactivity.rule.header.BOCriticalActivityRuleHeader
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Critical Activity Rule Header
- Since:
- 13.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Active.getCode()Returns the Code.Returns the Creation Date.Returns the Creation User.Returns the Criterion.Returns the Description.getId()Returns the Critical Activity Rule Header id.Returns the Last Modified Date.Returns the Last Modified User.Returns the Operation Center.Returns the Reason.Returns the Threshold (minutes).voidSets the Active.voidSets the Code.voidsetCreationDate(Date creationDate) Sets the Creation Date.voidsetCreationUser(Long creationUser) Sets the creation User.voidsetCriterion(Long criterion) Sets the Criterion.voidsetDescription(LocalizedString description) Sets the Description.voidSets the Critical Activity Rule Header id.voidsetLastModifiedDate(Date lastModifiedDate) Sets the Last Modified Date.voidsetLastModifiedUser(Long lastModifiedUser) Sets the Last Modified User.voidsetOperationCenter(Long operationCenter) Sets the Operation Center.voidsetReason(LocalizedString reason) Sets the Reason.voidsetThreshold(Long threshold) Sets the Threshold (minutes).Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOCriticalActivityRuleHeader
public BOCriticalActivityRuleHeader()
-
-
Method Details
-
getId
Returns the Critical Activity Rule Header id.- Returns:
- the Critical Activity Rule Header id
-
setId
Sets the Critical Activity Rule Header id.- Parameters:
id- the Critical Activity Rule Header id
-
getOperationCenter
Returns the Operation Center.- Returns:
- the Operation Center
-
setOperationCenter
Sets the Operation Center.- Parameters:
operationCenter- the Operation Center
-
getCreationUser
Returns the Creation User.- Returns:
- the Creation User
-
setCreationUser
Sets the creation User.- Parameters:
creationUser- the creation User
-
getLastModifiedUser
Returns the Last Modified User.- Returns:
- the Last Modified User
-
setLastModifiedUser
Sets the Last Modified User.- Parameters:
lastModifiedUser- the Last Modified User
-
getCriterion
Returns the Criterion.- Returns:
- the Criterion
-
setCriterion
Sets the Criterion.- Parameters:
criterion- the Criterion
-
getThreshold
Returns the Threshold (minutes).- Returns:
- the Threshold
-
setThreshold
Sets the Threshold (minutes).- Parameters:
threshold- the Threshold
-
getCode
Returns the Code.- Returns:
- the Code
-
setCode
Sets the Code.- Parameters:
code- the Code
-
getDescription
Returns the Description.- Returns:
- the Description
-
setDescription
Sets the Description.- Parameters:
description- the Description
-
getReason
Returns the Reason.- Returns:
- the Reason
-
setReason
Sets the Reason.- Parameters:
reason- the Reason
-
getActive
Returns the Active.- Returns:
- the Active
-
setActive
Sets the Active.- Parameters:
active- the Active
-
getCreationDate
Returns the Creation Date.- Returns:
- the Creation Date
-
setCreationDate
Sets the Creation Date.- Parameters:
creationDate- the Creation Date
-
getLastModifiedDate
Returns the Last Modified Date.- Returns:
- the Last Modified Date
-
setLastModifiedDate
Sets the Last Modified Date.- Parameters:
lastModifiedDate- the Last Modified Date
-