|
|||||||||
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.BaseDBSignal
org.openscience.nmrshiftdb.om.DBSignal
public class DBSignal
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 | |
---|---|
private java.util.List |
atoms
|
(package private) static java.text.DecimalFormat |
format
|
private DBShift[] |
shiftArray
This is used temporarily in the similarity calculation |
Fields inherited from class org.openscience.nmrshiftdb.om.BaseDBSignal |
---|
collDBShifts, collDBSignalDBAtoms |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
DBSignal()
|
Method Summary | |
---|---|
java.util.List |
getAtoms()
Gets the atoms of the DBSignal object |
java.util.List |
getAtoms(java.sql.Connection dbconn)
Gets the atoms of the DBSignal object |
DBShift[] |
getDBShiftsArray()
Gets the dBShiftsArray attribute of the DBSignal object |
DBShift |
getFirstShift()
Gets the Shift of the first dimension of the DBSignal object |
java.lang.String |
getIntensityFormatted()
Gets the intensity attribute of the DBSignal object formatted like x.xx. |
boolean |
hasMultiplicity()
Tells if a signal has a multiplictiy (i. |
void |
setDBShiftsArray(DBShift[] dbshifts)
Sets the dBShiftsArray attribute of the DBSignal object |
Methods inherited from class org.openscience.nmrshiftdb.om.BaseDBSignal |
---|
addDBShift, addDBSignalDBAtom, copy, copyInto, getByName, getByPeerName, getByPosition, getDBShifts, getDBShifts, getDBShifts, getDBShifts, getDBShiftsJoinDBSignal, getDBSignalDBAtoms, getDBSignalDBAtoms, getDBSignalDBAtoms, getDBSignalDBAtoms, getDBSignalDBAtomsJoinDBAtom, getDBSignalDBAtomsJoinDBSignal, getDBSpectrum, getFieldNames, getIntensity, getMultiplicity, getPeer, getPrimaryKey, getSignalId, getSpectrumId, initDBShifts, initDBSignalDBAtoms, save, save, save, setDBSpectrum, setDBSpectrumKey, setIntensity, setMultiplicity, setPrimaryKey, setPrimaryKey, setSignalId, setSpectrumId, 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 |
Field Detail |
---|
static java.text.DecimalFormat format
private DBShift[] shiftArray
private java.util.List atoms
Constructor Detail |
---|
public DBSignal()
Method Detail |
---|
public void setDBShiftsArray(DBShift[] dbshifts)
dbshifts
- The new dBShiftsArray valuepublic java.util.List getAtoms() throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic java.util.List getAtoms(java.sql.Connection dbconn) throws java.lang.Exception
java.lang.Exception
- Something wrong with reading databasepublic DBShift getFirstShift() throws org.apache.torque.TorqueException
java.lang.Exception
- DatabaseProblems
org.apache.torque.TorqueException
public DBShift[] getDBShiftsArray()
public java.lang.String getIntensityFormatted()
public boolean hasMultiplicity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |