Class StockChangeInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.warehouse.transaction.stockchange.StockChangeInput
- All Implemented Interfaces:
Serializable
Change Stock panel input object.
- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the material id.Returns the outgoing stock type id.Returns the serialized material id.Returns the warehouse id.voidsetMaterial(Long material) Sets the material id.voidsetOutgoingStockType(Long outgoingStockType) Sets the outgoing stock type id.voidsetSerializedMaterial(Long serializedMaterial) Sets the serialized material id.voidsetWarehouse(Long warehouse) Sets the warehouse id.
-
Constructor Details
-
StockChangeInput
public StockChangeInput()
-
-
Method Details
-
getWarehouse
Returns the warehouse id.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the material id.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the material id.- Parameters:
material- the material id- See Also:
-
getOutgoingStockType
Returns the outgoing stock type id.- Returns:
- the outgoing stock type id
- See Also:
-
setOutgoingStockType
Sets the outgoing stock type id.- Parameters:
outgoingStockType- the outgoing stock type id- See Also:
-
getSerializedMaterial
Returns the serialized material id.- Returns:
- the serialized material id
- See Also:
-
setSerializedMaterial
Sets the serialized material id.- Parameters:
serializedMaterial- the serialized material id- See Also:
-