Class BOTeamShiftResource
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.resource.BOTeamShiftResource
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a team shift resource.
- Since:
- 16.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 TypeMethodDescriptiongetId()Returns the id of the team shift resourceReturns the id of the team level associated with this entityReturns the id of the team shift associated with this entitygetUser()Returns the id of the user associated with this entityvoidSets the id of the team shift resourcevoidsetTeamLevel(Long teamLevel) Sets the id of the team level associated with this entityvoidsetTeamShift(Long teamShift) Sets the id of the team shift associated with this entityvoidSets the id of the user associated with this entityMethods 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:
- 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
-
getUser
Returns the id of the user associated with this entity- Returns:
- the id of the user associated with this entity
- See Also:
-
setUser
Sets the id of the user associated with this entity- Parameters:
user- the id of the user associated with this entity- See Also:
-
getTeamShift
Returns the id of the team shift associated with this entity- Returns:
- the id of the team shift associated with this entity
- See Also:
-
setTeamShift
Sets the id of the team shift associated with this entity- Parameters:
teamShift- the id of the team shift associated with this entity- See Also:
-
getTeamLevel
Returns the id of the team level associated with this entity- Returns:
- the id of the team level associated with this entity
-
setTeamLevel
Sets the id of the team level associated with this entity- Parameters:
teamLevel- the id of the team level associated with this entity- See Also:
-