Class StockSerializedMaterialSelectionConfiguration
java.lang.Object
overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
overit.geocallapp.wfm.inventory.ux.stock.serializedmaterial.detail.StockSerializedMaterialSelectionConfiguration
- All Implemented Interfaces:
Serializable
public class StockSerializedMaterialSelectionConfiguration
extends SerializedMaterialSelectionConfiguration
Configuration object used to search available serialized materials for the
StockSerializedMaterialSelection page.- Since:
- 13.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LongReturns the stock type id.Returns the transaction type id.final LongReturns the warehouse id.final voidsetStockType(Long stockType) Sets the stock type id.voidsetTransactionType(Long transactionType) Sets the transaction type id.final voidsetWarehouse(Long warehouse) Sets the warehouse id.Methods inherited from class overit.geocallapp.wfm.core.ux.material.serialized.selection.SerializedMaterialSelectionConfiguration
getMaterial, setMaterial
-
Constructor Details
-
StockSerializedMaterialSelectionConfiguration
public StockSerializedMaterialSelectionConfiguration()
-
-
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:
-
getStockType
Returns the stock type id.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the stock type id.- Parameters:
stockType- the stock type id- See Also:
-
getTransactionType
Returns the transaction type id.- Returns:
- the transaction type id
- See Also:
-
setTransactionType
Sets the transaction type id.- Parameters:
transactionType- the transaction type id- See Also:
-