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

public class DTOImmediateSchedulingTracking extends DynO
DTO for immediate scheduling tracking
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOImmediateSchedulingTracking

      public DTOImmediateSchedulingTracking()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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