Class DTORoughPlanningBucketUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.rs1.bucket.DTORoughPlanningBucketUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTORoughPlanningBucketUpdate extends DynO
DTO to update a rough planning bucket.
Since:
18.0
See Also:
  • Constructor Details

    • DTORoughPlanningBucketUpdate

      public DTORoughPlanningBucketUpdate()
  • Method Details

    • getStartDate

      public Optional<Date> getStartDate()
      Returns the rough planning bucket start date
      Returns:
      the rough planning bucket start date
    • setStartDate

      public void setStartDate(Optional<Date> startDate)
      Sets the rough planning start date
      Parameters:
      startDate - the rough planning start date
    • getEndDate

      public Optional<Date> getEndDate()
      Returns the rough planning bucket end date
      Returns:
      the rough planning bucket end date
    • setEndDate

      public void setEndDate(Optional<Date> endDate)
      Sets the rough planning end date
      Parameters:
      endDate - the rough planning end date