Class DTOBundleOperation
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.operation.DTOBundleOperation
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a bundle operation.
- 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 LongReturns the bundling header id.final LonggetId()Returns the bundle operation id.final ZonedDateTimeReturns the bundle operation creation date.final LongReturns the id of the bundle operation creation user.final LonggetOrder()Returns the bundle operation order.final LongSets the bundle operation state id.final LongReturns the work order operation id.final voidSets the bundling header id.final voidSets the bundle operation id.final voidsetInsertDate(ZonedDateTime insertDate) Sets the bundle operation creation date.final voidsetInsertUser(Long insertUser) Sets the id of the bundle operation creation user.final voidSets the bundle operation order.final voidSets the id of the bundle operation status.final voidsetWorkOrderOperation(Long workOrderOperation) Sets the work order operation id.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
-
DTOBundleOperation
public DTOBundleOperation()
-
-
Method Details
-
getId
Returns the bundle operation id.- Returns:
- the bundle operation id
-
setId
Sets the bundle operation id.- Parameters:
id- the bundle operation id
-
getBundle
Returns the bundling header id.- Returns:
- the bundle id
-
setBundle
Sets the bundling header id.- Parameters:
bundle- the bundle id
-
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
-
getInsertUser
Returns the id of the bundle operation creation user.- Returns:
- the creation user id
-
setInsertUser
Sets the id of the bundle operation creation user.- Parameters:
insertUser- the creation user id
-
getInsertDate
Returns the bundle operation creation date.- Returns:
- the creation date
-
setInsertDate
Sets the bundle operation creation date.- Parameters:
insertDate- the creation date
-
getStatus
Sets the bundle operation state id.- Returns:
- the state id
-
setStatus
Sets the id of the bundle operation status.- Parameters:
status- the status id
-
getOrder
Returns the bundle operation order.- Returns:
- the bundle operation order
-
setOrder
Sets the bundle operation order.- Parameters:
order- the bundle operation order
-