Class BOForecastActivityDetailGantt
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.gantt.BOForecastActivityDetailGantt
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a block of the forecast activity gantt.
- Since:
- 15.0
- See Also:
- GCApi:
- bo
-
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 end date.Returns the forecast activity detail expected duration.Returns the forecast activity detail forecast activity id.Returns the code of the forecast activity headerReturns the activity forecast idgetId()Returns the forecast activity detail id.Returns the number of tasksReturns the forecast activity detail start date.voidsetAverageTaskDuration(Long averageTaskDuration) Sets the average task durationvoidsetEndDate(Date endDate) Sets the forecast activity detail end date.voidsetExpectedDuration(Long expectedDuration) Sets the forecast activity detail expected duration.voidsetForecastActivity(Long forecastActivity) Sets the forecast activity detail forecast activity id.voidsetForecastActivityCode(String forecastActivityCode) Sets the code of the forecast activity headervoidsetForecastHeader(Long forecastHeader) Sets the activity forecast idvoidSets the forecast activity detail id.voidsetNumberOfTasks(Long numberOfTasks) Sets the number of tasksvoidsetStartDate(Date startDate) Sets the forecast activity detail start date.Methods 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
-
BOForecastActivityDetailGantt
public BOForecastActivityDetailGantt()
-
-
Method Details
-
getId
Returns the forecast activity detail id.- Returns:
- the forecast activity detail id
-
setId
Sets the forecast activity detail id.- Parameters:
id- the forecast activity detail id
-
getForecastHeader
Returns the activity forecast id- Returns:
- the activity forecast header id
- See Also:
-
setForecastHeader
Sets the activity forecast id- Parameters:
forecastHeader- the activity forecast id- See Also:
-
getForecastActivity
Returns the forecast activity detail forecast activity id.- Returns:
- the forecast activity id
- See Also:
-
setForecastActivity
Sets the forecast activity detail forecast activity id.- Parameters:
forecastActivity- the forecast activity id- See Also:
-
getStartDate
Returns the forecast activity detail start date.- Returns:
- the forecast activity detail start date
-
setStartDate
Sets the forecast activity detail start date.- Parameters:
startDate- the forecast activity detail start date
-
getEndDate
Returns the forecast activity detail end date.- Returns:
- the forecast activity detail end date
-
setEndDate
Sets the forecast activity detail end date.- Parameters:
endDate- the forecast activity detail end date
-
getExpectedDuration
Returns the forecast activity detail expected duration.- Returns:
- the forecast activity detail expected duration
-
setExpectedDuration
Sets the forecast activity detail expected duration.- Parameters:
expectedDuration- the forecast activity detail 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
-
getForecastActivityCode
Returns the code of the forecast activity header- Returns:
- the code of the forecast activity
-
setForecastActivityCode
Sets the code of the forecast activity header- Parameters:
forecastActivityCode- the code of the forecast activity
-