Class BORoughPlanningCreationFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.creationfilter.BORoughPlanningCreationFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing rough planning creation filter
- Since:
- 19.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 TypeMethodDescriptionGets the filter values.getId()Gets the id.getOrder()Gets the order.Gets the rough planning.voidsetFilterValues(String filterValues) Sets the filter values.voidSets the id.voidSets the order.voidsetRoughPlanning(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
-
BORoughPlanningCreationFilter
public BORoughPlanningCreationFilter()
-
-
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
-
getOrder
Gets the order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the new order
-