Class BOTeamShiftResource
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.shift.resource.BOTeamShiftResource
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing the relation between a team shift and a resource.
- 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 ID of the team shift resource.Returns the resource of the team shift resource.Returns the team level of the team shift resource.Returns the team shift of the team shift resource.voidSets the ID of the team shift resource.voidsetResource(Long resource) Sets the resource of the team shift resource.voidsetTeamLevel(Long teamLevel) Sets the team level of the team shift resource.voidsetTeamShift(Long teamShift) Sets the team shift of the team shift resource.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
-
BOTeamShiftResource
public BOTeamShiftResource()
-
-
Method Details
-
getId
Returns the ID of the team shift resource.- Returns:
- id the ID of the team shift resource
-
setId
Sets the ID of the team shift resource.- Parameters:
id- the ID of the team shift resource
-
getResource
Returns the resource of the team shift resource.- Returns:
- resource the resource of the team shift resource
-
setResource
Sets the resource of the team shift resource.- Parameters:
resource- the resource of the team shift resource
-
getTeamShift
Returns the team shift of the team shift resource.- Returns:
- teamShift the team shift of the team shift resource
- See Also:
-
setTeamShift
Sets the team shift of the team shift resource.- Parameters:
teamShift- the team shift of the team shift resource- See Also:
-
getTeamLevel
Returns the team level of the team shift resource.- Returns:
- teamLevel the team level of the team shift resource
- See Also:
-
setTeamLevel
Sets the team level of the team shift resource.- Parameters:
teamLevel- the team level of the team shift resource- See Also:
-