Class BOForecastGroupingConstraint
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.bl.forecast.groupingconstraint.BOForecastGroupingConstraint
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a forecast grouping constraint.
- 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 forecast grouping constraint's active flaggetCode()Returns the forecast grouping constraint's codeReturns the forecast grouping constraint's descriptiongetId()Returns the forecast grouping constraint's idReturns the operation center's idvoidSets the forecast grouping constraint's active flagvoidSets the forecast grouping constraint's codevoidsetDescription(LocalizedString description) Sets the forecast grouping constraint's descriptionvoidSets the forecast grouping constraint's idvoidsetOperationCenter(Long operationCenter) Sets the operation center's 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
-
BOForecastGroupingConstraint
public BOForecastGroupingConstraint()
-
-
Method Details
-
getId
Returns the forecast grouping constraint's id- Returns:
- the forecast grouping constraint's id
-
setId
Sets the forecast grouping constraint's id -
getOperationCenter
Returns the operation center's id- Returns:
- the operation center's id
-
setOperationCenter
Sets the operation center's id -
getCode
Returns the forecast grouping constraint's code- Returns:
- the forecast grouping constraint's code
-
setCode
Sets the forecast grouping constraint's code -
getDescription
Returns the forecast grouping constraint's description- Returns:
- a
LocalizedStringthat represents the forecast grouping constraint's description
-
setDescription
Sets the forecast grouping constraint's description -
getActive
Returns the forecast grouping constraint's active flag- Returns:
- the forecast grouping constraint's active flag
-
setActive
Sets the forecast grouping constraint's active flag
-