Class MobileWarehouseSchedulingResourceAssociationInput

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

public class MobileWarehouseSchedulingResourceAssociationInput extends Object
Business object representing the input for MobileWarehouseSchedulingResourceAssociationEvent.
Since:
13.0
GCApi:
bo
  • Constructor Details

    • MobileWarehouseSchedulingResourceAssociationInput

      public MobileWarehouseSchedulingResourceAssociationInput()
  • Method Details

    • getWarehouse

      public final Long getWarehouse()
      Returns the warehouse id that will be used in the association.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public final void setWarehouse(Long warehouse)
      Sets the warehouse id that will be used in the association.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getUser

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

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