Class BOTechnicalObjectFeatureValue
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.technicalobject.feature.BOTechnicalObjectFeatureValue
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned,IFeatureValue
Business object representing a technical object's feature value.
- 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 TypeMethodDescriptionReturns the technical object's feature.getId()Returns the id of the technical object's feature value.getOrder()Returns the order of the technical object's feature value.Returns the technical object's header id.getValue()Returns the value of the technical object's feature.voidsetFeature(Long feature) Sets the technical object's feature.voidSets the id of the technical object's feature value.voidSets the order of the technical object's feature value.voidsetTechnicalObject(Long technicalObject) Sets the technical object's header id.voidSets the value of the technical object's feature .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
-
BOTechnicalObjectFeatureValue
public BOTechnicalObjectFeatureValue()
-
-
Method Details
-
getId
Returns the id of the technical object's feature value.- Returns:
- the feature value's id
-
setId
Sets the id of the technical object's feature value.- Parameters:
id- the feature value's id
-
getFeature
Returns the technical object's feature.- Specified by:
getFeaturein interfaceIFeatureValue- Returns:
- the feature
-
setFeature
Sets the technical object's feature.- Specified by:
setFeaturein interfaceIFeatureValue- Parameters:
feature- the feature
-
getValue
Returns the value of the technical object's feature.- Specified by:
getValuein interfaceIFeatureValue- Returns:
- the value
-
setValue
Sets the value of the technical object's feature .- Specified by:
setValuein interfaceIFeatureValue- Parameters:
value- the value
-
getOrder
Returns the order of the technical object's feature value.- Returns:
- the feature value's order
-
setOrder
Sets the order of the technical object's feature value.- Parameters:
order- the feature value's order
-
getTechnicalObject
Returns the technical object's header id.- Returns:
- the technical object's header id
- See Also:
-
setTechnicalObject
Sets the technical object's header id.- Parameters:
technicalObject- the technical object's header id- See Also:
-