Class BundleRequirementSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.bundleRequirement.event.BundleRequirementSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Filter object for bundle requirement
- Since:
- 22.0
- See Also:
-
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 TypeMethodDescriptionGets the bundle header.getId()Gets the id.Gets the resource code.Gets the team code.getType()Gets the type.voidsetBundleHeader(Collection<Long> bundleHeader) Sets the bundle header.voidsetId(Collection<Long> id) Sets the id.voidsetResourceCode(String resourceCode) Sets the resource code.voidsetTeamCode(String teamCode) Sets the team code.voidsetType(Collection<Long> type) Sets the type.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
-
BundleRequirementSearchFilter
public BundleRequirementSearchFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getBundleHeader
Gets the bundle header.- Returns:
- the bundle header
-
setBundleHeader
Sets the bundle header.- Parameters:
bundleHeader- the new bundle header
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getTeamCode
Gets the team code.- Returns:
- the team code
-
setTeamCode
Sets the team code.- Parameters:
teamCode- the new team code
-
getResourceCode
Gets the resource code.- Returns:
- the resource code
-
setResourceCode
Sets the resource code.- Parameters:
resourceCode- the new resource code
-