Class BOCriticalActivityDetectProcess
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.BOCriticalActivityDetectProcess
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Critical Activity Detect Process.
- 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 end date.getId()Returns the id.Returns the node host.Returns the start date.getType()Returns the type.getUuid()Returns the UUID.Returns the wo operation.voidsetEndDate(Date endDate) Sets the end date.voidSets the id.voidsetNodeHost(String nodeHost) Sets the node host.voidsetStartDate(Date startDate) Sets the start date.voidSets the type.voidSets the UUID.voidsetWorkOrderOperation(Long workOrderOperation) Sets the wo 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
-
BOCriticalActivityDetectProcess
public BOCriticalActivityDetectProcess()
-
-
Method Details
-
getId
Returns the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the critical activity detect process id
-
getWorkOrderOperation
Returns the wo operation.- Returns:
- the work order operation id
-
setWorkOrderOperation
Sets the wo operation.- Parameters:
workOrderOperation- the work order operation id
-
getStartDate
Returns the start date.- Returns:
- the critical activity detect process start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the critical activity detect process start date
-
getEndDate
Returns the end date.- Returns:
- the critical activity detect process end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the critical activity detect process end date
-
getType
Returns the type.- Returns:
- the type id
-
setType
Sets the type.- Parameters:
type- the type id
-
getUuid
Returns the UUID.- Returns:
- the critical activity detect process uuid
-
setUuid
Sets the UUID.- Parameters:
uuid- the critical activity detect process uuid
-
getNodeHost
Returns the node host.- Returns:
- the critical activity detect process node host
-
setNodeHost
Sets the node host.- Parameters:
nodeHost- the critical activity detect process node host
-