|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.om.BaseObject
org.openscience.nmrshiftdb.om.BaseDBCondition
org.openscience.nmrshiftdb.om.DBCondition
public class DBCondition
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.openscience.nmrshiftdb.om.BaseDBCondition |
---|
collDBMachines, collDBSamples, collDBSpectrumDBConditions |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
DBCondition()
|
Method Summary | |
---|---|
java.lang.String |
getConditionName()
Gets the conditionName attribute of the DBConditionType object this DBCondition is associated with |
DBConditionType |
getDBConditionType(java.sql.Connection dbconn)
|
void |
save(java.sql.Connection con)
Stores the object in the database. |
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, setModified, setNew, setPrimaryKey, setPrimaryKey |
Constructor Detail |
---|
public DBCondition()
Method Detail |
---|
public java.lang.String getConditionName() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic DBConditionType getDBConditionType(java.sql.Connection dbconn) throws java.lang.Exception
java.lang.Exception
public void save(java.sql.Connection con) throws org.apache.torque.TorqueException
BaseDBCondition
save
in interface org.apache.torque.om.Persistent
save
in class BaseDBCondition
org.apache.torque.TorqueException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |