Class BORoughPlanningState
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.state.BORoughPlanningState
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Rough Planning State
- Since:
- 18.0
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetCode()Returns the state's codefinal LocalizedStringReturns the state's descriptionfinal LonggetId()Returns the state's idfinal voidSets the state's codefinal voidsetDescription(LocalizedString description) Sets the state's descriptionfinal voidSets the state'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
-
BORoughPlanningState
public BORoughPlanningState()
-
-
Method Details
-
getId
Returns the state's id- Returns:
- the state's id
-
setId
Sets the state's id- Parameters:
id- the state's id
-
getCode
Returns the state's code- Returns:
- the state's code
-
setCode
Sets the state's code- Parameters:
code- the state's code
-
getDescription
Returns the state's description- Returns:
- the state's description
-
setDescription
Sets the state's description- Parameters:
description- the state's description
-