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
DTO containing the request for shifting demand summary hours
- Since:
- 19.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity idReturns the hours to shiftReturns the operation type idReturns the urgency idvoidsetActivityId(Long activityId) Sets the activity idvoidsetHoursToShift(Long hoursToShift) Sets the hours to shiftvoidsetNewPeriod(ZonedDateTimeRange newPeriod) voidsetOldPeriod(ZonedDateTimeRange oldPeriod) voidsetOperationTypeId(Long operationTypeId) Sets the operation type idvoidsetUrgencyId(Long urgencyId) Sets the urgency idMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTODemandShiftHoursRequest
public DTODemandShiftHoursRequest()
-
-
Method Details
-
getOldPeriod
- Returns:
- the oldDate
-
setOldPeriod
- Parameters:
oldPeriod- the oldDate to set
-
getNewPeriod
- Returns:
- the newDate
-
setNewPeriod
- Parameters:
newPeriod- the newDate to set
-
getActivityId
Returns the activity id- Returns:
- the activity id
-
setActivityId
Sets the activity id- Parameters:
activityId- the activity id
-
getOperationTypeId
Returns the operation type id- Returns:
- the operation type id
-
setOperationTypeId
Sets the operation type id- Parameters:
operationTypeId- the operation type id
-
getUrgencyId
Returns the urgency id- Returns:
- the urgency id
-
setUrgencyId
Sets the urgency id- Parameters:
urgencyId- the urgency id
-
getHoursToShift
Returns the hours to shift- Returns:
- the hours to shift
-
setHoursToShift
Sets the hours to shift- Parameters:
hoursToShift- the hours to shift
-