Class BOWorkCenter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.base.workcenter.BOWorkCenter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a work center
- Since:
- 9.2
- 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 TypeMethodDescriptionChecks if the work center is active.getCode()Returns the work center code.Returns the work center description.getId()Returns the work center id.getOrder()Returns the work center order.voidSets the work center to active.voidSets the work center code.voidsetDescription(LocalizedString description) Sets the work center description.voidSets the work center id.voidSets the work center order.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
-
BOWorkCenter
public BOWorkCenter()
-
-
Method Details
-
getId
Returns the work center id.- Returns:
- the the work center id
-
getCode
Returns the work center code.- Returns:
- the code
-
getDescription
Returns the work center description.- Returns:
- the description
-
getActive
Checks if the work center is active.- Returns:
- true if the work center is active, false otherwise
-
getOrder
Returns the work center order.- Returns:
- the order
-
setId
Sets the work center id.- Parameters:
id- the work center id
-
setCode
Sets the work center code.- Parameters:
code- the code
-
setDescription
Sets the work center description.- Parameters:
description- the description
-
setActive
Sets the work center to active.- Parameters:
active- true if the work center must be active, false otherwise
-
setOrder
Sets the work center order.- Parameters:
order- the order
-