Class DTODemandShiftHoursRequest

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

public class DTODemandShiftHoursRequest extends DynO
DTO containing the request for shifting demand summary hours
Since:
19.0
See Also:
  • Constructor Details

    • DTODemandShiftHoursRequest

      public DTODemandShiftHoursRequest()
  • Method Details

    • getOldPeriod

      public ZonedDateTimeRange getOldPeriod()
      Returns:
      the oldDate
    • setOldPeriod

      public void setOldPeriod(ZonedDateTimeRange oldPeriod)
      Parameters:
      oldPeriod - the oldDate to set
    • getNewPeriod

      public ZonedDateTimeRange getNewPeriod()
      Returns:
      the newDate
    • setNewPeriod

      public void setNewPeriod(ZonedDateTimeRange newPeriod)
      Parameters:
      newPeriod - the newDate to set
    • getActivityId

      public Long getActivityId()
      Returns the activity id
      Returns:
      the activity id
    • setActivityId

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

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

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

      public Long getUrgencyId()
      Returns the urgency id
      Returns:
      the urgency id
    • setUrgencyId

      public void setUrgencyId(Long urgencyId)
      Sets the urgency id
      Parameters:
      urgencyId - the urgency id
    • getHoursToShift

      public Long getHoursToShift()
      Returns the hours to shift
      Returns:
      the hours to shift
    • setHoursToShift

      public void setHoursToShift(Long hoursToShift)
      Sets the hours to shift
      Parameters:
      hoursToShift - the hours to shift