org.openscience.nmrshiftdb.om
Class DBConditionType

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

public class DBConditionType
extends BaseDBConditionType
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
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

currentValue

private java.lang.String currentValue
For saving temporarily the value entered by the user


currentSelectedCondition

private DBCondition currentSelectedCondition
For saving temporarily the value selected in the drop-down box by the user

Constructor Detail

DBConditionType

public DBConditionType()
Method Detail

setCurrentValue

public void setCurrentValue(java.lang.String value)
Sets the currentValue attribute of the DBConditionType object

Parameters:
value - The new currentValue value

setCurrentSelectedCondition

public void setCurrentSelectedCondition(DBCondition cond)
Sets the currentSelectedCondition attribute of the DBConditionType object

Parameters:
value - The new currentSelectedCondition value

getCurrentValue

public java.lang.String getCurrentValue()
Gets the currentValue attribute of the DBConditionType object

Returns:
The currentValue value

getCurrentSelectedCondition

public DBCondition getCurrentSelectedCondition()
Gets the currentSelectedCondition attribute of the DBConditionType object

Returns:
The currentSelectedCondition value

getExistingConditions

public java.util.Vector getExistingConditions()
                                       throws java.lang.Exception
Gets the existing DBConditions for this DBConditionType object ordered by frequency

Returns:
The existing DBConditions
Throws:
java.lang.Exception - Problems with reading database