Class WarehouseMaterialDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.material.detail.WarehouseMaterialDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a warehouse material.
- Since:
- 13.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 warehouse id.Returns the material.Returns the ready to use stock.Returns the warehouse material.voidsetMaterial(BOMaterial material) Sets the material.voidsetReadyToUseStock(BOStock readyToUseStock) Sets the ready to use stock.voidsetWarehouseMaterial(BOWarehouseMaterial warehouseMaterial) Sets the warehouse 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
-
Constructor Details
-
WarehouseMaterialDetail
public WarehouseMaterialDetail()
-
-
Method Details
-
getId
Returns the warehouse id.- Returns:
- the warehouse id
-
getWarehouseMaterial
Returns the warehouse material.- Returns:
- the warehouse material
-
setWarehouseMaterial
Sets the warehouse material.- Parameters:
warehouseMaterial- the warehouse material
-
getMaterial
Returns the material.- Returns:
- the material
-
setMaterial
Sets the material.- Parameters:
material- the material
-
getReadyToUseStock
Returns the ready to use stock.- Returns:
- the ready to use stock
-
setReadyToUseStock
Sets the ready to use stock.- Parameters:
readyToUseStock- the ready to use stock
-