Class DTOForecastActivityDetailInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail.DTOForecastActivityDetailInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO to insert a new forecast activity detail.
- Since:
- 15.0
- See Also:
- GCApi:
- dto
-
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 average task durationReturns the forecast activity detail's end dateReturns the forecast activity detail's expected durationReturns the forecast activity's idReturns the number of tasksReturns the priority's idReturns the forecast activity detail's start datevoidsetAverageTaskDuration(Long averageTaskDuration) Sets the average task durationvoidsetEndDate(ZonedDateTime endDate) Sets the forecast activity detail's end datevoidsetExpectedDuration(Long expectedDuration) Sets the forecast activity detail's expected durationvoidsetForecastActivity(Long forecastActivity) Sets the forecast activity's idvoidsetNumberOfTasks(Long numberOfTasks) Sets the number of tasksvoidsetPriority(Long priority) Sets the priority's idBOForecastActivityPriorityvoidsetStartDate(ZonedDateTime startDate) Returns the forecast activity detail's start dateMethods 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
-
DTOForecastActivityDetailInsert
public DTOForecastActivityDetailInsert()
-
-
Method Details
-
getForecastActivity
Returns the forecast activity's id- Returns:
- the forecast activity id
- See Also:
-
setForecastActivity
Sets the forecast activity's id- Parameters:
forecastActivity- the forecast activity's id- See Also:
-
getStartDate
Returns the forecast activity detail's start date- Returns:
- the forecast activity detail's start date
-
setStartDate
Returns the forecast activity detail's start date- Parameters:
startDate- the forecast activity detail's start date
-
getEndDate
Returns the forecast activity detail's end date- Returns:
- the forecast activity detail's end date
-
setEndDate
Sets the forecast activity detail's end date- Parameters:
endDate- the forecast activity detail's end date
-
getExpectedDuration
Returns the forecast activity detail's expected duration- Returns:
- the forecast activity detail's expected duration
-
setExpectedDuration
Sets the forecast activity detail's expected duration- Parameters:
expectedDuration- the forecast activity detail's expected duration
-
getNumberOfTasks
Returns the number of tasks- Returns:
- the number of tasks
-
setNumberOfTasks
Sets the number of tasks- Parameters:
numberOfTasks- the number of tasks
-
getAverageTaskDuration
Returns the average task duration- Returns:
- the average task duration
-
setAverageTaskDuration
Sets the average task duration- Parameters:
averageTaskDuration- the average task duration
-
getPriority
Returns the priority's id- Returns:
- priority
- See Also:
-
setPriority
Sets the priority's idBOForecastActivityPriority- Parameters:
priority-
-