Class BOWorkOrderUrgency
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.bl.urgency.BOWorkOrderUrgency
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a work order urgency
- Since:
- 17.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 TypeMethodDescriptionChecks if the work order urgency is active.getCode()Returns the work order urgencycode.getColor()Returns the work order urgency color.Returns the work order urgency description.getId()Returns the work order urgency id.getOrder()Returns the work order urgency order.Checks whether the work order is defined as urgent.voidSets the work order urgency to active.voidSets the work order urgency code.voidSets the work order urgency color.voidsetDescription(LocalizedString description) Sets the work order urgency description.voidSets the work order urgency id.voidSets the work order urgency order.voidsetUrgency(Boolean urgency) Sets the work order to urgent.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
-
BOWorkOrderUrgency
public BOWorkOrderUrgency()
-
-
Method Details
-
getId
Returns the work order urgency id.- Returns:
- the the work order urgency id
-
setId
Sets the work order urgency id.- Parameters:
id- the work order urgency id
-
getCode
Returns the work order urgencycode.- Returns:
- the code
-
setCode
Sets the work order urgency code.- Parameters:
code- the code
-
getDescription
Returns the work order urgency description.- Returns:
- the description
-
setDescription
Sets the work order urgency description.- Parameters:
description- the description
-
getActive
Checks if the work order urgency is active.- Returns:
- true if the work order urgency is active, false otherwise
-
setActive
Sets the work order urgency to active.- Parameters:
active- true if the work order urgency is active, false otherwise
-
getOrder
Returns the work order urgency order.- Returns:
- the order
-
setOrder
Sets the work order urgency order.- Parameters:
order- the order
-
getUrgency
Checks whether the work order is defined as urgent.- Returns:
- true if the work order is urgent, false otherwise
-
setUrgency
Sets the work order to urgent.- Parameters:
urgency- true if the work order must be urgent, false otherwise
-
getColor
Returns the work order urgency color.- Returns:
- the color
-
setColor
Sets the work order urgency color.- Parameters:
color- the color
-