Class WorkOrderOperationAccountedMaterialExtractor
java.lang.Object
overit.geocallapp.utilities.core.data.DynOExtractor<WorkOrderOperationAccountedMaterial>
overit.geocallapp.wfm.core.bl.schedule.wooperation.accountedmaterial.WorkOrderOperationAccountedMaterialExtractor
public class WorkOrderOperationAccountedMaterialExtractor
extends DynOExtractor<WorkOrderOperationAccountedMaterial>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocallapp.utilities.core.data.DynOExtractor
initialize
-
Constructor Details
-
WorkOrderOperationAccountedMaterialExtractor
public WorkOrderOperationAccountedMaterialExtractor()
-
-
Method Details
-
extract
Description copied from class:DynOExtractorCreates aMapfrom the provided object of type T.
Implementation-specific logic determines how the object is used to construct the map.- Specified by:
extractin classDynOExtractor<WorkOrderOperationAccountedMaterial>- Parameters:
operationAccountedMaterial- the object to use for map creation- Returns:
- the
Mapobject of type T
-