Class BOBundleOperation
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.operation.BOBundleOperation
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,Comparable<BOBundleOperation>,overit.geocall.timezone.model.TimeZoned
Business object representing a bundle operation.
It represents the link between a bundle and a work order operation.
It represents the link between a bundle and a work order operation.
- 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 TypeMethodDescriptionintcompareTo(BOBundleOperation operation) Compares the current bundle operation to the given one.Returns the bundling header id.getId()Returns the bundle operation id.Returns the bundle operation creation date.Returns the id of the bundle operation creation user.getOrder()Returns the bundle operation order.Sets the bundle operation status id.Returns the work order operation id.voidSets the bundling header id.voidSets the bundle operation id.voidsetInsertDate(Date insertDate) Sets the bundle operation creation date.voidsetInsertUser(Long insertUser) Sets the id of the bundle operation creation user.voidSets the bundle operation order.voidSets the id of the bundle operation status.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
-
BOBundleOperation
public BOBundleOperation()
-
-
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 status id.- Returns:
- the status 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
-
compareTo
Compares the current bundle operation to the given one.- Specified by:
compareToin interfaceComparable<BOBundleOperation>- Parameters:
operation- the given bundle operation that needs to be compared with the current- Returns:
- a negative integer, zero, or a positive integer as the first operation order is less than, equal to, or greater than the second.
-