|
|||||||||
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.BaseDBSample
public abstract class BaseDBSample
This class was autogenerated by Torque on: [Thu Dec 07 14:43:53 CET 2006] You should not use this class directly. It should not even be extended all references should be to DBSample
Field Summary | |
---|---|
private DBCondition |
aDBCondition
|
private DBMachine |
aDBMachine
|
private DBMolecule |
aDBMolecule
|
private boolean |
alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction. |
private NmrshiftdbUser |
aNmrshiftdbUser
|
private byte[] |
attachment
The value for the attachment field |
private java.lang.String |
attachmentName
The value for the attachmentName field |
protected java.util.List |
collDBRawFiles
Collection to store aggregation of collDBRawFiles |
private java.util.Date |
date
The value for the date field |
private static java.util.List |
fieldNames
|
private java.lang.String |
finished
The value for the finished field |
private org.apache.torque.util.Criteria |
lastDBRawFilesCriteria
The criteria used to select the current contents of collDBRawFiles |
private int |
machine
The value for the machine field |
private java.lang.String |
otherNuclei
The value for the otherNuclei field |
private java.lang.String |
otherWishedSpectrum
The value for the otherWishedSpectrum field |
private static DBSamplePeer |
peer
The Peer class |
private int |
probableStructure
The value for the probableStructure field |
private java.lang.String |
process
The value for the process field |
private int |
sampleId
The value for the sampleId field |
private int |
solvent
The value for the solvent field |
private java.lang.String |
specialCare
The value for the specialCare field |
private int |
userId
The value for the userId field |
private java.lang.String |
usersId
The value for the usersId field |
private java.lang.String |
usersIdComment
The value for the usersIdComment field |
private java.lang.String |
wishedSpectrum
The value for the wishedSpectrum field |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseDBSample()
|
Method Summary | |
---|---|
void |
addDBRawFile(DBRawFile l)
Method called to associate a DBRawFile object to this object through the DBRawFile foreign key attribute |
DBSample |
copy()
Makes a copy of this object. |
protected DBSample |
copyInto(DBSample copyObj)
|
byte[] |
getAttachment()
Get the Attachment |
java.lang.String |
getAttachmentName()
Get the AttachmentName |
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.util.Date |
getDate()
Get the Date |
DBCondition |
getDBCondition()
Get the associated DBCondition object |
DBMachine |
getDBMachine()
Get the associated DBMachine object |
DBMolecule |
getDBMolecule()
Get the associated DBMolecule object |
java.util.List |
getDBRawFiles()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBRawFiles(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBRawFiles(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBRawFiles(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 |
getDBRawFilesJoinDBSample(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
static java.util.List |
getFieldNames()
Generate a list of field names. |
java.lang.String |
getFinished()
Get the Finished |
int |
getMachine()
Get the Machine |
NmrshiftdbUser |
getNmrshiftdbUser()
Get the associated NmrshiftdbUser object |
java.lang.String |
getOtherNuclei()
Get the OtherNuclei |
java.lang.String |
getOtherWishedSpectrum()
Get the OtherWishedSpectrum |
DBSamplePeer |
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 |
getProbableStructure()
Get the ProbableStructure |
java.lang.String |
getProcess()
Get the Process |
int |
getSampleId()
Get the SampleId |
int |
getSolvent()
Get the Solvent |
java.lang.String |
getSpecialCare()
Get the SpecialCare |
int |
getUserId()
Get the UserId |
java.lang.String |
getUsersId()
Get the UsersId |
java.lang.String |
getUsersIdComment()
Get the UsersIdComment |
java.lang.String |
getWishedSpectrum()
Get the WishedSpectrum |
protected void |
initDBRawFiles()
Temporary storage of collDBRawFiles 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 |
setAttachment(byte[] v)
Set the value of Attachment |
void |
setAttachmentName(java.lang.String v)
Set the value of AttachmentName |
void |
setDate(java.util.Date v)
Set the value of Date |
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 |
setDBMachine(DBMachine v)
Declares an association between this object and a DBMachine object |
void |
setDBMachineKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setDBMolecule(DBMolecule v)
Declares an association between this object and a DBMolecule object |
void |
setDBMoleculeKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setFinished(java.lang.String v)
Set the value of Finished |
void |
setMachine(int v)
Set the value of Machine |
void |
setNmrshiftdbUser(NmrshiftdbUser v)
Declares an association between this object and a NmrshiftdbUser object |
void |
setNmrshiftdbUserKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setOtherNuclei(java.lang.String v)
Set the value of OtherNuclei |
void |
setOtherWishedSpectrum(java.lang.String v)
Set the value of OtherWishedSpectrum |
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 |
setProbableStructure(int v)
Set the value of ProbableStructure |
void |
setProcess(java.lang.String v)
Set the value of Process |
void |
setSampleId(int v)
Set the value of SampleId |
void |
setSolvent(int v)
Set the value of Solvent |
void |
setSpecialCare(java.lang.String v)
Set the value of SpecialCare |
void |
setUserId(int v)
Set the value of UserId |
void |
setUsersId(java.lang.String v)
Set the value of UsersId |
void |
setUsersIdComment(java.lang.String v)
Set the value of UsersIdComment |
void |
setWishedSpectrum(java.lang.String v)
Set the value of WishedSpectrum |
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 DBSamplePeer peer
private int sampleId
private java.lang.String usersId
private java.lang.String usersIdComment
private int userId
private int solvent
private int machine
private int probableStructure
private java.util.Date date
private java.lang.String otherNuclei
private java.lang.String specialCare
private java.lang.String wishedSpectrum
private java.lang.String otherWishedSpectrum
private java.lang.String finished
private java.lang.String process
private byte[] attachment
private java.lang.String attachmentName
private NmrshiftdbUser aNmrshiftdbUser
private DBCondition aDBCondition
private DBMachine aDBMachine
private DBMolecule aDBMolecule
protected java.util.List collDBRawFiles
private org.apache.torque.util.Criteria lastDBRawFilesCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
Constructor Detail |
---|
public BaseDBSample()
Method Detail |
---|
public int getSampleId()
public void setSampleId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getUsersId()
public void setUsersId(java.lang.String v)
v
- new valuepublic java.lang.String getUsersIdComment()
public void setUsersIdComment(java.lang.String v)
v
- new valuepublic int getUserId()
public void setUserId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public int getSolvent()
public void setSolvent(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public int getMachine()
public void setMachine(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public int getProbableStructure()
public void setProbableStructure(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.util.Date getDate()
public void setDate(java.util.Date v)
v
- new valuepublic java.lang.String getOtherNuclei()
public void setOtherNuclei(java.lang.String v)
v
- new valuepublic java.lang.String getSpecialCare()
public void setSpecialCare(java.lang.String v)
v
- new valuepublic java.lang.String getWishedSpectrum()
public void setWishedSpectrum(java.lang.String v)
v
- new valuepublic java.lang.String getOtherWishedSpectrum()
public void setOtherWishedSpectrum(java.lang.String v)
v
- new valuepublic java.lang.String getFinished()
public void setFinished(java.lang.String v)
v
- new valuepublic java.lang.String getProcess()
public void setProcess(java.lang.String v)
v
- new valuepublic byte[] getAttachment()
public void setAttachment(byte[] v)
v
- new valuepublic java.lang.String getAttachmentName()
public void setAttachmentName(java.lang.String v)
v
- new valuepublic void setNmrshiftdbUser(NmrshiftdbUser v) throws org.apache.torque.TorqueException
v
- NmrshiftdbUser
org.apache.torque.TorqueException
public NmrshiftdbUser getNmrshiftdbUser() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setNmrshiftdbUserKey(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
public void setDBMachine(DBMachine v) throws org.apache.torque.TorqueException
v
- DBMachine
org.apache.torque.TorqueException
public DBMachine getDBMachine() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setDBMachineKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
public void setDBMolecule(DBMolecule v) throws org.apache.torque.TorqueException
v
- DBMolecule
org.apache.torque.TorqueException
public DBMolecule getDBMolecule() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setDBMoleculeKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
protected void initDBRawFiles()
public void addDBRawFile(DBRawFile l) throws org.apache.torque.TorqueException
l
- DBRawFile
org.apache.torque.TorqueException
public java.util.List getDBRawFiles() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBRawFiles(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBRawFiles(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBRawFiles(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBRawFilesJoinDBSample(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
sampleId
- 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 DBSample copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected DBSample copyInto(DBSample copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public DBSamplePeer 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 |