Class ExpectedMaterialCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<ExpectedMaterial>
overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.task.ExpectedMaterialCreator
Class that defines the creator for a
ExpectedMaterial.- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.static ExpectedMaterialCreatorReturns the specific creator for theExpectedMaterialentity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
ExpectedMaterialCreator
public ExpectedMaterialCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theExpectedMaterialentity.- Returns:
- the expected material 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<ExpectedMaterial>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-