Package 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
-
-
Field Summary
Fields Modifier and Type Field Description private String
guiTitle
private String
id
private ExportableField
parent
private boolean
reporterField
-
Constructor Summary
Constructors Constructor Description ExtendedExportableField(String id, boolean reporterField, ExportableField parent)
ExtendedExportableField(String id, String guiTitle, boolean reporterField, ExportableField parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportableField
getField()
String
getGuiTitle()
String
getId()
boolean
isReporterField()
-
-
-
Field Detail
-
id
private final String id
-
parent
private final ExportableField parent
-
guiTitle
private final String guiTitle
-
reporterField
private final boolean reporterField
-
-
Constructor Detail
-
ExtendedExportableField
public ExtendedExportableField(String id, boolean reporterField, ExportableField parent)
-
ExtendedExportableField
public ExtendedExportableField(String id, String guiTitle, boolean reporterField, ExportableField parent)
-
-
Method Detail
-
getId
public String getId()
-
getGuiTitle
public String getGuiTitle()
-
isReporterField
public boolean isReporterField()
-
getField
public ExportableField getField()
-
-