Class BOBundleStatus
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.header.status.BOBundleStatus
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the status of a
It contains the main and proper characteristics of the bundle status, such as the id, code and description.
. The permitted values are:
Bundle, more specifically the status of its BOBundleHeader.It contains the main and proper characteristics of the bundle status, such as the id, code and description.
. The permitted values are:
BOBundleStatus.Values.SCHEDULABLE: this state occurs when all the work order operation linked to the currentBundleare yet to be schedulatedBOBundleStatus.Values.PLANNED: this state occurs when all the linked work order operation are plannedBOBundleStatus.Values.CANCELLED: this state occurs when the link between the work order operation and theBundleis severed and therefore theBundledoes not appear active anymoreBOBundleStatus.Values.IN_PROGRESSBOBundleStatus.Values.CLOSED: this state occurs when all the linked work order operation are carried out and completed
- Since:
- 10.1
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the code.Returns the description.Returns the set which contains all the possible final status of the bundle.getId()Returns the bundle status id.voidSets the code.voidsetDescription(String description) Sets the description.voidSets the bundle status 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
-
BOBundleStatus
public BOBundleStatus()
-
-
Method Details
-
getFinalStatus
Returns the set which contains all the possible final status of the bundle.- Returns:
- the final status
-
getId
Returns the bundle status id.- Returns:
- the bundle status id
-
setId
Sets the bundle status id.- Parameters:
id- the bundle status id
-
getCode
Returns the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-