Class DemandSummaryDetail

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

public class DemandSummaryDetail extends DynO
Business object representing the rough planning demand summary detail
Since:
19.0
See Also:
  • Constructor Details

    • DemandSummaryDetail

      public DemandSummaryDetail()
  • Method Details

    • getStartDate

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

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

      public Date getEndDate()
      Returns:
      The end date of the item in the summary
    • setEndDate

      public void setEndDate(Date endDate)
      The end date of the item in the summary
      Parameters:
      endDate - of the item in the summary
    • getTotalTime

      public Long getTotalTime()
      Returns:
      The total demand hours
    • setTotalTime

      public void setTotalTime(Long totalTime)
      The total demand hours
      Parameters:
      totalTime - 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:
    • getDemandSummaryDetailId

      public Long getDemandSummaryDetailId()
      Returns:
      the demand summary detail id
    • setDemandSummaryDetailId

      public void setDemandSummaryDetailId(Long demandSummaryDetailId)
      Parameters:
      demandSummaryDetailId - the demand summary detail id
    • 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
    • getTotalGroupingTime

      public Long getTotalGroupingTime()
      Returns:
      The total grouping demand hours
    • setTotalGroupingTime

      public void setTotalGroupingTime(Long totalGroupingTime)
      The total grouping demand hours
      Parameters:
      totalGroupingTime - total grouping demand hours
    • getActivityCode

      public String getActivityCode()
      Returns the rough planning activity code
      Returns:
      the rough planning activity code
    • setActivityCode

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

      public String getOperationTypeCode()
      Returns the rough planning operation type code
      Returns:
      the rough planning operation type code
    • setOperationTypeCode

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

      public String getUrgencyCode()
      Returns the rough planning urgency code
      Returns:
      the rough planning urgency code
    • setUrgencyCode

      public void setUrgencyCode(String urgencyCode)
      Sets the rough planning urgency code
      Parameters:
      urgencyCode - the rough planning urgency code