Class RoughPlanningCreationFilterSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.creationfilter.event.RoughPlanningCreationFilterSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Filter object for rough planning creation filter
- Since:
- 19.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 filter values.getId()Gets the id.Gets the rough planning.voidsetFilterValues(String filterValues) Sets the filter values.voidsetId(Collection<Long> id) Sets the id.voidsetRoughPlanning(Collection<Long> roughPlanning) Sets the rough planning.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
-
RoughPlanningCreationFilterSearchFilter
public RoughPlanningCreationFilterSearchFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getRoughPlanning
Gets the rough planning.- Returns:
- the rough planning
-
setRoughPlanning
Sets the rough planning.- Parameters:
roughPlanning- the new rough planning
-
getFilterValues
Gets the filter values.- Returns:
- the filter values
-
setFilterValues
Sets the filter values.- Parameters:
filterValues- the new filter values
-