Class DTORoughPlanningBucket

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

public class DTORoughPlanningBucket extends DynO
DTO for rough planning bucket.
Since:
18.0
See Also:
  • Constructor Details

    • DTORoughPlanningBucket

      public DTORoughPlanningBucket()
  • Method Details

    • getId

      public Long getId()
      Returns the rough planning bucket id
      Returns:
      the rough planning bucket id
    • setId

      public void setId(Long id)
      Sets the rough planning bucket id
      Parameters:
      id - the rough planning bucket id
    • getRoughPlanning

      public Long getRoughPlanning()
      Returns the rough planning id
      Returns:
      the id
      See Also:
    • setRoughPlanning

      public void setRoughPlanning(Long roughPlanning)
      Sets the rough planning id
      Parameters:
      roughPlanning - the id
    • getStartDate

      public ZonedDateTime getStartDate()
      Returns the rough planning bucket start date
      Returns:
      the rough planning bucket start date
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
      Sets the rough planning start date
      Parameters:
      startDate - the rough planning start date
    • getEndDate

      public ZonedDateTime getEndDate()
      Returns the rough planning bucket end date
      Returns:
      the rough planning bucket end date
    • setEndDate

      public void setEndDate(ZonedDateTime endDate)
      Sets the rough planning end date
      Parameters:
      endDate - the rough planning end date