Class BOSchedulingProposalState
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedulingproposal.state.BOSchedulingProposalState
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a Scheduling Proposal State
- Since:
- 14.0
- See Also:
- GCApi:
- bo
-
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 TypeMethodDescriptiongetCode()Returns code of scheduling proposal state.Returns description of scheduling proposal state.getId()Returns id of scheduling proposal state.voidSets code of scheduling proposal state.voidsetDescription(LocalizedString description) Sets description of scheduling proposal state.voidSets id of scheduling proposal state.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
-
BOSchedulingProposalState
public BOSchedulingProposalState()
-
-
Method Details
-
getId
Returns id of scheduling proposal state.- Returns:
- id of scheduling proposal state
-
setId
Sets id of scheduling proposal state.- Parameters:
id- id of scheduling proposal state
-
getCode
Returns code of scheduling proposal state.- Returns:
- code of scheduling proposal state
-
setCode
Sets code of scheduling proposal state.- Parameters:
code- code of scheduling proposal state
-
getDescription
Returns description of scheduling proposal state.- Returns:
- description of scheduling proposal state
-
setDescription
Sets description of scheduling proposal state.- Parameters:
description- description of scheduling proposal state
-