Class WarehouseCentralMobileSaveInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.centralmobile.event.WarehouseCentralMobileSaveInput

public class WarehouseCentralMobileSaveInput extends Object
Input object for the WarehouseCentralMobileSaveEvent.
Since:
13.0
  • Constructor Details

    • WarehouseCentralMobileSaveInput

      public WarehouseCentralMobileSaveInput()
  • Method Details

    • getMobileWarehouse

      public final BOMobileWarehouse getMobileWarehouse()
      Returns the mobile warehouse for the association.
      Returns:
      the mobile warehouse
    • setMobileWarehouse

      public final void setMobileWarehouse(BOMobileWarehouse mobileWarehouse)
      Sets the mobile warehouse for the association.
      Parameters:
      mobileWarehouse - the mobile warehouse
    • getCentralWarehouses

      public final List<BOCentralWarehouse> getCentralWarehouses()
      Returns the central warehouses for the association.
      Returns:
      a list of central warehouses
      See Also:
    • setCentralWarehouses

      public final void setCentralWarehouses(List<BOCentralWarehouse> centralWarehouses)
      Sets the central warehouses for the association.
      Parameters:
      centralWarehouses - the central warehouses
    • getPreferredCentralWarehouse

      public final Long getPreferredCentralWarehouse()
      Returns the central warehouse that would be the preferred in the association.
      Returns:
      the warehouse central mobile save input preferred central warehouse id
      See Also:
    • setPreferredCentralWarehouse

      public final void setPreferredCentralWarehouse(Long preferredCentralWarehouse)
      Sets the preferred central warehouse id.
      Parameters:
      preferredCentralWarehouse - the preferred central warehouse id
      See Also: