Class BundleOperationAddInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.event.BundleOperationAddInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object used as an input bean for the
BundleOperationAddEvent.- Since:
- 20.1
- 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 bundle id that the operation will be associated to.Returns the id of the work order operation to be added.voidSets the bundle id that the operation will be associated to.voidsetWorkOrderOperations(Collection<Long> workOrderOperations) Sets the id of the work order operation to be added.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
-
BundleOperationAddInput
public BundleOperationAddInput()
-
-
Method Details
-
getBundle
Returns the bundle id that the operation will be associated to.- Returns:
- the bundle id
-
setBundle
Sets the bundle id that the operation will be associated to.- Parameters:
bundle- the bundle id
-
getWorkOrderOperations
Returns the id of the work order operation to be added.- Returns:
- the work order operation id
-
setWorkOrderOperations
Sets the id of the work order operation to be added.- Parameters:
workOrderOperations- the work order operation id
-