Class AssetContactSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.contact.event.AssetContactSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a research filter for the contact.
- 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 TypeMethodDescriptionReturns the asset contact address that was set as filter.getAsset()Returns the asset contact asset that was set as filter.getCode()Returns the asset contact code that was set as filter.Returns the asset contact contact that was set as filter.getId()Returns the asset contact id that was set as filter.getType()Returns the asset contact type that was set as filter.voidsetAddress(Collection<Long> address) Sets the asset contact address as filter.voidSets the asset contact asset as filter.voidsetCode(Collection<String> code) Sets the asset contact code as filter.voidsetContact(String contact) Sets the asset contact as filter.voidsetId(Collection<Long> id) Sets the asset contact id as filter.voidsetType(Collection<Long> type) Sets the asset contact type 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
-
AssetContactSearchFilter
public AssetContactSearchFilter()
-
-
Method Details
-
getId
Returns the asset contact id that was set as filter.- Returns:
- the asset contact id
-
setId
Sets the asset contact id as filter.- Parameters:
id- the asset contact id
-
getType
Returns the asset contact type that was set as filter.- Returns:
- the asset contact type
-
setType
Sets the asset contact type as filter.- Parameters:
type- the asset contact type
-
getCode
Returns the asset contact code that was set as filter.- Returns:
- the asset contact code
-
setCode
Sets the asset contact code as filter.- Parameters:
code- the asset contact code
-
getContact
Returns the asset contact contact that was set as filter.- Returns:
- the asset contact contact
-
setContact
Sets the asset contact as filter.- Parameters:
contact- the asset contact
-
getAddress
Returns the asset contact address that was set as filter.- Returns:
- the asset contact address
-
setAddress
Sets the asset contact address as filter.- Parameters:
address- the asset contact address
-
getAsset
Returns the asset contact asset that was set as filter.- Returns:
- the asset contact asset
-
setAsset
Sets the asset contact asset as filter.- Parameters:
asset- the asset contact asset
-