Class DTOBundling
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.workorders.rs1.bundling.DTOBundling
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO used to start a bundling process.
- Since:
- 21.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal StringReturns the bundle name template.final LongReturns the bundling rule id.final Collection<Long> Returns the collection of work order operation ids.final voidsetBundleName(String bundleName) Sets the bundle name template.final voidsetBundlingRule(Long bundlingRule) Sets the bundling rule id.final voidsetWorkOrderOperations(Collection<Long> workOrderOperations) Sets the collection of work order operation ids.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
-
DTOBundling
public DTOBundling()
-
-
Method Details
-
getWorkOrderOperations
Returns the collection of work order operation ids.- Returns:
- the work order operation ids
-
setWorkOrderOperations
Sets the collection of work order operation ids.- Parameters:
workOrderOperations- the work order operation ids
-
getBundleName
Returns the bundle name template.- Returns:
- the bundle name template
-
setBundleName
Sets the bundle name template.- Parameters:
bundleName- the bundle name template
-
getBundlingRule
Returns the bundling rule id.- Returns:
- the bundling rule id
-
setBundlingRule
Sets the bundling rule id.- Parameters:
bundlingRule- the bundling rule id
-