org.openscience.nmrshiftdb.om
Class BaseDBConditionType

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

public abstract class BaseDBConditionType
extends org.apache.torque.om.BaseObject

This class was autogenerated by Torque on: [Mon Feb 18 20:28:53 CET 2008] You should not use this class directly. It should not even be extended all references should be to DBConditionType

See Also:
Serialized Form

Field Summary
private  boolean alreadyInSave
          flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.
private  java.lang.String cmlEntryType
          The value for the cmlEntryType field
protected  java.util.List collDBConditions
          Collection to store aggregation of collDBConditions
private  java.lang.String conditionName
          The value for the conditionName field
private  java.lang.String conditionType
          The value for the conditionType field
private  int conditionTypeId
          The value for the conditionTypeId field
private  java.lang.String dataType
          The value for the dataType field
private  java.lang.String dictRef
          The value for the dictRef field
private static java.util.List fieldNames
           
private  org.apache.torque.util.Criteria lastDBConditionsCriteria
          The criteria used to select the current contents of collDBConditions
private static DBConditionTypePeer peer
          The Peer class
private  java.lang.String required
          The value for the required field
private  java.lang.String units
          The value for the units field
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
BaseDBConditionType()
           
 
Method Summary
 void addDBCondition(DBCondition l)
          Method called to associate a DBCondition object to this object through the DBCondition foreign key attribute
 DBConditionType copy()
          Makes a copy of this object.
protected  DBConditionType copyInto(DBConditionType copyObj)
           
 java.lang.Object getByName(java.lang.String name)
          Retrieves a field from the object by name passed in as a String.
 java.lang.Object getByPeerName(java.lang.String name)
          Retrieves a field from the object by name passed in as a String.
 java.lang.Object getByPosition(int pos)
          Retrieves a field from the object by Position as specified in the xml schema.
 java.lang.String getCmlEntryType()
          Get the CmlEntryType
 java.lang.String getConditionName()
          Get the ConditionName
 java.lang.String getConditionType()
          Get the ConditionType
 int getConditionTypeId()
          Get the ConditionTypeId
 java.lang.String getDataType()
          Get the DataType
 java.util.List getDBConditions()
          If this collection has already been initialized, returns the collection.
 java.util.List getDBConditions(java.sql.Connection con)
          If this collection has already been initialized, returns the collection.
 java.util.List getDBConditions(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.util.List getDBConditions(org.apache.torque.util.Criteria criteria, java.sql.Connection con)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getDBConditionsJoinDBConditionType(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
protected  java.util.List getDBConditionsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
          If this collection has already been initialized with an identical criteria, it returns the collection.
 java.lang.String getDictRef()
          Get the DictRef
static java.util.List getFieldNames()
          Generate a list of field names.
 DBConditionTypePeer getPeer()
          returns a peer instance associated with this om.
 org.apache.torque.om.ObjectKey getPrimaryKey()
          returns an id that differentiates this object from others of its class.
 java.lang.String getRequired()
          Get the Required
 java.lang.String getUnits()
          Get the Units
protected  void initDBConditions()
          Temporary storage of collDBConditions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.
 void save()
          Stores the object in the database.
 void save(java.sql.Connection con)
          Stores the object in the database.
 void save(java.lang.String dbName)
          Stores the object in the database.
 void setCmlEntryType(java.lang.String v)
          Set the value of CmlEntryType
 void setConditionName(java.lang.String v)
          Set the value of ConditionName
 void setConditionType(java.lang.String v)
          Set the value of ConditionType
 void setConditionTypeId(int v)
          Set the value of ConditionTypeId
 void setDataType(java.lang.String v)
          Set the value of DataType
 void setDictRef(java.lang.String v)
          Set the value of DictRef
 void setPrimaryKey(org.apache.torque.om.ObjectKey key)
          Set the PrimaryKey using ObjectKey.
 void setPrimaryKey(java.lang.String key)
          Set the PrimaryKey using a String.
 void setRequired(java.lang.String v)
          Set the value of Required
 void setUnits(java.lang.String v)
          Set the value of Units
 java.lang.String 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
 

Field Detail

peer

private static final DBConditionTypePeer peer
The Peer class


conditionTypeId

private int conditionTypeId
The value for the conditionTypeId field


conditionName

private java.lang.String conditionName
The value for the conditionName field


conditionType

private java.lang.String conditionType
The value for the conditionType field


dataType

private java.lang.String dataType
The value for the dataType field


dictRef

private java.lang.String dictRef
The value for the dictRef field


units

private java.lang.String units
The value for the units field


required

private java.lang.String required
The value for the required field


cmlEntryType

private java.lang.String cmlEntryType
The value for the cmlEntryType field


collDBConditions

protected java.util.List collDBConditions
Collection to store aggregation of collDBConditions


lastDBConditionsCriteria

private org.apache.torque.util.Criteria lastDBConditionsCriteria
The criteria used to select the current contents of collDBConditions


fieldNames

private static java.util.List fieldNames

alreadyInSave

private boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Constructor Detail

BaseDBConditionType

public BaseDBConditionType()
Method Detail

getConditionTypeId

public int getConditionTypeId()
Get the ConditionTypeId

Returns:
int

setConditionTypeId

public void setConditionTypeId(int v)
                        throws org.apache.torque.TorqueException
Set the value of ConditionTypeId

Parameters:
v - new value
Throws:
org.apache.torque.TorqueException

getConditionName

public java.lang.String getConditionName()
Get the ConditionName

Returns:
String

setConditionName

public void setConditionName(java.lang.String v)
Set the value of ConditionName

Parameters:
v - new value

getConditionType

public java.lang.String getConditionType()
Get the ConditionType

Returns:
String

setConditionType

public void setConditionType(java.lang.String v)
Set the value of ConditionType

Parameters:
v - new value

getDataType

public java.lang.String getDataType()
Get the DataType

Returns:
String

setDataType

public void setDataType(java.lang.String v)
Set the value of DataType

Parameters:
v - new value

getDictRef

public java.lang.String getDictRef()
Get the DictRef

Returns:
String

setDictRef

public void setDictRef(java.lang.String v)
Set the value of DictRef

Parameters:
v - new value

getUnits

public java.lang.String getUnits()
Get the Units

Returns:
String

setUnits

public void setUnits(java.lang.String v)
Set the value of Units

Parameters:
v - new value

getRequired

public java.lang.String getRequired()
Get the Required

Returns:
String

setRequired

public void setRequired(java.lang.String v)
Set the value of Required

Parameters:
v - new value

getCmlEntryType

public java.lang.String getCmlEntryType()
Get the CmlEntryType

Returns:
String

setCmlEntryType

public void setCmlEntryType(java.lang.String v)
Set the value of CmlEntryType

Parameters:
v - new value

initDBConditions

protected void initDBConditions()
Temporary storage of collDBConditions to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested.


addDBCondition

public void addDBCondition(DBCondition l)
                    throws org.apache.torque.TorqueException
Method called to associate a DBCondition object to this object through the DBCondition foreign key attribute

Parameters:
l - DBCondition
Throws:
org.apache.torque.TorqueException

getDBConditions

public java.util.List getDBConditions()
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getDBConditions(new Criteria())

Throws:
org.apache.torque.TorqueException

getDBConditions

public java.util.List getDBConditions(org.apache.torque.util.Criteria criteria)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this DBConditionType has previously been saved, it will retrieve related DBConditions from storage. If this DBConditionType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.

Throws:
org.apache.torque.TorqueException

getDBConditions

public java.util.List getDBConditions(java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized, returns the collection. Otherwise returns the results of getDBConditions(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getDBConditions

public java.util.List getDBConditions(org.apache.torque.util.Criteria criteria,
                                      java.sql.Connection con)
                               throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this DBConditionType has previously been saved, it will retrieve related DBConditions from storage. If this DBConditionType is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input

Throws:
org.apache.torque.TorqueException

getDBConditionsJoinDBConditionType

protected java.util.List getDBConditionsJoinDBConditionType(org.apache.torque.util.Criteria criteria)
                                                     throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this DBConditionType is new, it will return an empty collection; or if this DBConditionType has previously been saved, it will retrieve related DBConditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in DBConditionType.

Throws:
org.apache.torque.TorqueException

getDBConditionsJoinNmrshiftdbUser

protected java.util.List getDBConditionsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
                                                    throws org.apache.torque.TorqueException
If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this DBConditionType is new, it will return an empty collection; or if this DBConditionType has previously been saved, it will retrieve related DBConditions from storage. This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in DBConditionType.

Throws:
org.apache.torque.TorqueException

getFieldNames

public static java.util.List getFieldNames()
Generate a list of field names.

Returns:
a list of field names

getByName

public java.lang.Object getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String.

Overrides:
getByName in class org.apache.torque.om.BaseObject
Parameters:
name - field name
Returns:
value

getByPeerName

public java.lang.Object getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. The String must be one of the static Strings defined in this Class' Peer.

Overrides:
getByPeerName in class org.apache.torque.om.BaseObject
Parameters:
name - peer name
Returns:
value

getByPosition

public java.lang.Object getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. Zero-based.

Overrides:
getByPosition in class org.apache.torque.om.BaseObject
Parameters:
pos - position in xml schema
Returns:
value

save

public void save()
          throws java.lang.Exception
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed.

Specified by:
save in interface org.apache.torque.om.Persistent
Specified by:
save in class org.apache.torque.om.BaseObject
Throws:
java.lang.Exception

save

public void save(java.lang.String dbName)
          throws org.apache.torque.TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed. Note: this code is here because the method body is auto-generated conditionally and therefore needs to be in this file instead of in the super class, BaseObject.

Specified by:
save in interface org.apache.torque.om.Persistent
Specified by:
save in class org.apache.torque.om.BaseObject
Parameters:
dbName -
Throws:
org.apache.torque.TorqueException

save

public void save(java.sql.Connection con)
          throws org.apache.torque.TorqueException
Stores the object in the database. If the object is new, it inserts it; otherwise an update is performed. This method is meant to be used as part of a transaction, otherwise use the save() method and the connection details will be handled internally

Specified by:
save in interface org.apache.torque.om.Persistent
Specified by:
save in class org.apache.torque.om.BaseObject
Parameters:
con -
Throws:
org.apache.torque.TorqueException

setPrimaryKey

public void setPrimaryKey(org.apache.torque.om.ObjectKey key)
                   throws org.apache.torque.TorqueException
Set the PrimaryKey using ObjectKey.

Specified by:
setPrimaryKey in interface org.apache.torque.om.Persistent
Overrides:
setPrimaryKey in class org.apache.torque.om.BaseObject
Parameters:
conditionTypeId - ObjectKey
Throws:
org.apache.torque.TorqueException

setPrimaryKey

public void setPrimaryKey(java.lang.String key)
                   throws org.apache.torque.TorqueException
Set the PrimaryKey using a String.

Specified by:
setPrimaryKey in interface org.apache.torque.om.Persistent
Overrides:
setPrimaryKey in class org.apache.torque.om.BaseObject
Parameters:
key -
Throws:
org.apache.torque.TorqueException

getPrimaryKey

public org.apache.torque.om.ObjectKey getPrimaryKey()
returns an id that differentiates this object from others of its class.

Specified by:
getPrimaryKey in interface org.apache.torque.om.Persistent
Overrides:
getPrimaryKey in class org.apache.torque.om.BaseObject

copy

public DBConditionType copy()
                     throws org.apache.torque.TorqueException
Makes a copy of this object. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.

Throws:
org.apache.torque.TorqueException

copyInto

protected DBConditionType copyInto(DBConditionType copyObj)
                            throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getPeer

public DBConditionTypePeer getPeer()
returns a peer instance associated with this om. Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object