2.8.1: 2008-09-10

net.sf.basedb.plugins
Class Base1PluginExecuter.ReporterProxy

java.lang.Object
  extended by net.sf.basedb.core.data.BasicData
      extended by net.sf.basedb.core.data.ReporterData
          extended by net.sf.basedb.plugins.Base1PluginExecuter.ReporterProxy
All Implemented Interfaces:
BatchableData, ExtendableData, IdentifiableData, NameableData
Enclosing class:
Base1PluginExecuter

private static class Base1PluginExecuter.ReporterProxy
extends ReporterData


Field Summary
private  int id
           
 
Fields inherited from class net.sf.basedb.core.data.ReporterData
MAX_EXTERNAL_ID_LENGTH, MAX_LAST_SOURCE_LENGTH, MAX_SYMBOL_LENGTH
 
Fields inherited from interface net.sf.basedb.core.data.NameableData
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH
 
Constructor Summary
Base1PluginExecuter.ReporterProxy()
           
 
Method Summary
 int getId()
          Get the id of the item.
 void setTheId(int id)
           
 
Methods inherited from class net.sf.basedb.core.data.ReporterData
getDescription, getExtended, getExternalId, getLastSource, getLastUpdate, getName, getSymbol, setDescription, setExtended, setExternalId, setName, setSymbol
 
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

Base1PluginExecuter.ReporterProxy

Base1PluginExecuter.ReporterProxy()
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.8.1: 2008-09-10