Class AssetCharacteristicValueSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.characteristicvalue.event.AssetCharacteristicValueSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a research filter for the 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 collection of assets ids that were set as filter.Gets the characteristic to use as filter.getId()Returns the collection of id ids that was set as filter.getOrder()Returns the asset characteristic value order that was set as filter.getValue()Returns the asset characteristic value value that was set as filter.voidsetAsset(Collection<Long> asset) Sets the collection of assets ids as filter.voidsetCharacteristic(Collection<Long> characteristic) Sets the characteristic to use as filter.voidsetId(Collection<Long> id) Sets the collection of id ids as filter.voidSets the asset characteristic value order as filter.voidSets the asset characteristic value value as filter.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
-
AssetCharacteristicValueSearchFilter
public AssetCharacteristicValueSearchFilter()
-
-
Method Details
-
getId
Returns the collection of id ids that was set as filter.- Returns:
- a collection of id ids
-
setId
Sets the collection of id ids as filter.- Parameters:
id- the id
-
getAsset
Returns the collection of assets ids that were set as filter.- Returns:
- the collection of assets ids
-
setAsset
Sets the collection of assets ids as filter.- Parameters:
asset- the assets ids
-
getCharacteristic
Gets the characteristic to use as filter.- Returns:
- the related characteristic
-
setCharacteristic
Sets the characteristic to use as filter.- Parameters:
characteristic- the related characteristic
-
getValue
Returns the asset characteristic value value that was set as filter.- Returns:
- the asset characteristic value value
-
setValue
Sets the asset characteristic value value as filter.- Parameters:
value- the asset characteristic value value
-
getOrder
Returns the asset characteristic value order that was set as filter.- Returns:
- the asset characteristic value order
-
setOrder
Sets the asset characteristic value order as filter.- Parameters:
order- the asset characteristic value order
-