Class DTOCapacitySummary

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

public class DTOCapacitySummary extends DynO
DTO for rough planning capacity summary
Since:
19.0
See Also:
  • Constructor Details

    • DTOCapacitySummary

      public DTOCapacitySummary()
  • Method Details

    • getPosition

      public Long getPosition()
      Returns:
      The position of the item in the summary
    • setPosition

      public void setPosition(Long position)
      The position of the item in the summary
      Parameters:
      position - of the item in the summary
    • getStartDate

      public ZonedDateTime getStartDate()
      Returns:
      The start date of the item in the summary
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
      The start date of the item in the summary
      Parameters:
      startDate - of the item in the summary
    • getCapacityTime

      public Long getCapacityTime()
      Returns:
      The total capacity hours
    • setCapacityTime

      public void setCapacityTime(Long capacityTime)
      The total capacity hours
      Parameters:
      capacityTime - total capacity hours
    • getBucketId

      public Long getBucketId()
      Returns:
      the bucket of the summary
      See Also:
    • setBucketId

      public void setBucketId(Long bucketId)
      Parameters:
      bucketId - the bucket of the summary
      See Also: