|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.om.BaseObject
org.openscience.nmrshiftdb.om.BaseDBCoordinateSet2d
org.openscience.nmrshiftdb.om.DBCoordinateSet2d
public class DBCoordinateSet2d
You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.
Field Summary |
---|
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
DBCoordinateSet2d()
Constructor for the DBCoordinateSet2d object |
|
DBCoordinateSet2d(double x,
double y,
int typeId)
Constructor for the DBCoordinateSet2d object |
Method Summary |
---|
Methods inherited from class org.openscience.nmrshiftdb.om.BaseDBCoordinateSet2d |
---|
copy, copyInto, getAtomId, getByName, getByPeerName, getByPosition, getCoordinateSetTypeId, getDBAtom, getDBCoordinateSetType, getFieldNames, getPeer, getPrimaryKey, getXCoordinate, getYCoordinate, save, save, save, setAtomId, setCoordinateSetTypeId, setDBAtom, setDBAtomKey, setDBCoordinateSetType, setDBCoordinateSetTypeKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setXCoordinate, setYCoordinate, toString |
Methods inherited from class org.apache.torque.om.BaseObject |
---|
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.torque.om.Persistent |
---|
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
Constructor Detail |
---|
public DBCoordinateSet2d()
public DBCoordinateSet2d(double x, double y, int typeId) throws java.lang.Exception
x
- x coordinate.y
- y coordinate.typeId
- The id of the coordiante set type.
java.lang.Exception
- Description of Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |