|
|||||||||
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.BaseDBMachine
public abstract class BaseDBMachine
This class was autogenerated by Torque on: [Thu Dec 20 18:53:40 CET 2007] You should not use this class directly. It should not even be extended all references should be to DBMachine
Field Summary | |
---|---|
private DBCondition |
aDBCondition
|
private DBLabGroup |
aDBLabGroup
|
private boolean |
alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction. |
protected java.util.List |
collDBSamples
Collection to store aggregation of collDBSamples |
private java.lang.String |
defaultMachine
The value for the defaultMachine field |
private static java.util.List |
fieldNames
|
private int |
fieldStrength
The value for the fieldStrength field |
private int |
labgroupId
The value for the labgroupId field |
private org.apache.torque.util.Criteria |
lastDBSamplesCriteria
The criteria used to select the current contents of collDBSamples |
private int |
machineId
The value for the machineId field |
private java.lang.String |
measureChanger
The value for the measureChanger field |
private java.lang.String |
measureOperator
The value for the measureOperator field |
private java.lang.String |
measureSelf
The value for the measureSelf field |
private java.lang.String |
name
The value for the name field |
private static DBMachinePeer |
peer
The Peer class |
private java.lang.String |
valid
The value for the valid field |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseDBMachine()
|
Method Summary | |
---|---|
void |
addDBSample(DBSample l)
Method called to associate a DBSample object to this object through the DBSample foreign key attribute |
DBMachine |
copy()
Makes a copy of this object. |
protected DBMachine |
copyInto(DBMachine 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. |
DBCondition |
getDBCondition()
Get the associated DBCondition object |
DBLabGroup |
getDBLabGroup()
Get the associated DBLabGroup object |
java.util.List |
getDBSamples()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSamples(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSamples(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSamples(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 |
getDBSamplesJoinDBCondition(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 |
getDBSamplesJoinDBMachine(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 |
getDBSamplesJoinDBMolecule(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 |
getDBSamplesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getDefaultMachine()
Get the DefaultMachine |
static java.util.List |
getFieldNames()
Generate a list of field names. |
int |
getFieldStrength()
Get the FieldStrength |
int |
getLabgroupId()
Get the LabgroupId |
int |
getMachineId()
Get the MachineId |
java.lang.String |
getMeasureChanger()
Get the MeasureChanger |
java.lang.String |
getMeasureOperator()
Get the MeasureOperator |
java.lang.String |
getMeasureSelf()
Get the MeasureSelf |
java.lang.String |
getName()
Get the Name |
DBMachinePeer |
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 |
getValid()
Get the Valid |
protected void |
initDBSamples()
Temporary storage of collDBSamples 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 |
setDBCondition(DBCondition v)
Declares an association between this object and a DBCondition object |
void |
setDBConditionKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setDBLabGroup(DBLabGroup v)
Declares an association between this object and a DBLabGroup object |
void |
setDBLabGroupKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setDefaultMachine(java.lang.String v)
Set the value of DefaultMachine |
void |
setFieldStrength(int v)
Set the value of FieldStrength |
void |
setLabgroupId(int v)
Set the value of LabgroupId |
void |
setMachineId(int v)
Set the value of MachineId |
void |
setMeasureChanger(java.lang.String v)
Set the value of MeasureChanger |
void |
setMeasureOperator(java.lang.String v)
Set the value of MeasureOperator |
void |
setMeasureSelf(java.lang.String v)
Set the value of MeasureSelf |
void |
setName(java.lang.String v)
Set the value of Name |
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 |
setValid(java.lang.String v)
Set the value of Valid |
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 |
---|
private static final DBMachinePeer peer
private int machineId
private java.lang.String name
private int fieldStrength
private java.lang.String valid
private int labgroupId
private java.lang.String defaultMachine
private java.lang.String measureSelf
private java.lang.String measureOperator
private java.lang.String measureChanger
private DBLabGroup aDBLabGroup
private DBCondition aDBCondition
protected java.util.List collDBSamples
private org.apache.torque.util.Criteria lastDBSamplesCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
Constructor Detail |
---|
public BaseDBMachine()
Method Detail |
---|
public int getMachineId()
public void setMachineId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getName()
public void setName(java.lang.String v)
v
- new valuepublic int getFieldStrength()
public void setFieldStrength(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getValid()
public void setValid(java.lang.String v)
v
- new valuepublic int getLabgroupId()
public void setLabgroupId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getDefaultMachine()
public void setDefaultMachine(java.lang.String v)
v
- new valuepublic java.lang.String getMeasureSelf()
public void setMeasureSelf(java.lang.String v)
v
- new valuepublic java.lang.String getMeasureOperator()
public void setMeasureOperator(java.lang.String v)
v
- new valuepublic java.lang.String getMeasureChanger()
public void setMeasureChanger(java.lang.String v)
v
- new valuepublic void setDBLabGroup(DBLabGroup v) throws org.apache.torque.TorqueException
v
- DBLabGroup
org.apache.torque.TorqueException
public DBLabGroup getDBLabGroup() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setDBLabGroupKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
public void setDBCondition(DBCondition v) throws org.apache.torque.TorqueException
v
- DBCondition
org.apache.torque.TorqueException
public DBCondition getDBCondition() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setDBConditionKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
protected void initDBSamples()
public void addDBSample(DBSample l) throws org.apache.torque.TorqueException
l
- DBSample
org.apache.torque.TorqueException
public java.util.List getDBSamples() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSamples(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSamples(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSamples(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinDBCondition(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinDBMachine(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSamplesJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
getByName
in class org.apache.torque.om.BaseObject
name
- field name
public java.lang.Object getByPeerName(java.lang.String name)
getByPeerName
in class org.apache.torque.om.BaseObject
name
- peer name
public java.lang.Object getByPosition(int pos)
getByPosition
in class org.apache.torque.om.BaseObject
pos
- position in xml schema
public void save() throws java.lang.Exception
save
in interface org.apache.torque.om.Persistent
save
in class org.apache.torque.om.BaseObject
java.lang.Exception
public void save(java.lang.String dbName) throws org.apache.torque.TorqueException
save
in interface org.apache.torque.om.Persistent
save
in class org.apache.torque.om.BaseObject
dbName
-
org.apache.torque.TorqueException
public void save(java.sql.Connection con) throws org.apache.torque.TorqueException
save
in interface org.apache.torque.om.Persistent
save
in class org.apache.torque.om.BaseObject
con
-
org.apache.torque.TorqueException
public void setPrimaryKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
setPrimaryKey
in interface org.apache.torque.om.Persistent
setPrimaryKey
in class org.apache.torque.om.BaseObject
machineId
- ObjectKey
org.apache.torque.TorqueException
public void setPrimaryKey(java.lang.String key) throws org.apache.torque.TorqueException
setPrimaryKey
in interface org.apache.torque.om.Persistent
setPrimaryKey
in class org.apache.torque.om.BaseObject
key
-
org.apache.torque.TorqueException
public org.apache.torque.om.ObjectKey getPrimaryKey()
getPrimaryKey
in interface org.apache.torque.om.Persistent
getPrimaryKey
in class org.apache.torque.om.BaseObject
public DBMachine copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected DBMachine copyInto(DBMachine copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public DBMachinePeer getPeer()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |