Class BOTeamType
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.teams.bl.team.type.BOTeamType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a team type
- 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 TypeMethodDescriptionfinal StringgetCode()Returns the team type code.Returns the description.getId()Returns the team type id.getOrder()Returns the order.isActive()Checks if type is active.isSingle()Checks if type is single.voidSets the type active flag.final voidSets the team type code.voidsetDescription(String description) Sets the description.voidSets the team type id.voidSets the order.voidSets the type single flag.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
-
BOTeamType
public BOTeamType()
-
-
Method Details
-
getId
Returns the team type id.- Returns:
- the team type id
-
setId
Sets the team type id.- Parameters:
id- the team type id
-
getCode
Returns the team type code.- Returns:
- the team type code
-
setCode
Sets the team type code.- Parameters:
code- the team type code
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
getOrder
Returns the order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the order
-
isActive
Checks if type is active.- Returns:
- true if is active
-
setActive
Sets the type active flag.- Parameters:
active- the type active flag
-
isSingle
Checks if type is single.- Returns:
- true if is single
-
setSingle
Sets the type single flag.- Parameters:
single- the single flag
-