Class BOAppointmentStatus
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.appointment.status.BOAppointmentStatus
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an appointment status
- Since:
- 17.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 TypeMethodDescriptionfinal StringgetCode()Returns the appointment state code.Returns the appointment state description.getId()Returns the appointment state id.final voidSets the appointment state code.voidsetDescription(String description) Sets the appointment state description.voidSets the appointment state id.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
-
BOAppointmentStatus
public BOAppointmentStatus()
-
-
Method Details
-
getId
Returns the appointment state id.- Returns:
- the the appointment state id
-
setId
Sets the appointment state id.- Parameters:
id- the appointment state id
-
getDescription
Returns the appointment state description.- Returns:
- the description
-
setDescription
Sets the appointment state description.- Parameters:
description- the description
-
getCode
Returns the appointment state code.- Returns:
- the code
-
setCode
Sets the appointment state code.- Parameters:
code- the code
-