Class MobileWarehouseSchedulingResourceOCCheckInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.mobile.event.MobileWarehouseSchedulingResourceOCCheckInput

public class MobileWarehouseSchedulingResourceOCCheckInput extends Object
Business object representing the input for MobileWarehouseSchedulingResourceOCCheckEvent.
Since:
14.0
GCApi:
bo
  • Constructor Details

    • MobileWarehouseSchedulingResourceOCCheckInput

      public MobileWarehouseSchedulingResourceOCCheckInput()
  • Method Details

    • getUser

      public final Long getUser()
      Returns the scheduling user id that will be used in the association.
      Returns:
      the scheduling user id
    • setUser

      public final void setUser(Long user)
      Sets the scheduling user id that will be used in the association.
      Parameters:
      user - the scheduling user id
    • getCentralWarehouses

      public Collection<Long> getCentralWarehouses()
      Returns the collection of central warehouse ids that was set as filter.
      Returns:
      the central warehouse ids
      See Also:
    • setCentralWarehouses

      public void setCentralWarehouses(Collection<Long> centralWarehouses)
      Sets the collection central warehouse ids as filter.
      Parameters:
      centralWarehouses - the warehouse central ids
      See Also: