Class BundleCreateInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.BundleCreateInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
BundleCreateEvent.- Since:
- 10.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 id of the bundle criterion to use for the bundling process.Returns the name to use for the bundle.getCache()Returns the cache used for theBundlerelated entities.Returns the operation center id to use for the bundling process.Returns the parent bundle id.Returns the starting point X coordinate.Returns the starting point Y coordinate.Returns the work order operations to aggregate.voidsetBundleCriterion(Long bundleCriterion) Sets the id of the bundle criterion to use for the bundling process.voidsetBundleName(String bundleName) Sets the name to use for the bundle.voidsetCache(BundleEntitiesCache cache) Sets the cache to use for theBundlerelated entities.voidsetOperationCenter(Long operationCenter) Sets the operation center id to use for the bundling process.voidsetParentBundle(Long parentBundle) Sets the parent bundle id.voidsetStartingPointXCoordinate(Double startingPointXCoordinate) Sets the starting point X coordinate.voidsetStartingPointYCoordinate(Double startingPointYCoordinate) Sets the starting point Y coordinate.voidsetWorkOrderOperations(List<Long> workOrderOperationsId) Sets the list of work order operations ids to aggregate.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
-
BundleCreateInput
public BundleCreateInput()
-
-
Method Details
-
getWorkOrderOperationsId
Returns the work order operations to aggregate.- Returns:
- a list of work order operation id
- See Also:
-
setWorkOrderOperations
Sets the list of work order operations ids to aggregate.- Parameters:
workOrderOperationsId- the work order operations- See Also:
-
getOperationCenter
Returns the operation center id to use for the bundling process.- Returns:
- the bundle operation center id
- See Also:
-
setOperationCenter
Sets the operation center id to use for the bundling process.- Parameters:
operationCenter- the bundle operation center id- See Also:
-
getBundleCriterion
Returns the id of the bundle criterion to use for the bundling process.- Returns:
- the bundle criterion id
- See Also:
-
setBundleCriterion
Sets the id of the bundle criterion to use for the bundling process.- Parameters:
bundleCriterion- the bundle criterion id- See Also:
-
getCache
Returns the cache used for theBundlerelated entities.- Returns:
- the
BundleEntitiesCache
-
setCache
Sets the cache to use for theBundlerelated entities.- Parameters:
cache- theBundleEntitiesCache
-
getBundleName
Returns the name to use for the bundle.- Returns:
- the bundle name
-
setBundleName
Sets the name to use for the bundle.- Parameters:
bundleName- the bundle name
-
getStartingPointXCoordinate
Returns the starting point X coordinate.- Returns:
- the starting point X coordinate
-
setStartingPointXCoordinate
Sets the starting point X coordinate.- Parameters:
startingPointXCoordinate- the starting point X coordinate
-
getStartingPointYCoordinate
Returns the starting point Y coordinate.- Returns:
- the starting point Y coordinate
-
setStartingPointYCoordinate
Sets the starting point Y coordinate.- Parameters:
startingPointYCoordinate- the starting point Y coordinate
-
getParentBundle
Returns the parent bundle id.- Returns:
- the parent bundle id
-
setParentBundle
Sets the parent bundle id.- Parameters:
parentBundle- the parent bundle id
-