Class BaseFileImporter.RawDataProxy

java.lang.Object
net.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.RawData
net.sf.basedb.util.importer.spotdata.BaseFileImporter.RawDataProxy
All Implemented Interfaces:
BatchableData, ExtendableData, IdentifiableData
Enclosing class:
BaseFileImporter

static class BaseFileImporter.RawDataProxy
extends RawData
  • Field Details

    • id

      private int id
  • Constructor Details

    • RawDataProxy

      RawDataProxy()
  • Method Details

    • setTheId

      public void setTheId​(int id)
    • getId

      public int getId()
      Description copied from class: BasicData
      Get the id of the item. The id is automatically generated by the database the first time the item is saved to the database. A new item has the value 0.
      Specified by:
      getId in interface IdentifiableData
      Overrides:
      getId in class BasicData
      Returns:
      The id of the item or 0