net.datacrow.console.wizards.moduleexport
Class ExportDefinition

java.lang.Object
  extended by net.datacrow.console.wizards.moduleexport.ExportDefinition

public class ExportDefinition
extends java.lang.Object


Constructor Summary
ExportDefinition()
           
 
Method Summary
 int getModule()
           
 java.lang.String getPath()
           
 boolean isExportDataMainModule()
           
 boolean isExportDataRelatedModules()
           
 void setExportDataMainModule(boolean exportDataMainModule)
           
 void setExportDataRelatedModules(boolean exportDataRelatedModules)
           
 void setModule(DcModule module)
           
 void setPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportDefinition

public ExportDefinition()
Method Detail

getModule

public int getModule()

setModule

public void setModule(DcModule module)

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

isExportDataMainModule

public boolean isExportDataMainModule()

setExportDataMainModule

public void setExportDataMainModule(boolean exportDataMainModule)

isExportDataRelatedModules

public boolean isExportDataRelatedModules()

setExportDataRelatedModules

public void setExportDataRelatedModules(boolean exportDataRelatedModules)