Class CapacityPlanningScenarioDetailCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<CapacityPlanningScenarioDetail>
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.detail.task.CapacityPlanningScenarioDetailCreator
public class CapacityPlanningScenarioDetailCreator
extends DynOCreator<CapacityPlanningScenarioDetail>
Class that defines the creator for a
CapacityPlanningScenarioDetail.- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.Returns the specific creator for theCapacityPlanningScenarioDetailentity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
CapacityPlanningScenarioDetailCreator
public CapacityPlanningScenarioDetailCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theCapacityPlanningScenarioDetailentity.- Returns:
- the shared resource with log creator
-
make
Description copied from class:DynOCreatorCreates aDynOobject of type T from the provided values map. Implementation-specific logic determines how the values are used to construct the object.- Specified by:
makein classDynOCreator<CapacityPlanningScenarioDetail>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-