net.sf.basedb.plugins
Class BfsExporterPlugin.ExtendedExportableField
java.lang.Object
net.sf.basedb.plugins.BfsExporterPlugin.ExtendedExportableField
- Enclosing class:
- BfsExporterPlugin
public static class BfsExporterPlugin.ExtendedExportableField
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private final String id
parent
private final ExportableField parent
guiTitle
private final String guiTitle
reporterField
private final boolean reporterField
BfsExporterPlugin.ExtendedExportableField
public BfsExporterPlugin.ExtendedExportableField(String id,
boolean reporterField,
ExportableField parent)
BfsExporterPlugin.ExtendedExportableField
public BfsExporterPlugin.ExtendedExportableField(String id,
String guiTitle,
boolean reporterField,
ExportableField parent)
getId
public String getId()
getGuiTitle
public String getGuiTitle()
isReporterField
public boolean isReporterField()
getField
public ExportableField getField()