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