Class BOTeam
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.BOTeam
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a Team.
It represents the details about the team.
It represents the details about the team.
- Since:
- 16.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 TypeMethodDescriptionReturns the address id.getCode()Returns the working team code.getColor()Returns the working team color.Returns the working team description.Returns the end day address id.getId()Returns the working team id.Returns the operation center id.Returns the oss space id.Returns the team cardinality id.Returns the working team dislocation.Returns the working team location.Returns the time calculation type id.getType()Returns the working team type id.isActive()Checks if the working team is active.isLoan()Checks if the working team is a loan.voidSets the working team to active.voidsetAddress(Long address) Sets the address id.voidSets the working team code.voidSets the working team color.voidsetDescription(String description) Sets the working team description.voidsetEndDayAddress(Long endDayAddress) Sets the end day address id.voidSets the working team id.voidSets the working team to loan.voidsetOperationCenter(Long operationCenter) Sets the operation center id.voidsetOssSpace(Long ossSpace) Sets the oss space id.voidsetTeamCardinality(Long teamCardinality) Sets the team cardinality id.voidsetTeamDislocation(Long teamDislocation) Sets the working team dislocation.voidsetTeamLocation(Long teamLocation) Sets the working team location.voidsetTimeCalculationType(Long timeCalculationType) Sets the time calculation type id.voidSets the working team type 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
-
BOTeam
public BOTeam()
-
-
Method Details
-
getId
Returns the working team id.- Returns:
- the the working team id
-
setId
Sets the working team id.- Parameters:
id- the working team id
-
getCode
Returns the working team code.- Returns:
- the working team code
-
setCode
Sets the working team code.- Parameters:
code- the working team code
-
getDescription
Returns the working team description.- Returns:
- the working team description
-
setDescription
Sets the working team description.- Parameters:
description- the working team description
-
isActive
Checks if the working team is active.- Returns:
- true if is the working team is active, false otherwise
-
setActive
Sets the working team to active.- Parameters:
active- true if the working team must be active, false otherwise
-
getOperationCenter
Returns the operation center id.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the operation center id
-
getAddress
Returns the address id.- Returns:
- the address id
-
setAddress
Sets the address id.- Parameters:
address- the address id
-
getTimeCalculationType
Returns the time calculation type id.- Returns:
- the time calculation type id
-
setTimeCalculationType
Sets the time calculation type id.- Parameters:
timeCalculationType- the time calculation type id
-
isLoan
Checks if the working team is a loan.- Returns:
- true if is the working team is a loan, false otherwise
-
setLoan
Sets the working team to loan.- Parameters:
loan- true if the working team must be a loan, false otherwise
-
getType
Returns the working team type id.- Returns:
- the type id
-
setType
Sets the working team type id.- Parameters:
type- the type id
-
getTeamCardinality
Returns the team cardinality id.- Returns:
- the team cardinality id
-
setTeamCardinality
Sets the team cardinality id.- Parameters:
teamCardinality- the team cardinality id
-
getEndDayAddress
Returns the end day address id.- Returns:
- the end day address id
-
setEndDayAddress
Sets the end day address id.- Parameters:
endDayAddress- the end day address id
-
getOssSpace
Returns the oss space id.- Returns:
- the oss space id
-
setOssSpace
Sets the oss space id.- Parameters:
ossSpace- the oss space id
-
getColor
Returns the working team color.- Returns:
- the working team color
-
setColor
Sets the working team color.- Parameters:
color- the working team color
-
getTeamLocation
Returns the working team location.- Returns:
- the working team location
-
setTeamLocation
Sets the working team location.- Parameters:
teamLocation- the working team location.
-
getTeamDislocation
Returns the working team dislocation.- Returns:
- the working team dislocation
-
setTeamDislocation
Sets the working team dislocation.- Parameters:
teamDislocation- the working team dislocation
-