Class BOWorkingTeam
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.team.BOWorkingTeam
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Direct Known Subclasses:
CrewShellWorkingTeam
Business object representing a working team.
- 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 TypeMethodDescriptionReturns the address id.Returns the working team description.getId()Returns the working team id.Returns the operation center id.Returns the team cardinality.Returns the time calculation type.getType()Returns the team type.isActive()Checks if the working team is active.isLoan()Checks if the working team is loaned.voidSets the working team to active.voidsetAddress(Long address) Sets the address id.voidsetDescription(LocalizedString description) Sets the working team description.voidSets the working team id.voidSets the working team to loaned.voidsetOperationCenter(Long operationCenter) Sets the operation center id.voidsetTeamCardinality(Long teamCardinality) Sets the team cardinality.voidsetTimeCalculationType(Long timeCalculationType) Sets the time calculation type.voidSets the team type.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
-
BOWorkingTeam
public BOWorkingTeam()
-
-
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
-
getDescription
Returns the working team description.- Returns:
- the working team description
-
setDescription
Sets the working team description.- Parameters:
description- the working team description
-
getOperationCenter
Returns the operation center id.- Returns:
- the operation center id
- See Also:
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the operation center id- See Also:
-
getAddress
Returns the address id.- Returns:
- the address id
- See Also:
-
setAddress
Sets the address id.- Parameters:
address- the address id- See Also:
-
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
-
isLoan
Checks if the working team is loaned.- Returns:
- true if is the working team is loaned, false otherwise
-
setLoan
Sets the working team to loaned.- Parameters:
loan- true if the working team must be loaned, false otherwise
-
getType
Returns the team type.- Returns:
- the team type
-
setType
Sets the team type.- Parameters:
type- the team type
-
getTimeCalculationType
Returns the time calculation type.- Returns:
- the time calculation type
-
setTimeCalculationType
Sets the time calculation type.- Parameters:
timeCalculationType- the time calculation type
-
getTeamCardinality
Returns the team cardinality.- Returns:
- the team cardinality
-
setTeamCardinality
Sets the team cardinality.- Parameters:
teamCardinality- the team cardinality
-