Class StockSerializedMaterialDetail
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.materialstock.detail.StockSerializedMaterialDetail
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a stock.
- 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 TypeMethodDescriptionfinal BOMaterialReturns the material.final BOSerializedMaterialReturns the serialized material.final BOStockgetStock()Returns the stock.final BOWarehouseReturns the warehouse.final BOWarehouseMaterialReturns the warehouse material.final voidsetMaterial(BOMaterial material) Sets the material.final voidsetSerializedMaterial(BOSerializedMaterial serializedMaterial) Sets the serialized material.final voidSets the stock.final voidsetWarehouse(BOWarehouse warehouse) Sets the warehouse.final 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
-
StockSerializedMaterialDetail
public StockSerializedMaterialDetail()
-
-
Method Details
-
getWarehouse
Returns the warehouse.- Returns:
- the warehouse
-
setWarehouse
Sets the warehouse.- Parameters:
warehouse- the warehouse
-
getMaterial
Returns the material.- Returns:
- the material
-
setMaterial
Sets the material.- Parameters:
material- the material
-
getWarehouseMaterial
Returns the warehouse material.- Returns:
- the warehouse material
-
setWarehouseMaterial
Sets the warehouse material.- Parameters:
warehouseMaterial- the warehouse material
-
getStock
Returns the stock.- Returns:
- the stock
-
setStock
Sets the stock.- Parameters:
stock- the stock
-
getSerializedMaterial
Returns the serialized material.- Returns:
- the serialized material
-
setSerializedMaterial
Sets the serialized material.- Parameters:
serializedMaterial- the serialized material
-