Class AgendaTeamResourceAlignInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.event.AgendaTeamResourceAlignInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Input object for
AgendaTeamResourceAlignEvent. - Since:
- 17.0
- See Also:
-
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 TypeMethodDescriptionRetrieves the set of agenda IDs.Retrieves the Set of scheduling IDs from the AgendaTeamResourceAlignInput object.voidsetAgendas(Set<Long> agendas) Sets the agendas for the AgendaTeamResourceAlignInput object.voidsetSchedulings(Set<Long> schedulings) Sets the schedulings for AgendaTeamResourceAlignInput object.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
-
AgendaTeamResourceAlignInput
public AgendaTeamResourceAlignInput()
-
-
Method Details
-
getAgendas
Retrieves the set of agenda IDs.- Returns:
- the set of agenda IDs
-
setAgendas
Sets the agendas for the AgendaTeamResourceAlignInput object.- Parameters:
agendas- the set of agendas to be set
-
getSchedulings
Retrieves the Set of scheduling IDs from the AgendaTeamResourceAlignInput object.- Returns:
- a Set of Long representing the scheduling IDs
-
setSchedulings
Sets the schedulings for AgendaTeamResourceAlignInput object.- Parameters:
schedulings- the set of scheduling IDs to be set
-