Class BOTeamShift
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.shift.BOTeamShift
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a team shift.
- Since:
- 15.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 team shift day.Returns the end address.getId()Returns the team shift id.Returns the oss space.Returns the start address.Returns the team dislocation.Returns the team leader id.Returns the team location.Returns the working team id.voidSets the team shift day.voidsetEndAddress(Long endAddress) Sets the end address.voidSets the team shift id.voidsetOssSpace(Long ossSpace) Sets the oss space.voidsetStartAddress(Long startAddress) Sets the start address.voidsetTeamDislocation(Long teamDislocation) Sets the team dislocation.voidsetTeamLeader(Long teamLeader) Sets the team leader id.voidsetTeamLocation(Long teamLocation) Sets the team location.voidsetWorkingTeam(Long workingTeam) Sets the working team id.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 team shift id.- Returns:
- the the team shift id
-
setId
Sets the team shift id.- Parameters:
id- the team shift id
-
getDay
Returns the team shift day.- Returns:
- the team shift day
-
setDay
Sets the team shift day.- Parameters:
day- the team shift day
-
getWorkingTeam
Returns the working team id.- Returns:
- the working team id
- See Also:
-
setWorkingTeam
Sets the working team id.- Parameters:
workingTeam- the working team id- See Also:
-
getTeamLeader
Returns the team leader id.- Returns:
- the team leader id
- See Also:
-
setTeamLeader
Sets the team leader id.- Parameters:
teamLeader- the team leader id- See Also:
-
getStartAddress
Returns the start address.- Returns:
- the start address
- See Also:
-
setStartAddress
Sets the start address.- Parameters:
startAddress- the start address- See Also:
-
getEndAddress
Returns the end address.- Returns:
- the end address
- See Also:
-
setEndAddress
Sets the end address.- Parameters:
endAddress- the end address- See Also:
-
getOssSpace
Returns the oss space.- Returns:
- the oss space
-
setOssSpace
Sets the oss space.- Parameters:
ossSpace- the oss space
-
getTeamLocation
Returns the team location.- Returns:
- the team location
-
setTeamLocation
Sets the team location.- Parameters:
teamLocation- the team location
-
getTeamDislocation
Returns the team dislocation.- Returns:
- the team dislocation
-
setTeamDislocation
Sets the team dislocation.- Parameters:
teamDislocation- the team dislocation
-