Class MaterialClassSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.bl.materialclass.event.MaterialClassSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the
BOMaterialClass. - 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 TypeMethodDescriptiongetCode()Returns the material class description that was set as filter.getId()Returns the collection of the on call shift id that was set as filter.getOrder()voidvoidsetCode(Collection<String> code) voidsetDescription(LocalizedString description) Sets the material class description as filter.voidsetId(Collection<Long> id) Sets the collection of the on call shift id as filter.voidMethods 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
-
MaterialClassSearchFilter
public MaterialClassSearchFilter()
-
-
Method Details
-
getId
Returns the collection of the on call shift id that was set as filter.- Returns:
- the collection of id
-
setId
Sets the collection of the on call shift id as filter.- Parameters:
id- the collection of id
-
getCode
- Returns:
- the code
-
setCode
- Parameters:
code- the code to set
-
getDescription
Returns the material class description that was set as filter.- Returns:
- the material class description
-
setDescription
Sets the material class description as filter.- Parameters:
description- the material class description
-
getActive
- Returns:
- the active
-
setActive
- Parameters:
active- the active to set
-
getOrder
- Returns:
- the order
-
setOrder
- Parameters:
order- the order to set
-