Class BOSchedulingModelRow

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.model.row.BOSchedulingModelRow
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSchedulingModelRow extends DynO
Business object representing a scheduling model row.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSchedulingModelRow

      public BOSchedulingModelRow()
  • Method Details

    • getId

      public Long getId()
      Retrieves the scheduling model row ID.
      Returns:
      The scheduling model row ID.
    • setId

      public void setId(Long id)
      Sets the scheduling model row ID.
      Parameters:
      id - The scheduling model row ID to be set.
    • getSchedulingModel

      public Long getSchedulingModel()
      Retrieves the scheduling model ID.
      Returns:
      The scheduling model ID.
    • setSchedulingModel

      public void setSchedulingModel(Long schedulingModel)
      Sets the scheduling model ID.
      Parameters:
      schedulingModel - The scheduling model ID.
    • getSimulationRule

      public Long getSimulationRule()
      Retrieves the simulation rule ID.
      Returns:
      The simulation rule ID.
    • setSimulationRule

      public void setSimulationRule(Long simulationRule)
      Sets the simulation rule ID.
      Parameters:
      simulationRule - The simulation rule ID.
    • getProcessingDate

      public Date getProcessingDate()
      Retrieves the processing date.
      Returns:
      The processing date.
    • setProcessingDate

      public void setProcessingDate(Date processingDate)
      Sets the processing date.
      Parameters:
      processingDate - The processing date.