Class BOFeatureValueDomainItem
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.features.valuedomainitem.BOFeatureValueDomainItem
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a feature value domain item
- 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 TypeMethodDescriptiongetCode()Returns the code of the feature value domain item.Returns the domain of the feature value item.getId()Returns the feature value domain item id.getOrder()Returns the order of the feature value domain item.getValue()Returns the value of the feature domain item.Checks if is the feature value domain item is visible.voidSets the code of the feature value domain item.voidSets the domain of the feature value item.voidSets the feature value domain item id.voidSets the order of the feature value domain item.voidSets the value of the feature domain item.voidsetVisible(Boolean visible) Sets the feature value domain item to visible.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
-
BOFeatureValueDomainItem
public BOFeatureValueDomainItem()
-
-
Method Details
-
getId
Returns the feature value domain item id.- Returns:
- the the feature value domain item id
-
setId
Sets the feature value domain item id.- Parameters:
id- the feature value domain item id
-
getDomain
Returns the domain of the feature value item.- Returns:
- the domain id
- See Also:
-
setDomain
Sets the domain of the feature value item.- Parameters:
domain- the domain- See Also:
-
getValue
Returns the value of the feature domain item.- Returns:
- the value
-
setValue
Sets the value of the feature domain item.- Parameters:
value- the value
-
getCode
Returns the code of the feature value domain item.- Returns:
- the code
-
setCode
Sets the code of the feature value domain item.- Parameters:
code- the code
-
isVisible
Checks if is the feature value domain item is visible.- Returns:
- true if the feature value domain item is visible, false otherwise
-
setVisible
Sets the feature value domain item to visible.- Parameters:
visible- true if the feature value domain item must be visible, false otherwise
-
getOrder
Returns the order of the feature value domain item.- Returns:
- the order
-
setOrder
Sets the order of the feature value domain item.- Parameters:
order- the order
-