|
|||||||||
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.BaseDBAtom
public abstract class BaseDBAtom
This class was autogenerated by Torque on: [Tue Nov 21 21:48:11 CET 2006] You should not use this class directly. It should not even be extended all references should be to DBAtom
Field Summary | |
---|---|
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 int |
atomicMass
The value for the atomicMass field |
private int |
atomId
The value for the atomId field |
protected java.util.List |
collDBBondDBAtoms
Collection to store aggregation of collDBBondDBAtoms |
protected java.util.List |
collDBCoordinateSet2ds
Collection to store aggregation of collDBCoordinateSet2ds |
protected java.util.List |
collDBCoordinateSet3ds
Collection to store aggregation of collDBCoordinateSet3ds |
protected java.util.List |
collDBCouplingsRelatedByAtomId1
Collection to store aggregation of collDBCouplingsRelatedByAtomId1 |
protected java.util.List |
collDBCouplingsRelatedByAtomId2
Collection to store aggregation of collDBCouplingsRelatedByAtomId2 |
protected java.util.List |
collDBIdentifiers
Collection to store aggregation of collDBIdentifiers |
protected java.util.List |
collDBSignalDBAtoms
Collection to store aggregation of collDBSignalDBAtoms |
private static java.util.List |
fieldNames
|
private int |
formalCharge
The value for the formalCharge field |
private java.lang.String |
hetero
The value for the hetero field |
private java.lang.String |
hoseCode
The value for the hoseCode field |
private java.lang.String |
hoseCodeWithRings
The value for the hoseCodeWithRings field |
private java.lang.String |
isAromatic
The value for the isAromatic field |
private java.lang.String |
isVisible
The value for the isVisible field |
private org.apache.torque.util.Criteria |
lastDBBondDBAtomsCriteria
The criteria used to select the current contents of collDBBondDBAtoms |
private org.apache.torque.util.Criteria |
lastDBCoordinateSet2dsCriteria
The criteria used to select the current contents of collDBCoordinateSet2ds |
private org.apache.torque.util.Criteria |
lastDBCoordinateSet3dsCriteria
The criteria used to select the current contents of collDBCoordinateSet3ds |
private org.apache.torque.util.Criteria |
lastDBCouplingsRelatedByAtomId1Criteria
The criteria used to select the current contents of collDBCouplingsRelatedByAtomId1 |
private org.apache.torque.util.Criteria |
lastDBCouplingsRelatedByAtomId2Criteria
The criteria used to select the current contents of collDBCouplingsRelatedByAtomId2 |
private org.apache.torque.util.Criteria |
lastDBIdentifiersCriteria
The criteria used to select the current contents of collDBIdentifiers |
private org.apache.torque.util.Criteria |
lastDBSignalDBAtomsCriteria
The criteria used to select the current contents of collDBSignalDBAtoms |
private int |
moleculeId
The value for the moleculeId field |
private static DBAtomPeer |
peer
The Peer class |
private java.lang.String |
symbol
The value for the symbol field |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseDBAtom()
|
Method Summary | |
---|---|
void |
addDBBondDBAtom(DBBondDBAtom l)
Method called to associate a DBBondDBAtom object to this object through the DBBondDBAtom foreign key attribute |
void |
addDBCoordinateSet2d(DBCoordinateSet2d l)
Method called to associate a DBCoordinateSet2d object to this object through the DBCoordinateSet2d foreign key attribute |
void |
addDBCoordinateSet3d(DBCoordinateSet3d l)
Method called to associate a DBCoordinateSet3d object to this object through the DBCoordinateSet3d foreign key attribute |
void |
addDBCouplingRelatedByAtomId1(DBCoupling l)
Method called to associate a DBCoupling object to this object through the DBCoupling foreign key attribute |
void |
addDBCouplingRelatedByAtomId2(DBCoupling l)
Method called to associate a DBCoupling object to this object through the DBCoupling foreign key attribute |
void |
addDBIdentifier(DBIdentifier l)
Method called to associate a DBIdentifier object to this object through the DBIdentifier foreign key attribute |
void |
addDBSignalDBAtom(DBSignalDBAtom l)
Method called to associate a DBSignalDBAtom object to this object through the DBSignalDBAtom foreign key attribute |
DBAtom |
copy()
Makes a copy of this object. |
protected DBAtom |
copyInto(DBAtom copyObj)
|
int |
getAtomicMass()
Get the AtomicMass |
int |
getAtomId()
Get the AtomId |
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.List |
getDBBondDBAtoms()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBondDBAtoms(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBondDBAtoms(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBondDBAtoms(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 |
getDBBondDBAtomsJoinDBAtom(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 |
getDBBondDBAtomsJoinDBBond(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCoordinateSet2ds()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCoordinateSet2ds(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCoordinateSet2ds(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCoordinateSet2ds(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 |
getDBCoordinateSet2dsJoinDBAtom(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 |
getDBCoordinateSet2dsJoinDBCoordinateSetType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCoordinateSet3ds()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCoordinateSet3ds(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCoordinateSet3ds(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCoordinateSet3ds(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 |
getDBCoordinateSet3dsJoinDBAtom(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 |
getDBCoordinateSet3dsJoinDBCoordinateSetType(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId1()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId1(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId1(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId1(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 |
getDBCouplingsRelatedByAtomId1JoinDBAtomRelatedByAtomId2(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 |
getDBCouplingsRelatedByAtomId1JoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId2()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId2(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId2(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBCouplingsRelatedByAtomId2(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 |
getDBCouplingsRelatedByAtomId2JoinDBAtomRelatedByAtomId1(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 |
getDBCouplingsRelatedByAtomId2JoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBIdentifiers()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBIdentifiers(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBIdentifiers(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBIdentifiers(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 |
getDBIdentifiersJoinDBAtom(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 |
getDBIdentifiersJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
DBMolecule |
getDBMolecule()
Get the associated DBMolecule object |
java.util.List |
getDBSignalDBAtoms()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSignalDBAtoms(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSignalDBAtoms(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSignalDBAtoms(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 |
getDBSignalDBAtomsJoinDBAtom(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 |
getDBSignalDBAtomsJoinDBSignal(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. |
int |
getFormalCharge()
Get the FormalCharge |
java.lang.String |
getHetero()
Get the Hetero |
java.lang.String |
getHoseCode()
Get the HoseCode |
java.lang.String |
getHoseCodeWithRings()
Get the HoseCodeWithRings |
java.lang.String |
getIsAromatic()
Get the IsAromatic |
java.lang.String |
getIsVisible()
Get the IsVisible |
int |
getMoleculeId()
Get the MoleculeId |
DBAtomPeer |
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 |
getSymbol()
Get the Symbol |
protected void |
initDBBondDBAtoms()
Temporary storage of collDBBondDBAtoms to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBCoordinateSet2ds()
Temporary storage of collDBCoordinateSet2ds to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBCoordinateSet3ds()
Temporary storage of collDBCoordinateSet3ds to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBCouplingsRelatedByAtomId1()
Temporary storage of collDBCouplingsRelatedByAtomId1 to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBCouplingsRelatedByAtomId2()
Temporary storage of collDBCouplingsRelatedByAtomId2 to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBIdentifiers()
Temporary storage of collDBIdentifiers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBSignalDBAtoms()
Temporary storage of collDBSignalDBAtoms 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 |
setAtomicMass(int v)
Set the value of AtomicMass |
void |
setAtomId(int v)
Set the value of AtomId |
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 |
setFormalCharge(int v)
Set the value of FormalCharge |
void |
setHetero(java.lang.String v)
Set the value of Hetero |
void |
setHoseCode(java.lang.String v)
Set the value of HoseCode |
void |
setHoseCodeWithRings(java.lang.String v)
Set the value of HoseCodeWithRings |
void |
setIsAromatic(java.lang.String v)
Set the value of IsAromatic |
void |
setIsVisible(java.lang.String v)
Set the value of IsVisible |
void |
setMoleculeId(int v)
Set the value of MoleculeId |
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 |
setSymbol(java.lang.String v)
Set the value of Symbol |
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 DBAtomPeer peer
private int atomId
private java.lang.String symbol
private int moleculeId
private java.lang.String hoseCode
private java.lang.String hoseCodeWithRings
private int atomicMass
private int formalCharge
private java.lang.String isAromatic
private java.lang.String isVisible
private java.lang.String hetero
private DBMolecule aDBMolecule
protected java.util.List collDBCoordinateSet2ds
private org.apache.torque.util.Criteria lastDBCoordinateSet2dsCriteria
protected java.util.List collDBCoordinateSet3ds
private org.apache.torque.util.Criteria lastDBCoordinateSet3dsCriteria
protected java.util.List collDBCouplingsRelatedByAtomId1
private org.apache.torque.util.Criteria lastDBCouplingsRelatedByAtomId1Criteria
protected java.util.List collDBCouplingsRelatedByAtomId2
private org.apache.torque.util.Criteria lastDBCouplingsRelatedByAtomId2Criteria
protected java.util.List collDBBondDBAtoms
private org.apache.torque.util.Criteria lastDBBondDBAtomsCriteria
protected java.util.List collDBSignalDBAtoms
private org.apache.torque.util.Criteria lastDBSignalDBAtomsCriteria
protected java.util.List collDBIdentifiers
private org.apache.torque.util.Criteria lastDBIdentifiersCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
Constructor Detail |
---|
public BaseDBAtom()
Method Detail |
---|
public int getAtomId()
public void setAtomId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getSymbol()
public void setSymbol(java.lang.String v)
v
- new valuepublic int getMoleculeId()
public void setMoleculeId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getHoseCode()
public void setHoseCode(java.lang.String v)
v
- new valuepublic java.lang.String getHoseCodeWithRings()
public void setHoseCodeWithRings(java.lang.String v)
v
- new valuepublic int getAtomicMass()
public void setAtomicMass(int v)
v
- new valuepublic int getFormalCharge()
public void setFormalCharge(int v)
v
- new valuepublic java.lang.String getIsAromatic()
public void setIsAromatic(java.lang.String v)
v
- new valuepublic java.lang.String getIsVisible()
public void setIsVisible(java.lang.String v)
v
- new valuepublic java.lang.String getHetero()
public void setHetero(java.lang.String v)
v
- new valuepublic 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 initDBCoordinateSet2ds()
public void addDBCoordinateSet2d(DBCoordinateSet2d l) throws org.apache.torque.TorqueException
l
- DBCoordinateSet2d
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet2ds() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet2ds(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet2ds(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet2ds(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCoordinateSet2dsJoinDBAtom(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCoordinateSet2dsJoinDBCoordinateSetType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBCoordinateSet3ds()
public void addDBCoordinateSet3d(DBCoordinateSet3d l) throws org.apache.torque.TorqueException
l
- DBCoordinateSet3d
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet3ds() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet3ds(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet3ds(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCoordinateSet3ds(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCoordinateSet3dsJoinDBAtom(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCoordinateSet3dsJoinDBCoordinateSetType(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBCouplingsRelatedByAtomId1()
public void addDBCouplingRelatedByAtomId1(DBCoupling l) throws org.apache.torque.TorqueException
l
- DBCoupling
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId1() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId1(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId1(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId1(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCouplingsRelatedByAtomId1JoinDBAtomRelatedByAtomId2(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCouplingsRelatedByAtomId1JoinDBSpectrum(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBCouplingsRelatedByAtomId2()
public void addDBCouplingRelatedByAtomId2(DBCoupling l) throws org.apache.torque.TorqueException
l
- DBCoupling
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId2() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId2(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId2(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBCouplingsRelatedByAtomId2(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCouplingsRelatedByAtomId2JoinDBAtomRelatedByAtomId1(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBCouplingsRelatedByAtomId2JoinDBSpectrum(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBBondDBAtoms()
public void addDBBondDBAtom(DBBondDBAtom l) throws org.apache.torque.TorqueException
l
- DBBondDBAtom
org.apache.torque.TorqueException
public java.util.List getDBBondDBAtoms() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBondDBAtoms(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBondDBAtoms(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBondDBAtoms(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBondDBAtomsJoinDBBond(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBondDBAtomsJoinDBAtom(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBSignalDBAtoms()
public void addDBSignalDBAtom(DBSignalDBAtom l) throws org.apache.torque.TorqueException
l
- DBSignalDBAtom
org.apache.torque.TorqueException
public java.util.List getDBSignalDBAtoms() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSignalDBAtoms(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSignalDBAtoms(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSignalDBAtoms(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSignalDBAtomsJoinDBSignal(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSignalDBAtomsJoinDBAtom(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBIdentifiers()
public void addDBIdentifier(DBIdentifier l) throws org.apache.torque.TorqueException
l
- DBIdentifier
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBIdentifiersJoinDBAtom(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBIdentifiersJoinDBLiterature(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
atomId
- 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 DBAtom copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected DBAtom copyInto(DBAtom copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public DBAtomPeer 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 |