Class BundleSkillSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.skill.event.BundleSkillSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the
BundleSkillSearchEvent. - Since:
- 10.1
- 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 theBOBundleHeaderid that was set as filter.Returns the cardinality that was set as filter.getId()Returns the bundle skill id that was set as filter.getSkill()Returns the skill id that was set as filter.voidsetBundle(Collection<Long> bundle) Sets theBOBundleHeaderid as filter.voidsetCardinality(Long cardinality) Sets the cardinality as filter.voidsetId(Collection<Long> id) Sets th bundle skill id as filter.voidsetSkill(Collection<Long> skill) Sets the skill id 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
-
BundleSkillSearchFilter
public BundleSkillSearchFilter()
-
-
Method Details
-
getId
Returns the bundle skill id that was set as filter.- Returns:
- the id
-
setId
Sets th bundle skill id as filter.- Parameters:
id- the id
-
getBundle
Returns theBOBundleHeaderid that was set as filter.- Returns:
- the bundle id
- See Also:
-
setBundle
Sets theBOBundleHeaderid as filter.- Parameters:
bundle- the bundle id- See Also:
-
getSkill
Returns the skill id that was set as filter.- Returns:
- the skill id
-
setSkill
Sets the skill id as filter.- Parameters:
skill- the skill id
-
getCardinality
Returns the cardinality that was set as filter.- Returns:
- the cardinality
-
setCardinality
Sets the cardinality as filter.- Parameters:
cardinality- the cardinality
-