Class BOSchedulingRemovalProposal
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedulingproposal.BOSchedulingProposal
overit.geocallapp.wfm.core.bl.schedulingproposal.removal.BOSchedulingRemovalProposal
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Scheduling Proposal for remove action
- Since:
- 14.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 work order operation id.booleanReturns true if the scheduling proposal is creation.booleanReturns true if the scheduling proposal is removal.voidsetWorkOrderOperation(Long workOrderOperation) Sets the work order operation id.Methods inherited from class overit.geocallapp.wfm.core.bl.schedulingproposal.BOSchedulingProposal
getCancelDate, getCancelUser, getCreationDate, getCreationUser, getId, getLastProcessingCounter, getLastProcessingDate, getLastProcessingError, getOperationCenter, getState, getType, setCancelDate, setCancelUser, setCreationDate, setCreationUser, setId, setLastProcessingCounter, setLastProcessingDate, setLastProcessingError, setOperationCenter, setState, setTypeMethods 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
-
BOSchedulingRemovalProposal
public BOSchedulingRemovalProposal()
-
-
Method Details
-
getWorkOrderOperation
Returns the work order operation id.- Returns:
- the work order operation id
-
setWorkOrderOperation
Sets the work order operation id.- Parameters:
workOrderOperation- the work order operation id
-
isCreation
public boolean isCreation()Returns true if the scheduling proposal is creation.- Specified by:
isCreationin classBOSchedulingProposal- Returns:
- true if the scheduling proposal is creation
-
isRemoval
public boolean isRemoval()Returns true if the scheduling proposal is removal.- Specified by:
isRemovalin classBOSchedulingProposal- Returns:
- true if the scheduling proposal is removal
-