|
|||||||||
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.BaseDBRawFile
public abstract class BaseDBRawFile
This class was autogenerated by Torque on: [Wed Nov 22 10:38:56 CET 2006] You should not use this class directly. It should not even be extended all references should be to DBRawFile
Field Summary | |
---|---|
private DBSample |
aDBSample
|
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 |
assigned
The value for the assigned field |
protected java.util.List |
collDBRawFileDBSpectrums
Collection to store aggregation of collDBRawFileDBSpectrums |
private java.lang.String |
containedFiles
The value for the containedFiles field |
private static java.util.List |
fieldNames
|
private org.apache.torque.util.Criteria |
lastDBRawFileDBSpectrumsCriteria
The criteria used to select the current contents of collDBRawFileDBSpectrums |
private static DBRawFilePeer |
peer
The Peer class |
private int |
rawFileId
The value for the rawFileId field |
private int |
sampleId
The value for the sampleId field |
private java.lang.String |
url
The value for the url field |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseDBRawFile()
|
Method Summary | |
---|---|
void |
addDBRawFileDBSpectrum(DBRawFileDBSpectrum l)
Method called to associate a DBRawFileDBSpectrum object to this object through the DBRawFileDBSpectrum foreign key attribute |
DBRawFile |
copy()
Makes a copy of this object. |
protected DBRawFile |
copyInto(DBRawFile copyObj)
|
java.lang.String |
getAssigned()
Get the Assigned |
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 |
getContainedFiles()
Get the ContainedFiles |
java.util.List |
getDBRawFileDBSpectrums()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBRawFileDBSpectrums(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBRawFileDBSpectrums(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBRawFileDBSpectrums(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 |
getDBRawFileDBSpectrumsJoinDBRawFile(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 |
getDBRawFileDBSpectrumsJoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
DBSample |
getDBSample()
Get the associated DBSample object |
static java.util.List |
getFieldNames()
Generate a list of field names. |
DBRawFilePeer |
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. |
int |
getRawFileId()
Get the RawFileId |
int |
getSampleId()
Get the SampleId |
java.lang.String |
getUrl()
Get the Url |
protected void |
initDBRawFileDBSpectrums()
Temporary storage of collDBRawFileDBSpectrums 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 |
setAssigned(java.lang.String v)
Set the value of Assigned |
void |
setContainedFiles(java.lang.String v)
Set the value of ContainedFiles |
void |
setDBSample(DBSample v)
Declares an association between this object and a DBSample object |
void |
setDBSampleKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
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 |
setRawFileId(int v)
Set the value of RawFileId |
void |
setSampleId(int v)
Set the value of SampleId |
void |
setUrl(java.lang.String v)
Set the value of Url |
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 DBRawFilePeer peer
private int rawFileId
private int sampleId
private java.lang.String url
private java.lang.String containedFiles
private java.lang.String assigned
private DBSample aDBSample
protected java.util.List collDBRawFileDBSpectrums
private org.apache.torque.util.Criteria lastDBRawFileDBSpectrumsCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
Constructor Detail |
---|
public BaseDBRawFile()
Method Detail |
---|
public int getRawFileId()
public void setRawFileId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public int getSampleId()
public void setSampleId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getUrl()
public void setUrl(java.lang.String v)
v
- new valuepublic java.lang.String getContainedFiles()
public void setContainedFiles(java.lang.String v)
v
- new valuepublic java.lang.String getAssigned()
public void setAssigned(java.lang.String v)
v
- new valuepublic void setDBSample(DBSample v) throws org.apache.torque.TorqueException
v
- DBSample
org.apache.torque.TorqueException
public DBSample getDBSample() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setDBSampleKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
protected void initDBRawFileDBSpectrums()
public void addDBRawFileDBSpectrum(DBRawFileDBSpectrum l) throws org.apache.torque.TorqueException
l
- DBRawFileDBSpectrum
org.apache.torque.TorqueException
public java.util.List getDBRawFileDBSpectrums() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBRawFileDBSpectrums(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBRawFileDBSpectrums(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBRawFileDBSpectrums(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBRawFileDBSpectrumsJoinDBRawFile(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBRawFileDBSpectrumsJoinDBSpectrum(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
rawFileId
- 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 DBRawFile copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected DBRawFile copyInto(DBRawFile copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public DBRawFilePeer 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 |