Class ExpectedMaterial
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.ExpectedMaterial
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DynO object used to represent an expected material for a certain warehouse.
An expected material gathers within itself several useful information:
An expected material gathers within itself several useful information:
- the agenda during which the material is accounted,
BOAgenda - the work order that requires the use of the material,
BOWorkOrderHeader - a list of work order operations,
BOWorkOrderOperation - a list of relation between the single work order operations and the considered material,
BOWorkOrderOperationMaterial
- Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BOAgendaprotected BOWorkOrderHeaderprotected BOWorkOrderOperationprotected BOWorkOrderOperationMaterial -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the agenda.Returns the work order header.Returns the work order operation.Returns the work order operation material.voidSets the agenda.voidsetWorkOrderHeader(BOWorkOrderHeader workOrderHeader) Sets the work order header.voidsetWorkOrderOperation(BOWorkOrderOperation workOrderOperation) Sets the work order operation.voidsetWorkOrderOperationMaterial(BOWorkOrderOperationMaterial workOrderOperationMaterial) Sets the work order operation material.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
-
Field Details
-
agenda
-
workOrderHeader
-
workOrderOperation
-
workOrderOperationMaterial
-
-
Constructor Details
-
ExpectedMaterial
public ExpectedMaterial()Instantiates a new expected material.
-
-
Method Details
-
getAgenda
Returns the agenda.- Returns:
- the agenda
-
setAgenda
Sets the agenda.- Parameters:
agenda- the agenda
-
getWorkOrderHeader
Returns the work order header.- Returns:
- the work order header
-
setWorkOrderHeader
Sets the work order header.- Parameters:
workOrderHeader- the work order header
-
getWorkOrderOperation
Returns the work order operation.- Returns:
- the work order operation
-
setWorkOrderOperation
Sets the work order operation.- Parameters:
workOrderOperation- the work order operation
-
getWorkOrderOperationMaterial
Returns the work order operation material.- Returns:
- the work order operation material
-
setWorkOrderOperationMaterial
Sets the work order operation material.- Parameters:
workOrderOperationMaterial- the work order operation material
-