net.datacrow.console.wizards.itemexport
Class ModuleExportDefinition

java.lang.Object
  extended by net.datacrow.console.wizards.itemexport.ModuleExportDefinition

public class ModuleExportDefinition
extends java.lang.Object


Constructor Summary
ModuleExportDefinition(java.io.File file, ItemExporter exporter)
           
 
Method Summary
 ItemExporter getExporter()
           
 java.io.File getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleExportDefinition

public ModuleExportDefinition(java.io.File file,
                              ItemExporter exporter)
Method Detail

getFile

public java.io.File getFile()

getExporter

public ItemExporter getExporter()