Class ConfigurationCacheLoadInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.configuration.event.ConfigurationCacheLoadInput

public class ConfigurationCacheLoadInput extends Object
Configuration Cache Input.
Since:
18.0
  • Constructor Details

    • ConfigurationCacheLoadInput

      public ConfigurationCacheLoadInput()
  • Method Details

    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center
      Returns:
      the operation center
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - the operation center
    • getWorkshifts

      public Collection<Long> getWorkshifts()
      Returns the workshifts
      Returns:
      the workshifts
    • setWorkshifts

      public void setWorkshifts(Collection<Long> workshifts)
      Sets the workshifts.
      Parameters:
      workshifts - the workshifts
    • getCustomers

      public Collection<Long> getCustomers()
      Returns the customers
      Returns:
      the customers
    • setCustomers

      public void setCustomers(Collection<Long> customers)
      Sets the customers.
      Parameters:
      customers - the customers