|
|||||||||||
| 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.BaseWnReverseIndex
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 WnReverseIndex
| 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 static java.util.List |
fieldNames
|
private static WnReverseIndexPeer |
peer
The Peer class |
private java.lang.String |
term
The value for the term field |
private org.apache.torque.om.NumberKey |
wn_reverse_index_id
The value for the wn_reverse_index_id field |
private java.lang.String |
wn_synset_id_list
The value for the wn_synset_id_list field |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseWnReverseIndex()
|
|
| Method Summary | |
WnReverseIndex |
copy()
Makes a copy of this object. |
protected WnReverseIndex |
copyInto(WnReverseIndex 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. |
WnReverseIndexPeer |
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 |
getTerm()
Get the Term |
org.apache.torque.om.NumberKey |
getWnReverseIndexId()
Get the WnReverseIndexId |
java.lang.String |
getWnSynsetIdList()
Get the WnSynsetIdList |
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 |
setPrimaryKey(org.apache.torque.om.ObjectKey wn_reverse_index_id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setTerm(java.lang.String v)
Set the value of Term |
void |
setWnReverseIndexId(org.apache.torque.om.NumberKey v)
Set the value of WnReverseIndexId |
void |
setWnReverseIndexId(java.lang.String v)
Set the value of WnReverseIndexId as a string. |
void |
setWnSynsetIdList(java.lang.String v)
Set the value of WnSynsetIdList |
| 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 WnReverseIndexPeer peer
private org.apache.torque.om.NumberKey wn_reverse_index_id
private java.lang.String term
private java.lang.String wn_synset_id_list
private static java.util.List fieldNames
private boolean alreadyInSave
| Constructor Detail |
public BaseWnReverseIndex()
| Method Detail |
public org.apache.torque.om.NumberKey getWnReverseIndexId()
public void setWnReverseIndexId(org.apache.torque.om.NumberKey v)
public void setWnReverseIndexId(java.lang.String v)
public java.lang.String getTerm()
public void setTerm(java.lang.String v)
public java.lang.String getWnSynsetIdList()
public void setWnSynsetIdList(java.lang.String v)
public 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_reverse_index_id)
wn_reverse_index_id - ObjectKeypublic void setPrimaryKey(java.lang.String key)
public org.apache.torque.om.ObjectKey getPrimaryKey()
public WnReverseIndex copy()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected WnReverseIndex copyInto(WnReverseIndex copyObj)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic WnReverseIndexPeer getPeer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||