Class RoughPlanningCreationFilterCreationInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.creationfilter.event.RoughPlanningCreationFilterCreationInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object representing an input object for the
RoughPlanningCreationFilterCreationEvent in order to create
the BORoughPlanningCreationFilter. - 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 TypeMethodDescriptionReturns the forecast header.Returns the filter to search the work load distribution.voidsetRoughPlanning(Long roughPlanning) Sets the forecast header.voidsetWorkLoadDistributionSearchFilter(WorkLoadDistributionSearchFilter workLoadDistributionSearchFilter) Sets the filter to search the work load distribution.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
-
RoughPlanningCreationFilterCreationInput
public RoughPlanningCreationFilterCreationInput()
-
-
Method Details
-
getRoughPlanning
Returns the forecast header.- Returns:
- roughPlanning the forecast header
-
setRoughPlanning
Sets the forecast header.- Parameters:
roughPlanning- the forecast header
-
getWorkLoadDistributionSearchFilter
Returns the filter to search the work load distribution.- Returns:
- the
WorkLoadDistributionSearchFilter
-
setWorkLoadDistributionSearchFilter
public void setWorkLoadDistributionSearchFilter(WorkLoadDistributionSearchFilter workLoadDistributionSearchFilter) Sets the filter to search the work load distribution.- Parameters:
workLoadDistributionSearchFilter- theWorkLoadDistributionSearchFilter
-