Class BOAgendaResourceRoles
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.agenda.resourceroles.BOAgendaResourceRoles
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a agenda resource role
- 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 TypeMethodDescriptionfinal LongReturns the agenda resource role agenda.final LonggetId()Returns the agenda resource role id.final LongReturns the agenda resource role type.final LonggetUser()Returns the agenda resource role user.final voidSets the agenda resource role agenda.final voidSets the agenda resource role id.final voidsetRoleType(Long roleType) Sets the agenda resource role type.final voidSets the agenda resource role user.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
-
BOAgendaResourceRoles
public BOAgendaResourceRoles()
-
-
Method Details
-
getId
Returns the agenda resource role id.- Returns:
- the agenda resource role id
-
setId
Sets the agenda resource role id.- Parameters:
id- the agenda resource role id
-
getAgenda
Returns the agenda resource role agenda.- Returns:
- the agenda resource role agenda
-
setAgenda
Sets the agenda resource role agenda.- Parameters:
agenda- the agenda resource role agenda
-
getUser
Returns the agenda resource role user.- Returns:
- the agenda resource role user
-
setUser
Sets the agenda resource role user.- Parameters:
user- the agenda resource role user
-
getRoleType
Returns the agenda resource role type.- Returns:
- the agenda resource role type
-
setRoleType
Sets the agenda resource role type.- Parameters:
roleType- the agenda resource role type
-