Class BOWorkOrderSequenceNumber
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.bl.sequencenumber.BOWorkOrderSequenceNumber
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a work order sequence number.
It contains progressive numbers for the generated work orders, along with the operation center code.
It contains progressive numbers for the generated work orders, along with the operation center code.
- Since:
- 16.0
- 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 TypeMethodDescriptiongetId()Returns the work order's sequence number id.getLevel()Returns the work order's level.Returns the work order's sequence number operation center.Returns the work order's sequence number sequential number.voidIncrements the sequential number by 1.voidSets the work order's sequence number id.voidSets the work order's level.voidsetOperationCenter(Long operationCenter) Sets the work order's sequence number operation center.voidsetSequentialNumber(Long sequentialNumber) Sets the work order's sequence number sequential number.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
-
BOWorkOrderSequenceNumber
public BOWorkOrderSequenceNumber()
-
-
Method Details
-
incrementSequenceNumber
public void incrementSequenceNumber()Increments the sequential number by 1. -
getId
Returns the work order's sequence number id.- Returns:
- the work order's sequence number id
-
setId
Sets the work order's sequence number id.- Parameters:
id- work order's sequence number id
-
getOperationCenter
Returns the work order's sequence number operation center.- Returns:
- work order's sequence number operation center
-
setOperationCenter
Sets the work order's sequence number operation center.- Parameters:
operationCenter- the work order's sequence number operation center
-
getSequentialNumber
Returns the work order's sequence number sequential number.- Returns:
- work order's sequence number sequential number
-
setSequentialNumber
Sets the work order's sequence number sequential number.- Parameters:
sequentialNumber- work order's sequence number sequential number
-
getLevel
Returns the work order's level.- Returns:
- work order's level
-
setLevel
Sets the work order's level.- Parameters:
level- work order's level
-