Class BOAgenda
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.agenda.BOAgenda
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing an agenda
- Since:
- 17.0
- 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 TypeMethodDescriptiongetId()Returns the team resources.Returns the team resources string.Returns the team shift.voidsetAppointment(Long appointment) voidsetDefaultDuration(Long defaultDuration) voidsetEndDate(Date endDate) voidsetForeman(Long foreman) voidsetForemanScheduling(Long foremanScheduling) voidvoidsetParentAgenda(Long parentAgenda) voidsetStartDate(Date startDate) voidvoidsetTeamResources(String teamResources) Sets the team resources.voidsetTeamResources(Set<Long> teamResources) Sets the team resources.voidsetTeamShift(Long teamShift) Sets the team shift.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
-
BOAgenda
public BOAgenda()
-
-
Method Details
-
getId
-
setId
-
getAppointment
-
setAppointment
-
getForeman
-
setForeman
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getStatus
-
setStatus
-
getTeamResources
Returns the team resources.- Returns:
- the team resources
-
setTeamResources
Sets the team resources.- Parameters:
teamResources- the team resources
-
getTeamResourcesString
Returns the team resources string.- Returns:
- the team resources string
-
setTeamResources
Sets the team resources.- Parameters:
teamResources- the team resources id as string separated by "," ex. "1, 2, 3"
-
getForemanScheduling
-
setForemanScheduling
-
getParentAgenda
-
setParentAgenda
-
getDefaultDuration
-
setDefaultDuration
-
getTeamShift
Returns the team shift.- Returns:
- the team shift
-
setTeamShift
Sets the team shift.- Parameters:
teamShift- the team shift to set
-