Class BfsExporterPlugin.ExtendedExportableField

java.lang.Object
net.sf.basedb.plugins.BfsExporterPlugin.ExtendedExportableField
Enclosing class:
BfsExporterPlugin

public static class BfsExporterPlugin.ExtendedExportableField
extends Object
  • Field Details

    • id

      private final String id
    • parent

      private final ExportableField parent
    • guiTitle

      private final String guiTitle
    • reporterField

      private final boolean reporterField
  • Constructor Details

    • ExtendedExportableField

      public ExtendedExportableField​(String id, boolean reporterField, ExportableField parent)
    • ExtendedExportableField

      public ExtendedExportableField​(String id, String guiTitle, boolean reporterField, ExportableField parent)
  • Method Details

    • getId

      public String getId()
    • getGuiTitle

      public String getGuiTitle()
    • isReporterField

      public boolean isReporterField()
    • getField

      public ExportableField getField()