Class SearchStockInput

java.lang.Object
overit.geocallapp.wfm.inventory.ux.stock.search.SearchStockInput
All Implemented Interfaces:
Serializable

public class SearchStockInput extends Object implements Serializable
Object used as an input bean for the SearchStock page.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • SearchStockInput

      public SearchStockInput()
  • Method Details

    • getWarehouse

      public Long getWarehouse()
      Returns the id of warehouse that will be used as filter.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the id of warehouse that will be used as filter.
      Parameters:
      warehouse - the warehouse id
      See Also: