Class BOAppointment
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.BOAppointment
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an appointment
- Since:
- 9.2
- 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 bundle operation id.Returns the end block date.Returns the end date.getId()Returns the appointment id.Returns the operation id.Returns the start block date.Returns the start date.getState()Returns the appointment state id.voidsetBundleOperation(Long bundleOperation) Sets the bundle operation id.voidsetEndBlockDate(Date endBlockDate) Sets the end block date.voidsetEndDate(Date endDate) Sets the end date.voidSets the appointment id.voidsetOperation(Long operation) Sets the operation id.voidsetStartBlockDate(Date startBlockDate) Sets the start block date.voidsetStartDate(Date startDate) Sets the start date.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
-
BOAppointment
public BOAppointment()
-
-
Method Details
-
getId
Returns the appointment id.- Returns:
- the the appointment id
-
setId
Sets the appointment id.- Parameters:
id- the appointment id
-
getOperation
Returns the operation id.- Returns:
- the operation id
- See Also:
-
setOperation
Sets the operation id.- Parameters:
operation- the operation id- See Also:
-
getStartDate
Returns the start date.- Returns:
- the start date
-
setStartDate
Sets the start date.- Parameters:
startDate- the start date
-
getEndDate
Returns the end date.- Returns:
- the end date
-
setEndDate
Sets the end date.- Parameters:
endDate- the end date
-
getStartBlockDate
Returns the start block date.- Returns:
- the start block date
-
setStartBlockDate
Sets the start block date.- Parameters:
startBlockDate- the start block date
-
getEndBlockDate
Returns the end block date.- Returns:
- the end block date
-
setEndBlockDate
Sets the end block date.- Parameters:
endBlockDate- the end block date
-
getBundleOperation
Returns the bundle operation id.- Returns:
- the bundle operation id
- See Also:
-
setBundleOperation
Sets the bundle operation id.- Parameters:
bundleOperation- the bundle operation id- See Also:
-
getState
Returns the appointment state id.- Returns:
- the appointment state id
- See Also:
-
setState
Sets the appointment state id.- Parameters:
state- the appointment state id- See Also:
-