|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
it.unimo.dbgroup.momis.om.BaseWnLemmaSynset
This class was autogenerated by Torque on: [Wed Jan 21 15:57:22 CET 2004] You should not use this class directly. It should not even be extended all references should be to WnLemmaSynset
| 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 WnExtender |
aWnExtender
|
private WnLemma |
aWnLemma
|
private WnSynset |
aWnSynset
|
private static java.util.List |
fieldNames
|
private int |
lemma_number
The value for the lemma_number field |
private static WnLemmaSynsetPeer |
peer
The Peer class |
private int |
sense_number
The value for the sense_number field |
private org.apache.torque.om.NumberKey |
wn_extender_id
The value for the wn_extender_id field |
private org.apache.torque.om.NumberKey |
wn_lemma_id
The value for the wn_lemma_id field |
private org.apache.torque.om.NumberKey |
wn_lemma_synset_id
The value for the wn_lemma_synset_id field |
private org.apache.torque.om.NumberKey |
wn_synset_id
The value for the wn_synset_id field |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseWnLemmaSynset()
|
|
| Method Summary | |
WnLemmaSynset |
copy()
Makes a copy of this object. |
protected WnLemmaSynset |
copyInto(WnLemmaSynset 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. |
static java.util.List |
getFieldNames()
Generate a list of field names. |
int |
getLemmaNumber()
Get the LemmaNumber |
WnLemmaSynsetPeer |
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 |
getSenseNumber()
Get the SenseNumber |
WnExtender |
getWnExtender()
|
org.apache.torque.om.NumberKey |
getWnExtenderId()
Get the WnExtenderId |
WnLemma |
getWnLemma()
|
org.apache.torque.om.NumberKey |
getWnLemmaId()
Get the WnLemmaId |
org.apache.torque.om.NumberKey |
getWnLemmaSynsetId()
Get the WnLemmaSynsetId |
WnSynset |
getWnSynset()
|
org.apache.torque.om.NumberKey |
getWnSynsetId()
Get the WnSynsetId |
void |
save()
Stores the object in the database. |
void |
save(org.apache.torque.pool.DBConnection dbCon)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setLemmaNumber(int v)
Set the value of LemmaNumber |
void |
setPrimaryKey(org.apache.torque.om.ObjectKey wn_lemma_synset_id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setSenseNumber(int v)
Set the value of SenseNumber |
void |
setWnExtender(WnExtender v)
Declares an association between this object and a WnExtender object |
void |
setWnExtenderId(org.apache.torque.om.NumberKey v)
Set the value of WnExtenderId |
void |
setWnExtenderId(java.lang.String v)
Set the value of WnExtenderId as a string. |
void |
setWnExtenderKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setWnLemma(WnLemma v)
Declares an association between this object and a WnLemma object |
void |
setWnLemmaId(org.apache.torque.om.NumberKey v)
Set the value of WnLemmaId |
void |
setWnLemmaId(java.lang.String v)
Set the value of WnLemmaId as a string. |
void |
setWnLemmaKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setWnLemmaSynsetId(org.apache.torque.om.NumberKey v)
Set the value of WnLemmaSynsetId |
void |
setWnLemmaSynsetId(java.lang.String v)
Set the value of WnLemmaSynsetId as a string. |
void |
setWnSynset(WnSynset v)
Declares an association between this object and a WnSynset object |
void |
setWnSynsetId(org.apache.torque.om.NumberKey v)
Set the value of WnSynsetId |
void |
setWnSynsetId(java.lang.String v)
Set the value of WnSynsetId as a string. |
void |
setWnSynsetKey(org.apache.torque.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
| Methods inherited from class org.apache.torque.om.BaseObject |
equals, equals, getCategory, getPrimaryKeyAsBigDecimal, getPrimaryKeyAsInt, getPrimaryKeyAsLong, getPrimaryKeyAsString, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final WnLemmaSynsetPeer peer
private org.apache.torque.om.NumberKey wn_lemma_synset_id
private org.apache.torque.om.NumberKey wn_synset_id
private org.apache.torque.om.NumberKey wn_lemma_id
private int lemma_number
private int sense_number
private org.apache.torque.om.NumberKey wn_extender_id
private WnExtender aWnExtender
private WnLemma aWnLemma
private WnSynset aWnSynset
private static java.util.List fieldNames
private boolean alreadyInSave
| Constructor Detail |
public BaseWnLemmaSynset()
| Method Detail |
public org.apache.torque.om.NumberKey getWnLemmaSynsetId()
public void setWnLemmaSynsetId(org.apache.torque.om.NumberKey v)
public void setWnLemmaSynsetId(java.lang.String v)
public org.apache.torque.om.NumberKey getWnSynsetId()
public void setWnSynsetId(org.apache.torque.om.NumberKey v)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnSynsetId(java.lang.String v)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic org.apache.torque.om.NumberKey getWnLemmaId()
public void setWnLemmaId(org.apache.torque.om.NumberKey v)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnLemmaId(java.lang.String v)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic int getLemmaNumber()
public void setLemmaNumber(int v)
public int getSenseNumber()
public void setSenseNumber(int v)
public org.apache.torque.om.NumberKey getWnExtenderId()
public void setWnExtenderId(org.apache.torque.om.NumberKey v)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnExtenderId(java.lang.String v)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnExtender(WnExtender v)
throws org.apache.torque.TorqueException
v - WnExtender
org.apache.torque.TorqueException
public WnExtender getWnExtender()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnExtenderKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
public void setWnLemma(WnLemma v)
throws org.apache.torque.TorqueException
v - WnLemma
org.apache.torque.TorqueException
public WnLemma getWnLemma()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnLemmaKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueException
public void setWnSynset(WnSynset v)
throws org.apache.torque.TorqueException
v - WnSynset
org.apache.torque.TorqueException
public WnSynset getWnSynset()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void setWnSynsetKey(org.apache.torque.om.ObjectKey key)
throws org.apache.torque.TorqueException
bar.setFooKey(foo.getPrimaryKey())
org.apache.torque.TorqueExceptionpublic static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
public java.lang.Object getByPeerName(java.lang.String name)
public java.lang.Object getByPosition(int pos)
public void save()
throws java.lang.Exception
java.lang.Exception
public void save(java.lang.String dbName)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public void save(org.apache.torque.pool.DBConnection dbCon)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic void setPrimaryKey(org.apache.torque.om.ObjectKey wn_lemma_synset_id)
wn_lemma_synset_id - ObjectKeypublic void setPrimaryKey(java.lang.String key)
public org.apache.torque.om.ObjectKey getPrimaryKey()
public WnLemmaSynset copy()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected WnLemmaSynset copyInto(WnLemmaSynset copyObj)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic WnLemmaSynsetPeer getPeer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||