Class BundleSkillDivisionSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.skilldivision.event.BundleSkillDivisionSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the
BundleSkillDivisionSearchEvent. - 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.getId()Returns the bundle skill division id that was set as filter.Returns the skill division id.voidsetBundle(Collection<Long> bundle) Sets theBOBundleHeaderid.voidsetId(Collection<Long> id) Sets th bundle skill division id as filter.voidsetSkillDivision(Collection<Long> skillDivision) Sets the skill division id.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
-
BundleSkillDivisionSearchFilter
public BundleSkillDivisionSearchFilter()
-
-
Method Details
-
getId
Returns the bundle skill division id that was set as filter.- Returns:
- the id
-
setId
Sets th bundle skill division id as filter.- Parameters:
id- the id
-
getBundle
Returns theBOBundleHeaderid.- Returns:
- the bundle id
- See Also:
-
setBundle
Sets theBOBundleHeaderid.- Parameters:
bundle- the bundle id- See Also:
-
getSkillDivision
Returns the skill division id.- Returns:
- the skill division id
-
setSkillDivision
Sets the skill division id.- Parameters:
skillDivision- the skill division id
-