2.17.2: 2011-06-17

net.sf.basedb.util.importer.spotdata
Class BaseFileImporter.RawDataProxy

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

static class BaseFileImporter.RawDataProxy
extends RawData


Field Summary
private  int id
           
 
Constructor Summary
BaseFileImporter.RawDataProxy()
           
 
Method Summary
 int getId()
          Get the id of the item.
 void setTheId(int id)
           
 
Methods inherited from class net.sf.basedb.core.data.RawData
getAllExtended, getBlock, getColumn, getExtended, getFeature, getMetaGridX, getMetaGridY, getPosition, getReporter, getRow, getX, getY, setBlock, setColumn, setExtended, setMetaGridX, setMetaGridY, setPosition, setReporter, setRow, setX, setY
 
Methods inherited from class net.sf.basedb.core.data.BasicData
equals, getVersion, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.basedb.core.data.IdentifiableData
getVersion
 

Field Detail

id

private int id
Constructor Detail

BaseFileImporter.RawDataProxy

BaseFileImporter.RawDataProxy()
Method Detail

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

2.17.2: 2011-06-17