Class BOTeamShift
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.shift.BOTeamShift
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Team Shift.
- 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 TypeMethodDescriptiongetDay()Returns the day of the team shift.Returns the end day address of the team shift.getId()Returns the ID of the team shift.Returns the team leader of the team shift.Returns the OSS space of the team shift.Returns the start day address of the team shift.getTeam()Returns the team of the team shift.Returns the team dislocation of the team shift.Returns the team location of the team shift.voidSets the day of the team shift.voidsetEndDayAddress(Long endDayAddress) Sets the end day address of the team shift.voidSets the ID of the team shift.voidSets the team leader of the team shift.voidsetOssSpace(Long ossSpace) Sets the OSS space of the team shift.voidsetStartDayAddress(Long startDayAddress) Sets the start day address of the team shift.voidSets the team of the team shift.voidsetTeamDislocation(Long teamDislocation) Sets the team dislocation of the team shift.voidsetTeamLocation(Long teamLocation) Sets the team location of 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
-
BOTeamShift
public BOTeamShift()
-
-
Method Details
-
getId
Returns the ID of the team shift.- Returns:
- id the ID of the team shift
-
setId
Sets the ID of the team shift.- Parameters:
id- the ID of the team shift
-
getDay
Returns the day of the team shift.- Returns:
- day the day of the team shift
-
setDay
Sets the day of the team shift.- Parameters:
day- the day of the team shift
-
getTeam
Returns the team of the team shift.- Returns:
- team the team of the team shift
- See Also:
-
setTeam
Sets the team of the team shift.- Parameters:
team- the team of the team shift- See Also:
-
getLeader
Returns the team leader of the team shift.- Returns:
- leader the team leader of the team shift
-
setLeader
Sets the team leader of the team shift.- Parameters:
leader- the team leader of the team shift
-
getStartDayAddress
Returns the start day address of the team shift.- Returns:
- startDayAddress the start day address of the team shift
-
setStartDayAddress
Sets the start day address of the team shift.- Parameters:
startDayAddress- the start day address of the team shift
-
getEndDayAddress
Returns the end day address of the team shift.- Returns:
- endDayAddress the end day address of the team shift
-
setEndDayAddress
Sets the end day address of the team shift.- Parameters:
endDayAddress- the end day address of the team shift
-
getOssSpace
Returns the OSS space of the team shift.- Returns:
- ossSpace the OSS space of the team shift
-
setOssSpace
Sets the OSS space of the team shift.- Parameters:
ossSpace- the OSS space of the team shift
-
getTeamLocation
Returns the team location of the team shift.- Returns:
- teamLocation the team location of the team shift
-
setTeamLocation
Sets the team location of the team shift.- Parameters:
teamLocation- the team location of the team shift
-
getTeamDislocation
Returns the team dislocation of the team shift.- Returns:
- teamDislocation the team dislocation of the team shift
-
setTeamDislocation
Sets the team dislocation of the team shift.- Parameters:
teamDislocation- the team dislocation of the team shift
-