Class BOBundleOperationStatus
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.operation.status.BOBundleOperationStatus
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the status of a
BOBundleOperation.- 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 TypeMethodDescriptionReturns the set which contains all the possible active status of the bundle operation.getCode()Returns the bundle operation code.Returns the bundle operation description.Returns the set which contains all the possible final status of the bundle operation.getId()Returns the bundle operation status id.voidSets the bundle operation code.voidsetDescription(String description) Sets the bundle operation description.voidSets the bundle operation 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
-
BOBundleOperationStatus
public BOBundleOperationStatus()
-
-
Method Details
-
getActiveStatus
Returns the set which contains all the possible active status of the bundle operation.- Returns:
- the active status
-
getFinalStatus
Returns the set which contains all the possible final status of the bundle operation.- Returns:
- the final status
-
getId
Returns the bundle operation status id.- Returns:
- the bundle operation status id
-
setId
Sets the bundle operation status id.- Parameters:
id- the bundle operation status id
-
getCode
Returns the bundle operation code.- Returns:
- the code
-
setCode
Sets the bundle operation code.- Parameters:
code- the code
-
getDescription
Returns the bundle operation description.- Returns:
- the description
-
setDescription
Sets the bundle operation description.- Parameters:
description- the description
-