Class BOAssetCharacteristicValue
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.characteristicvalue.BOAssetCharacteristicValue
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a asset characteristic value.
- 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 TypeMethodDescriptiongetAsset()Returns the asset characteristic header id.Returns the asset characteristic.getId()Returns the id of the asset characteristic value.getOrder()Returns the order of the asset characteristic value.getValue()Returns the value of the asset characteristic.voidSets the asset characteristic header id.voidsetCharacteristic(Long characteristic) Sets the asset characteristic.voidSets the id of the asset characteristic value.voidSets the order of the asset characteristic value.voidSets the value of the asset characteristic .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
-
BOAssetCharacteristicValue
public BOAssetCharacteristicValue()
-
-
Method Details
-
getId
Returns the id of the asset characteristic value.- Returns:
- the feature value's id
-
setId
Sets the id of the asset characteristic value.- Parameters:
id- the feature value's id
-
getCharacteristic
Returns the asset characteristic.- Returns:
- the characteristic
-
setCharacteristic
Sets the asset characteristic.- Parameters:
characteristic- the characteristic
-
getValue
Returns the value of the asset characteristic.- Returns:
- the value
-
setValue
Sets the value of the asset characteristic .- Parameters:
value- the value
-
getOrder
Returns the order of the asset characteristic value.- Returns:
- the feature value's order
-
setOrder
Sets the order of the asset characteristic value.- Parameters:
order- the feature value's order
-
getAsset
Returns the asset characteristic header id.- Returns:
- the asset characteristic header id
-
setAsset
Sets the asset characteristic header id.- Parameters:
asset- the asset characteristic header id
-