Class DTODemandSummary

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

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

    • DTODemandSummary

      public DTODemandSummary()
  • 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
    • getDemandTime

      public Long getDemandTime()
      Returns:
      The total demand hours
    • setDemandTime

      public void setDemandTime(Long demandTime)
      The total demand hours
      Parameters:
      demandTime - total demand 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:
    • getActivityId

      public Long getActivityId()
      Returns the activity of the summary
      Returns:
      the activity of the summary
    • setActivityId

      public void setActivityId(Long activityId)
      Sets the activity of the summary
      Parameters:
      activityId - the activity of the summary
    • getOperationTypeId

      public Long getOperationTypeId()
      Returns the operation type of the summary
      Returns:
      the operation type of the summary
    • setOperationTypeId

      public void setOperationTypeId(Long operationTypeId)
      Sets the operation type of the summary
      Parameters:
      operationTypeId - the operation type of the summary
    • getUrgencyId

      public Long getUrgencyId()
      Returns the urgency of the summary
      Returns:
      the urgency of the summary
    • setUrgencyId

      public void setUrgencyId(Long urgencyId)
      Sets the urgency of the summary
      Parameters:
      urgencyId - the urgency of the summary
    • getActivityCode

      public String getActivityCode()
      Returns the activity code of the summary
      Returns:
      the activity code of the summary
    • setActivityCode

      public void setActivityCode(String activityCode)
      Sets the activity code of the summary
      Parameters:
      activityCode - the activity code of the summary
    • getOperationTypeCode

      public String getOperationTypeCode()
      Returns the operation type code of the summary
      Returns:
      the operation type code of the summary
    • setOperationTypeCode

      public void setOperationTypeCode(String operationTypeCode)
      Sets the operation type code of the summary
      Parameters:
      operationTypeCode - the operation type code of the summary
    • getUrgencyCode

      public String getUrgencyCode()
      Returns the urgency code of the summary
      Returns:
      the urgency code of the summary
    • setUrgencyCode

      public void setUrgencyCode(String urgencyCode)
      Sets the urgency code of the summary
      Parameters:
      urgencyCode - the urgency type code of the summary