Class WarehouseWoAgendaMaterialCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<WOAgendaMaterial>
overit.geocallapp.wfm.core.bl.schedule.intervention.material.agendamaterial.task.WoAgendaMaterialCreator
overit.geocallapp.wfm.inventory.bl.warehouse.intervention.material.agendamaterial.task.WarehouseWoAgendaMaterialCreator
Class that defines the creator for a
WarehouseWOAgendaMaterial.- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.makeCreator(PoolKit poolKit) Returns the specific creator for theWarehouseWOAgendaMaterialentity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
WarehouseWoAgendaMaterialCreator
public WarehouseWoAgendaMaterialCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theWarehouseWOAgendaMaterialentity.- Parameters:
poolKit- thePoolKit- Returns:
- the work order agenda 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.- Overrides:
makein classWoAgendaMaterialCreator- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-