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 Details

    • StockSerializedMaterialSelectionConfiguration

      public StockSerializedMaterialSelectionConfiguration()
  • Method Details

    • getWarehouse

      public final Long getWarehouse()
      Returns the warehouse id.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public final void setWarehouse(Long warehouse)
      Sets the warehouse id.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getStockType

      public final Long getStockType()
      Returns the stock type id.
      Returns:
      the stock type id
      See Also:
    • setStockType

      public final void setStockType(Long stockType)
      Sets the stock type id.
      Parameters:
      stockType - the stock type id
      See Also:
    • getTransactionType

      public Long getTransactionType()
      Returns the transaction type id.
      Returns:
      the transaction type id
      See Also:
    • setTransactionType

      public void setTransactionType(Long transactionType)
      Sets the transaction type id.
      Parameters:
      transactionType - the transaction type id
      See Also: