Class MobileWarehouseSchedulingResourceAssociationInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.mobile.event.MobileWarehouseSchedulingResourceAssociationInput
Business object representing the input for
MobileWarehouseSchedulingResourceAssociationEvent. - Since:
- 13.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BOSchedulingUsergetUser()Returns the scheduling user that will be used in the association.final LongReturns the warehouse id that will be used in the association.final voidsetUser(BOSchedulingUser user) Sets the scheduling user that will be used in the association.final voidsetWarehouse(Long warehouse) Sets the warehouse id that will be used in the association.
-
Constructor Details
-
MobileWarehouseSchedulingResourceAssociationInput
public MobileWarehouseSchedulingResourceAssociationInput()
-
-
Method Details
-
getWarehouse
Returns the warehouse id that will be used in the association.- Returns:
- the warehouse id
- See Also:
-
setWarehouse
Sets the warehouse id that will be used in the association.- Parameters:
warehouse- the warehouse id- See Also:
-
getUser
Returns the scheduling user that will be used in the association.- Returns:
- the scheduling user
-
setUser
Sets the scheduling user that will be used in the association.- Parameters:
user- the scheduling user
-