|
|||||||||
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.BaseDBConditionType
org.openscience.nmrshiftdb.om.DBConditionType
public class DBConditionType
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 DBCondition |
currentSelectedCondition
For saving temporarily the value selected in the drop-down box by the user |
private java.lang.String |
currentValue
For saving temporarily the value entered by the user |
Fields inherited from class org.openscience.nmrshiftdb.om.BaseDBConditionType |
---|
collDBConditions |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
DBConditionType()
|
Method Summary | |
---|---|
DBCondition |
getCurrentSelectedCondition()
Gets the currentSelectedCondition attribute of the DBConditionType object |
java.lang.String |
getCurrentValue()
Gets the currentValue attribute of the DBConditionType object |
java.util.Vector |
getExistingConditions()
Gets the existing DBConditions for this DBConditionType object ordered by frequency |
void |
setCurrentSelectedCondition(DBCondition cond)
Sets the currentSelectedCondition attribute of the DBConditionType object |
void |
setCurrentValue(java.lang.String value)
Sets the currentValue attribute of the DBConditionType object |
Methods inherited from class org.openscience.nmrshiftdb.om.BaseDBConditionType |
---|
addDBCondition, copy, copyInto, getByName, getByPeerName, getByPosition, getCmlEntryType, getConditionName, getConditionType, getConditionTypeId, getDataType, getDBConditions, getDBConditions, getDBConditions, getDBConditions, getDBConditionsJoinDBConditionType, getDBConditionsJoinNmrshiftdbUser, getDictRef, getFieldNames, getPeer, getPrimaryKey, getRequired, getUnits, initDBConditions, save, save, save, setCmlEntryType, setConditionName, setConditionType, setConditionTypeId, setDataType, setDictRef, setPrimaryKey, setPrimaryKey, setRequired, setUnits, 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 |
---|
private java.lang.String currentValue
private DBCondition currentSelectedCondition
Constructor Detail |
---|
public DBConditionType()
Method Detail |
---|
public void setCurrentValue(java.lang.String value)
value
- The new currentValue valuepublic void setCurrentSelectedCondition(DBCondition cond)
value
- The new currentSelectedCondition valuepublic java.lang.String getCurrentValue()
public DBCondition getCurrentSelectedCondition()
public java.util.Vector getExistingConditions() throws java.lang.Exception
java.lang.Exception
- Problems with reading database
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |