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