Class BOCapacityPlanningAlgorithmOutputResource
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.BOCapacityPlanningAlgorithmOutputResource
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a resource output from the capacity planning algorithm.
- Since:
- 20.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 TypeMethodDescriptionGets the overtime.Gets the resource identifier.Gets the work day identifier.Gets the worktime.voidsetOvertime(Long overtime) Sets the overtime.voidsetResourceId(String resourceId) Sets the resource identifier.voidsetWorkDayId(String workDayId) Sets the work day identifier.voidsetWorktime(Long worktime) Sets the worktime.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
-
BOCapacityPlanningAlgorithmOutputResource
public BOCapacityPlanningAlgorithmOutputResource()
-
-
Method Details
-
getResourceId
Gets the resource identifier.- Returns:
- the resource identifier
-
setResourceId
Sets the resource identifier.- Parameters:
resourceId- the resource identifier to set
-
getWorkDayId
Gets the work day identifier.- Returns:
- the work day identifier
-
setWorkDayId
Sets the work day identifier.- Parameters:
workDayId- the work day identifier to set
-
getWorktime
Gets the worktime.- Returns:
- the worktime
-
setWorktime
Sets the worktime.- Parameters:
worktime- the worktime to set
-
getOvertime
Gets the overtime.- Returns:
- the overtime
-
setOvertime
Sets the overtime.- Parameters:
overtime- the overtime to set
-