Class MobileAttachmentCreator
java.lang.Object
overit.geocallapp.utilities.core.data.DynOCreator<MobileAttachment>
overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.MobileAttachmentCreator
Class that defines the creator for a
MobileAttachment.- Since:
- 20.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aDynOobject of type T from the provided values map.static MobileAttachmentCreatorReturns the specific creator for theMobileAttachmententity.Methods inherited from class overit.geocallapp.utilities.core.data.DynOCreator
getClassResolver, initialize, setClassResolver
-
Constructor Details
-
MobileAttachmentCreator
public MobileAttachmentCreator()
-
-
Method Details
-
makeCreator
Returns the specific creator for theMobileAttachmententity.- Returns:
- the mobile media file
-
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<MobileAttachment>- Parameters:
values- the map of values to use for object creation- Returns:
- the
DynOobject of type T
-