org.openscience.nmrshiftdb.om
Class DBCoordinateSet3d

java.lang.Object
  extended by org.apache.torque.om.BaseObject
      extended by org.openscience.nmrshiftdb.om.BaseDBCoordinateSet3d
          extended by org.openscience.nmrshiftdb.om.DBCoordinateSet3d
All Implemented Interfaces:
java.io.Serializable, org.apache.torque.om.Persistent

public class DBCoordinateSet3d
extends BaseDBCoordinateSet3d
implements org.apache.torque.om.Persistent

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.

Author:
shk3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
DBCoordinateSet3d()
          Constructor for the DBCoordinateSet3d object.
DBCoordinateSet3d(double x, double y, double z, int typeId)
          Constructor for the DBCoordinateSet3d object.
DBCoordinateSet3d(double x, double y, double z, int typeId, int atom)
          Constructor for the DBCoordinateSet3d object.
 
Method Summary
 
Methods inherited from class org.openscience.nmrshiftdb.om.BaseDBCoordinateSet3d
copy, copyInto, getAtomId, getByName, getByPeerName, getByPosition, getCoordinateSetTypeId, getDBAtom, getDBCoordinateSetType, getFieldNames, getPeer, getPrimaryKey, getXCoordinate, getYCoordinate, getZCoordinate, save, save, save, setAtomId, setCoordinateSetTypeId, setDBAtom, setDBAtomKey, setDBCoordinateSetType, setDBCoordinateSetTypeKey, setPrimaryKey, setPrimaryKey, setPrimaryKey, setXCoordinate, setYCoordinate, setZCoordinate, 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

DBCoordinateSet3d

public DBCoordinateSet3d()
Constructor for the DBCoordinateSet3d object.


DBCoordinateSet3d

public DBCoordinateSet3d(double x,
                         double y,
                         double z,
                         int typeId)
                  throws java.lang.Exception
Constructor for the DBCoordinateSet3d object.

Parameters:
x - x coordinate.
y - y coordinate.
z - z coordinate.
typeId - The coordinate set type id.
Throws:
java.lang.Exception - Description of Exception.

DBCoordinateSet3d

public DBCoordinateSet3d(double x,
                         double y,
                         double z,
                         int typeId,
                         int atom)
                  throws java.lang.Exception
Constructor for the DBCoordinateSet3d object.

Parameters:
x - x coordinate.
y - y coordinate.
z - z coordinate.
typeId - The coordinate set type id.
atom - The atom the coordinates come from.
Throws:
java.lang.Exception - Description of Exception.