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