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

public class BOImmediateSchedulingTracking extends DynO
Business Object representing immediate scheduling tracking
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOImmediateSchedulingTracking

      public BOImmediateSchedulingTracking()
  • Method Details

    • getId

      public Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getOperationCenter

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

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

      public Long getSchedulingModel()
      Gets the scheduling model.
      Returns:
      the scheduling model
    • setSchedulingModel

      public void setSchedulingModel(Long schedulingModel)
      Sets the scheduling model.
      Parameters:
      schedulingModel - the new scheduling model
    • getLastImmediateEndDate

      public Date getLastImmediateEndDate()
      Gets the last immediate end date.
      Returns:
      the last immediate end date
    • setLastImmediateEndDate

      public void setLastImmediateEndDate(Date lastImmediateEndDate)
      Sets the last immediate end date.
      Parameters:
      lastImmediateEndDate - the new last immediate end date
    • getLastReprocessingEndDate

      public Date getLastReprocessingEndDate()
      Gets the last reprocessing end date.
      Returns:
      the last reprocessing end date
    • setLastReprocessingEndDate

      public void setLastReprocessingEndDate(Date lastReprocessingEndDate)
      Sets the last reprocessing end date.
      Parameters:
      lastReprocessingEndDate - the new last reprocessing end date