Package net.sf.basedb.core
Class RawDataBatcher.FeatureProxy
java.lang.Object
net.sf.basedb.core.data.BasicData
net.sf.basedb.core.data.FeatureData
net.sf.basedb.core.RawDataBatcher.FeatureProxy
- All Implemented Interfaces:
BatchableData
,IdentifiableData
,NoAutoUnlinkAnyToAny
- Enclosing class:
- RawDataBatcher
-
Field Summary
Fields inherited from class net.sf.basedb.core.data.FeatureData
MAX_EXTERNAL_ID_LENGTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Get the id of the item.(package private) RawDataBatcher.FeatureProxy
setTheId
(int id) Methods inherited from class net.sf.basedb.core.data.FeatureData
getColumn, getExternalId, getPosition, getReporter, getRow, setColumn, setExternalId, setPosition, setRow
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 Details
-
id
private int id
-
-
Constructor Details
-
FeatureProxy
FeatureProxy()
-
-
Method Details
-
setTheId
-
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 interfaceIdentifiableData
- Overrides:
getId
in classBasicData
- Returns:
- The id of the item or 0
-