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