Class GenerateTransactionInput
java.lang.Object
overit.geocallapp.wfm.inventory.ux.warehouse.transaction.generation.GenerateTransactionInput
- All Implemented Interfaces:
Serializable
Generate transaction panel input object.
- Since:
- 14.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the material.Returns the id of the stock type.Returns the id of the warehouse.voidsetMaterial(Long material) Sets the id of the material.voidsetStockType(Long stockType) Sets the id of the stock type.voidsetWarehouse(Long warehouse) Sets the id of the warehouse.
-
Constructor Details
-
GenerateTransactionInput
public GenerateTransactionInput()
-
-
Method Details
-
getWarehouse
Returns the id of the warehouse.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the id of the warehouse.- Parameters:
warehouse- the warehouse id- See Also:
-
getMaterial
Returns the id of the material.- Returns:
- the material id
- See Also:
-
setMaterial
Sets the id of the material.- Parameters:
material- the material id- See Also:
-
getStockType
Returns the id of the stock type.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the id of the stock type.- Parameters:
stockType- the stock type id- See Also:
-