Class ConfigurationCacheLoadInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.configuration.event.ConfigurationCacheLoadInput
Configuration Cache Input.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the customersReturns the operation centerReturns the workshiftsvoidsetCustomers(Collection<Long> customers) Sets the customers.voidsetOperationCenter(Long operationCenter) Sets the operation center.voidsetWorkshifts(Collection<Long> workshifts) Sets the workshifts.
-
Constructor Details
-
ConfigurationCacheLoadInput
public ConfigurationCacheLoadInput()
-
-
Method Details
-
getOperationCenter
Returns the operation center- Returns:
- the operation center
-
setOperationCenter
Sets the operation center.- Parameters:
operationCenter- the operation center
-
getWorkshifts
Returns the workshifts- Returns:
- the workshifts
-
setWorkshifts
Sets the workshifts.- Parameters:
workshifts- the workshifts
-
getCustomers
Returns the customers- Returns:
- the customers
-
setCustomers
Sets the customers.- Parameters:
customers- the customers
-