Class AssetDescendantSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.event.AssetDescendantSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the asset's descendants.
- Since:
- 18.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 asset code that was set as filter.Returns the asset description that was set as filter.Returns the collection of the asset external system ids that was set as filter.getId()Returns the asset idReturns the collection of the asset status ids that was set as filter.getType()Returns the collection of the asset type ids that was set as filter.voidsetCode(Collection<String> code) Sets the asset code as filter.voidsetDescription(String description) Sets the asset description as filter.voidsetExternalSystem(Collection<Long> externalSystem) Sets the list of asset external system ids as a filter.voidSets the asset idvoidsetStatus(Collection<Long> status) Sets the list of asset status ids as a filter.voidsetType(Collection<Long> type) Sets the list of asset type ids as a 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
-
AssetDescendantSearchFilter
public AssetDescendantSearchFilter()
-
-
Method Details
-
getId
Returns the asset id- Returns:
- the asset id
-
setId
Sets the asset id- Parameters:
id- the asset id
-
getCode
Returns the asset code that was set as filter.- Returns:
- the code
-
setCode
Sets the asset code as filter.- Parameters:
code- the code
-
getDescription
Returns the asset description that was set as filter.- Returns:
- the description
-
setDescription
Sets the asset description as filter.- Parameters:
description- the description
-
getType
Returns the collection of the asset type ids that was set as filter.- Returns:
- the ids of the type
-
setType
Sets the list of asset type ids as a filter.- Parameters:
type- the ids of the type
-
getStatus
Returns the collection of the asset status ids that was set as filter.- Returns:
- the status id
-
setStatus
Sets the list of asset status ids as a filter.- Parameters:
status- the status ids
-
getExternalSystem
Returns the collection of the asset external system ids that was set as filter.- Returns:
- the external system ids
-
setExternalSystem
Sets the list of asset external system ids as a filter.- Parameters:
externalSystem- the external system id
-