Class MobileWarehouseSchedulingResourceOCCheckInput
java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.mobile.event.MobileWarehouseSchedulingResourceOCCheckInput
Business object representing the input for
MobileWarehouseSchedulingResourceOCCheckEvent. - Since:
- 14.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection of central warehouse ids that was set as filter.final LonggetUser()Returns the scheduling user id that will be used in the association.voidsetCentralWarehouses(Collection<Long> centralWarehouses) Sets the collection central warehouse ids as filter.final voidSets the scheduling user id that will be used in the association.
-
Constructor Details
-
MobileWarehouseSchedulingResourceOCCheckInput
public MobileWarehouseSchedulingResourceOCCheckInput()
-
-
Method Details
-
getUser
Returns the scheduling user id that will be used in the association.- Returns:
- the scheduling user id
-
setUser
Sets the scheduling user id that will be used in the association.- Parameters:
user- the scheduling user id
-
getCentralWarehouses
Returns the collection of central warehouse ids that was set as filter.- Returns:
- the central warehouse ids
- See Also:
-
setCentralWarehouses
Sets the collection central warehouse ids as filter.- Parameters:
centralWarehouses- the warehouse central ids- See Also:
-