|
|||||||||
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.BaseDBMolecule
public abstract class BaseDBMolecule
This class was autogenerated by Torque on: [Fri Nov 28 18:04:08 GMT 2008] You should not use this class directly. It should not even be extended all references should be to DBMolecule
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 NmrshiftdbUser |
aNmrshiftdbUser
|
private java.lang.String |
casNumber
The value for the casNumber field |
protected java.util.List |
collDBAtoms
Collection to store aggregation of collDBAtoms |
protected java.util.List |
collDBBookmarks
Collection to store aggregation of collDBBookmarks |
protected java.util.List |
collDBCanonicalNames
Collection to store aggregation of collDBCanonicalNames |
protected java.util.List |
collDBChemicalNames
Collection to store aggregation of collDBChemicalNames |
protected java.util.List |
collDBMoleculeDBKeywords
Collection to store aggregation of collDBMoleculeDBKeywords |
protected java.util.List |
collDBMoleculeHyperlinks
Collection to store aggregation of collDBMoleculeHyperlinks |
protected java.util.List |
collDBSamples
Collection to store aggregation of collDBSamples |
protected java.util.List |
collDBSpectrums
Collection to store aggregation of collDBSpectrums |
protected java.util.List |
collDBWishlists
Collection to store aggregation of collDBWishlists |
private byte[] |
comment
The value for the comment field |
private java.util.Date |
date
The value for the date field |
private double |
dbe
The value for the dbe field |
private static java.util.List |
fieldNames
|
private long |
fp0
The value for the fp0 field |
private long |
fp1
The value for the fp1 field |
private long |
fp10
The value for the fp10 field |
private long |
fp11
The value for the fp11 field |
private long |
fp12
The value for the fp12 field |
private long |
fp13
The value for the fp13 field |
private long |
fp14
The value for the fp14 field |
private long |
fp15
The value for the fp15 field |
private long |
fp2
The value for the fp2 field |
private long |
fp3
The value for the fp3 field |
private long |
fp4
The value for the fp4 field |
private long |
fp5
The value for the fp5 field |
private long |
fp6
The value for the fp6 field |
private long |
fp7
The value for the fp7 field |
private long |
fp8
The value for the fp8 field |
private long |
fp9
The value for the fp9 field |
private org.apache.torque.util.Criteria |
lastDBAtomsCriteria
The criteria used to select the current contents of collDBAtoms |
private org.apache.torque.util.Criteria |
lastDBBookmarksCriteria
The criteria used to select the current contents of collDBBookmarks |
private org.apache.torque.util.Criteria |
lastDBCanonicalNamesCriteria
The criteria used to select the current contents of collDBCanonicalNames |
private org.apache.torque.util.Criteria |
lastDBChemicalNamesCriteria
The criteria used to select the current contents of collDBChemicalNames |
private org.apache.torque.util.Criteria |
lastDBMoleculeDBKeywordsCriteria
The criteria used to select the current contents of collDBMoleculeDBKeywords |
private org.apache.torque.util.Criteria |
lastDBMoleculeHyperlinksCriteria
The criteria used to select the current contents of collDBMoleculeHyperlinks |
private org.apache.torque.util.Criteria |
lastDBSamplesCriteria
The criteria used to select the current contents of collDBSamples |
private org.apache.torque.util.Criteria |
lastDBSpectrumsCriteria
The criteria used to select the current contents of collDBSpectrums |
private org.apache.torque.util.Criteria |
lastDBWishlistsCriteria
The criteria used to select the current contents of collDBWishlists |
private double |
molecularWeight
The value for the molecularWeight field |
private int |
moleculeId
The value for the moleculeId field |
private static DBMoleculePeer |
peer
The Peer class |
private int |
sar
The value for the sar field |
private byte[] |
smilesString
The value for the smilesString field |
private byte[] |
smilesStringChiral
The value for the smilesStringChiral field |
private int |
sssr
The value for the sssr field |
private int |
userId
The value for the userId field |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseDBMolecule()
|
Method Summary | |
---|---|
void |
addDBAtom(DBAtom l)
Method called to associate a DBAtom object to this object through the DBAtom foreign key attribute |
void |
addDBBookmark(DBBookmark l)
Method called to associate a DBBookmark object to this object through the DBBookmark foreign key attribute |
void |
addDBCanonicalName(DBCanonicalName l)
Method called to associate a DBCanonicalName object to this object through the DBCanonicalName foreign key attribute |
void |
addDBChemicalName(DBChemicalName l)
Method called to associate a DBChemicalName object to this object through the DBChemicalName foreign key attribute |
void |
addDBMoleculeDBKeyword(DBMoleculeDBKeyword l)
Method called to associate a DBMoleculeDBKeyword object to this object through the DBMoleculeDBKeyword foreign key attribute |
void |
addDBMoleculeHyperlink(DBMoleculeHyperlink l)
Method called to associate a DBMoleculeHyperlink object to this object through the DBMoleculeHyperlink foreign key attribute |
void |
addDBSample(DBSample l)
Method called to associate a DBSample object to this object through the DBSample foreign key attribute |
void |
addDBSpectrum(DBSpectrum l)
Method called to associate a DBSpectrum object to this object through the DBSpectrum foreign key attribute |
void |
addDBWishlist(DBWishlist l)
Method called to associate a DBWishlist object to this object through the DBWishlist foreign key attribute |
DBMolecule |
copy()
Makes a copy of this object. |
protected DBMolecule |
copyInto(DBMolecule 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 |
getCasNumber()
Get the CasNumber |
byte[] |
getComment()
Get the Comment |
java.util.Date |
getDate()
Get the Date |
java.util.List |
getDBAtoms()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBAtoms(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBAtoms(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBAtoms(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 |
getDBAtomsJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBookmarks()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBookmarks(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBookmarks(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBookmarks(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 |
getDBBookmarksJoinDBMolecule(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 |
getDBBookmarksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCanonicalNames()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCanonicalNames(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCanonicalNames(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCanonicalNames(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 |
getDBCanonicalNamesJoinDBCanonicalNameType(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 |
getDBCanonicalNamesJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBChemicalNames()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBChemicalNames(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBChemicalNames(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBChemicalNames(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 |
getDBChemicalNamesJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
double |
getDbe()
Get the Dbe |
java.util.List |
getDBMoleculeDBKeywords()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBMoleculeDBKeywords(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBMoleculeDBKeywords(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBMoleculeDBKeywords(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 |
getDBMoleculeDBKeywordsJoinDBKeyword(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 |
getDBMoleculeDBKeywordsJoinDBMolecule(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBMoleculeHyperlinks()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBMoleculeHyperlinks(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBMoleculeHyperlinks(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBMoleculeHyperlinks(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 |
getDBMoleculeHyperlinksJoinDBMolecule(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()
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.util.List |
getDBSpectrums()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrums(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrums(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrums(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 |
getDBSpectrumsJoinDBMolecule(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 |
getDBSpectrumsJoinDBSpectrumType(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 |
getDBSpectrumsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBWishlists()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBWishlists(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBWishlists(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBWishlists(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 |
getDBWishlistsJoinDBMolecule(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 |
getDBWishlistsJoinDBSpectrumType(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 |
getDBWishlistsJoinNmrshiftdbUser(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. |
long |
getFp0()
Get the Fp0 |
long |
getFp1()
Get the Fp1 |
long |
getFp10()
Get the Fp10 |
long |
getFp11()
Get the Fp11 |
long |
getFp12()
Get the Fp12 |
long |
getFp13()
Get the Fp13 |
long |
getFp14()
Get the Fp14 |
long |
getFp15()
Get the Fp15 |
long |
getFp2()
Get the Fp2 |
long |
getFp3()
Get the Fp3 |
long |
getFp4()
Get the Fp4 |
long |
getFp5()
Get the Fp5 |
long |
getFp6()
Get the Fp6 |
long |
getFp7()
Get the Fp7 |
long |
getFp8()
Get the Fp8 |
long |
getFp9()
Get the Fp9 |
double |
getMolecularWeight()
Get the MolecularWeight |
int |
getMoleculeId()
Get the MoleculeId |
NmrshiftdbUser |
getNmrshiftdbUser()
Get the associated NmrshiftdbUser object |
DBMoleculePeer |
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 |
getSar()
Get the Sar |
byte[] |
getSmilesString()
Get the SmilesString |
byte[] |
getSmilesStringChiral()
Get the SmilesStringChiral |
int |
getSssr()
Get the Sssr |
int |
getUserId()
Get the UserId |
protected void |
initDBAtoms()
Temporary storage of collDBAtoms to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBBookmarks()
Temporary storage of collDBBookmarks to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBCanonicalNames()
Temporary storage of collDBCanonicalNames to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBChemicalNames()
Temporary storage of collDBChemicalNames to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBMoleculeDBKeywords()
Temporary storage of collDBMoleculeDBKeywords to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBMoleculeHyperlinks()
Temporary storage of collDBMoleculeHyperlinks to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
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. |
protected void |
initDBSpectrums()
Temporary storage of collDBSpectrums to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBWishlists()
Temporary storage of collDBWishlists 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 |
setCasNumber(java.lang.String v)
Set the value of CasNumber |
void |
setComment(byte[] v)
Set the value of Comment |
void |
setDate(java.util.Date v)
Set the value of Date |
void |
setDbe(double v)
Set the value of Dbe |
void |
setFp0(long v)
Set the value of Fp0 |
void |
setFp1(long v)
Set the value of Fp1 |
void |
setFp10(long v)
Set the value of Fp10 |
void |
setFp11(long v)
Set the value of Fp11 |
void |
setFp12(long v)
Set the value of Fp12 |
void |
setFp13(long v)
Set the value of Fp13 |
void |
setFp14(long v)
Set the value of Fp14 |
void |
setFp15(long v)
Set the value of Fp15 |
void |
setFp2(long v)
Set the value of Fp2 |
void |
setFp3(long v)
Set the value of Fp3 |
void |
setFp4(long v)
Set the value of Fp4 |
void |
setFp5(long v)
Set the value of Fp5 |
void |
setFp6(long v)
Set the value of Fp6 |
void |
setFp7(long v)
Set the value of Fp7 |
void |
setFp8(long v)
Set the value of Fp8 |
void |
setFp9(long v)
Set the value of Fp9 |
void |
setMolecularWeight(double v)
Set the value of MolecularWeight |
void |
setMoleculeId(int v)
Set the value of MoleculeId |
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 |
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 |
setSar(int v)
Set the value of Sar |
void |
setSmilesString(byte[] v)
Set the value of SmilesString |
void |
setSmilesStringChiral(byte[] v)
Set the value of SmilesStringChiral |
void |
setSssr(int v)
Set the value of Sssr |
void |
setUserId(int v)
Set the value of UserId |
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 DBMoleculePeer peer
private int moleculeId
private java.util.Date date
private java.lang.String casNumber
private double molecularWeight
private byte[] smilesString
private byte[] smilesStringChiral
private int userId
private long fp0
private long fp1
private long fp2
private long fp3
private long fp4
private long fp5
private long fp6
private long fp7
private long fp8
private long fp9
private long fp10
private long fp11
private long fp12
private long fp13
private long fp14
private long fp15
private double dbe
private int sssr
private int sar
private byte[] comment
private NmrshiftdbUser aNmrshiftdbUser
protected java.util.List collDBBookmarks
private org.apache.torque.util.Criteria lastDBBookmarksCriteria
protected java.util.List collDBCanonicalNames
private org.apache.torque.util.Criteria lastDBCanonicalNamesCriteria
protected java.util.List collDBWishlists
private org.apache.torque.util.Criteria lastDBWishlistsCriteria
protected java.util.List collDBSpectrums
private org.apache.torque.util.Criteria lastDBSpectrumsCriteria
protected java.util.List collDBAtoms
private org.apache.torque.util.Criteria lastDBAtomsCriteria
protected java.util.List collDBChemicalNames
private org.apache.torque.util.Criteria lastDBChemicalNamesCriteria
protected java.util.List collDBMoleculeHyperlinks
private org.apache.torque.util.Criteria lastDBMoleculeHyperlinksCriteria
protected java.util.List collDBMoleculeDBKeywords
private org.apache.torque.util.Criteria lastDBMoleculeDBKeywordsCriteria
protected java.util.List collDBSamples
private org.apache.torque.util.Criteria lastDBSamplesCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
Constructor Detail |
---|
public BaseDBMolecule()
Method Detail |
---|
public int getMoleculeId()
public void setMoleculeId(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 getCasNumber()
public void setCasNumber(java.lang.String v)
v
- new valuepublic double getMolecularWeight()
public void setMolecularWeight(double v)
v
- new valuepublic byte[] getSmilesString()
public void setSmilesString(byte[] v)
v
- new valuepublic byte[] getSmilesStringChiral()
public void setSmilesStringChiral(byte[] v)
v
- new valuepublic int getUserId()
public void setUserId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public long getFp0()
public void setFp0(long v)
v
- new valuepublic long getFp1()
public void setFp1(long v)
v
- new valuepublic long getFp2()
public void setFp2(long v)
v
- new valuepublic long getFp3()
public void setFp3(long v)
v
- new valuepublic long getFp4()
public void setFp4(long v)
v
- new valuepublic long getFp5()
public void setFp5(long v)
v
- new valuepublic long getFp6()
public void setFp6(long v)
v
- new valuepublic long getFp7()
public void setFp7(long v)
v
- new valuepublic long getFp8()
public void setFp8(long v)
v
- new valuepublic long getFp9()
public void setFp9(long v)
v
- new valuepublic long getFp10()
public void setFp10(long v)
v
- new valuepublic long getFp11()
public void setFp11(long v)
v
- new valuepublic long getFp12()
public void setFp12(long v)
v
- new valuepublic long getFp13()
public void setFp13(long v)
v
- new valuepublic long getFp14()
public void setFp14(long v)
v
- new valuepublic long getFp15()
public void setFp15(long v)
v
- new valuepublic double getDbe()
public void setDbe(double v)
v
- new valuepublic int getSssr()
public void setSssr(int v)
v
- new valuepublic int getSar()
public void setSar(int v)
v
- new valuepublic byte[] getComment()
public void setComment(byte[] 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
protected void initDBBookmarks()
public void addDBBookmark(DBBookmark l) throws org.apache.torque.TorqueException
l
- DBBookmark
org.apache.torque.TorqueException
public java.util.List getDBBookmarks() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookmarks(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookmarks(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookmarks(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBookmarksJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBookmarksJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBCanonicalNames()
public void addDBCanonicalName(DBCanonicalName l) throws org.apache.torque.TorqueException
l
- DBCanonicalName
org.apache.torque.TorqueException
public java.util.List getDBCanonicalNames() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCanonicalNames(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCanonicalNames(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCanonicalNames(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCanonicalNamesJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCanonicalNamesJoinDBCanonicalNameType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBWishlists()
public void addDBWishlist(DBWishlist l) throws org.apache.torque.TorqueException
l
- DBWishlist
org.apache.torque.TorqueException
public java.util.List getDBWishlists() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBWishlists(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBWishlists(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBWishlists(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBWishlistsJoinDBSpectrumType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBWishlistsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBWishlistsJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBSpectrums()
public void addDBSpectrum(DBSpectrum l) throws org.apache.torque.TorqueException
l
- DBSpectrum
org.apache.torque.TorqueException
public java.util.List getDBSpectrums() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrums(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrums(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrums(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumsJoinNmrshiftdbUser(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumsJoinDBSpectrumType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumsJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBAtoms()
public void addDBAtom(DBAtom l) throws org.apache.torque.TorqueException
l
- DBAtom
org.apache.torque.TorqueException
public java.util.List getDBAtoms() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBAtoms(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBAtoms(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBAtoms(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBAtomsJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBChemicalNames()
public void addDBChemicalName(DBChemicalName l) throws org.apache.torque.TorqueException
l
- DBChemicalName
org.apache.torque.TorqueException
public java.util.List getDBChemicalNames() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBChemicalNames(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBChemicalNames(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBChemicalNames(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBChemicalNamesJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBMoleculeHyperlinks()
public void addDBMoleculeHyperlink(DBMoleculeHyperlink l) throws org.apache.torque.TorqueException
l
- DBMoleculeHyperlink
org.apache.torque.TorqueException
public java.util.List getDBMoleculeHyperlinks() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMoleculeHyperlinks(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMoleculeHyperlinks(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMoleculeHyperlinks(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBMoleculeHyperlinksJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBMoleculeDBKeywords()
public void addDBMoleculeDBKeyword(DBMoleculeDBKeyword l) throws org.apache.torque.TorqueException
l
- DBMoleculeDBKeyword
org.apache.torque.TorqueException
public java.util.List getDBMoleculeDBKeywords() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMoleculeDBKeywords(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMoleculeDBKeywords(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBMoleculeDBKeywords(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBMoleculeDBKeywordsJoinDBMolecule(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBMoleculeDBKeywordsJoinDBKeyword(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
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
moleculeId
- 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 DBMolecule copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected DBMolecule copyInto(DBMolecule copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public DBMoleculePeer 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 |