Class BOEventEntity
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.BOEventEntity
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an event entity, i.e. an entity linked
to the
BOEventType that started or ended timesheet task. - 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 id of the event entity clocking.getId()Returns the event entity id.Returns the id of the event entity intervention.Returns the id of the event entity unavailability.booleanisSameEventEntity(BOEventEntity eventEntity) voidsetClocking(Long clocking) Sets the id of the event entity clocking.voidSets the event entity id.voidsetIntervention(Long intervention) Sets the id of the event entity intervention.voidsetUnavailability(Long unavailability) Sets the id of the event entity unavailability.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
-
BOEventEntity
public BOEventEntity()
-
-
Method Details
-
getId
Returns the event entity id.- Returns:
- the the event entity id
-
setId
Sets the event entity id.- Parameters:
id- the event entity id
-
getIntervention
Returns the id of the event entity intervention.- Returns:
- the intervention id
- See Also:
-
setIntervention
Sets the id of the event entity intervention.- Parameters:
intervention- the intervention id- See Also:
-
getClocking
Returns the id of the event entity clocking.- Returns:
- the clocking id
- See Also:
-
setClocking
Sets the id of the event entity clocking.- Parameters:
clocking- the clocking id- See Also:
-
isSameEventEntity
-