net.sf.basedb.plugins
Class Base1PluginExecuter.ReporterProxy
java.lang.Object
net.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.ReporterData
net.sf.basedb.plugins.Base1PluginExecuter.ReporterProxy
- All Implemented Interfaces:
- BatchableData, ExtendableData, IdentifiableData, NameableData, RegisteredData
- Enclosing class:
- Base1PluginExecuter
private static class Base1PluginExecuter.ReporterProxy
- extends ReporterData
Field Summary |
private int |
id
|
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, getEntryDate, getExtended, getExternalId, getLastSource, getLastUpdate, getName, getSymbol, setDescription, setExtended, setExternalId, setName, setSymbol |
id
private int id
Base1PluginExecuter.ReporterProxy
Base1PluginExecuter.ReporterProxy()
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