Class BOCriticalActivity
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.criticalactivity.BOCriticalActivity
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Critical Activity
- 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 Critical Activity Creation Date.Returns the Critical Activity detect UUID.getId()Returns the Critical Activity id.getRule()Returns the Critical Activity rule.Returns the Critical Activity WorkOrder operation.voidsetCreationDate(Date creationDate) Sets the Critical Activity Creation Date.voidsetDetectUUID(String detectUUID) Sets the Critical Activity detect UUID.voidSets the Critical Activity id.voidSets the Critical Activity rule.voidsetWorkOrderOperation(Long workOrderOperation) Sets the Critical Activity WorkOrder operation.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
-
BOCriticalActivity
public BOCriticalActivity()
-
-
Method Details
-
getId
Returns the Critical Activity id.- Returns:
- the Critical Activity id
-
setId
Sets the Critical Activity id.- Parameters:
id- the Critical Activity id
-
getRule
Returns the Critical Activity rule.- Returns:
- the Critical Activity rule
-
setRule
Sets the Critical Activity rule.- Parameters:
rule- the Critical Activity rule
-
getWorkOrderOperation
Returns the Critical Activity WorkOrder operation.- Returns:
- the Critical Activity WorkOrder operation
-
setWorkOrderOperation
Sets the Critical Activity WorkOrder operation.- Parameters:
workOrderOperation- the Critical Activity WorkOrder operation
-
getCreationDate
Returns the Critical Activity Creation Date.- Returns:
- the Critical Activity Creation Date
-
setCreationDate
Sets the Critical Activity Creation Date.- Parameters:
creationDate- the Critical Activity Creation Date
-
getDetectUUID
Returns the Critical Activity detect UUID.- Returns:
- the Critical Activity detect UUID
-
setDetectUUID
Sets the Critical Activity detect UUID.- Parameters:
detectUUID- the Critical Activity detect UUID
-