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