|
|||||||||||
| 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.BaseWnExtender
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 WnExtender
| Field Summary | |
private boolean |
alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction. |
protected java.util.List |
collWnLemmas
Collection to store aggregation of collWnLemmas |
protected java.util.List |
collWnLemmaSynsets
Collection to store aggregation of collWnLemmaSynsets |
protected java.util.List |
collWnRelationships
Collection to store aggregation of collWnRelationships |
protected java.util.List |
collWnSynsets
Collection to store aggregation of collWnSynsets |
private java.lang.String |
description
The value for the description field |
private static java.util.List |
fieldNames
|
private org.apache.torque.util.Criteria |
lastWnLemmasCriteria
The criteria used to select the current contents of collWnLemmas |
private org.apache.torque.util.Criteria |
lastWnLemmaSynsetsCriteria
The criteria used to select the current contents of collWnLemmaSynsets |
private org.apache.torque.util.Criteria |
lastWnRelationshipsCriteria
The criteria used to select the current contents of collWnRelationships |
private org.apache.torque.util.Criteria |
lastWnSynsetsCriteria
The criteria used to select the current contents of collWnSynsets |
private java.lang.String |
name
The value for the name field |
private static WnExtenderPeer |
peer
The Peer class |
private org.apache.torque.om.NumberKey |
wn_extender_id
The value for the wn_extender_id field |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseWnExtender()
|
|
| Method Summary | |
void |
addWnLemma(WnLemma l)
Method called to associate a WnLemma object to this object through the WnLemma foreign key attribute |
void |
addWnLemmaSynset(WnLemmaSynset l)
Method called to associate a WnLemmaSynset object to this object through the WnLemmaSynset foreign key attribute |
void |
addWnRelationship(WnRelationship l)
Method called to associate a WnRelationship object to this object through the WnRelationship foreign key attribute |
void |
addWnSynset(WnSynset l)
Method called to associate a WnSynset object to this object through the WnSynset foreign key attribute |
WnExtender |
copy()
Makes a copy of this object. |
protected WnExtender |
copyInto(WnExtender 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 |
getDescription()
Get the Description |
static java.util.List |
getFieldNames()
Generate a list of field names. |
java.lang.String |
getName()
Get the Name |
WnExtenderPeer |
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. |
org.apache.torque.om.NumberKey |
getWnExtenderId()
Get the WnExtenderId |
java.util.List |
getWnLemmas()
If this collection has already been initialized, returns the collection. |
java.util.List |
getWnLemmas(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getWnLemmaSynsets()
If this collection has already been initialized, returns the collection. |
java.util.List |
getWnLemmaSynsets(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 |
getWnLemmaSynsetsJoinWnLemma(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 |
getWnLemmaSynsetsJoinWnSynset(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getWnRelationships()
If this collection has already been initialized, returns the collection. |
java.util.List |
getWnRelationships(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 |
getWnRelationshipsJoinWnRelationshipType(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 |
getWnRelationshipsJoinWnSynsetRelatedByWnSourceSynsetId(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 |
getWnRelationshipsJoinWnSynsetRelatedByWnTargetSynsetId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getWnSynsets()
If this collection has already been initialized, returns the collection. |
java.util.List |
getWnSynsets(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected void |
initWnLemmas()
Temporary storage of collWnLemmas to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initWnLemmaSynsets()
Temporary storage of collWnLemmaSynsets to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initWnRelationships()
Temporary storage of collWnRelationships to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initWnSynsets()
Temporary storage of collWnSynsets 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(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 |
setDescription(java.lang.String v)
Set the value of Description |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setPrimaryKey(org.apache.torque.om.ObjectKey wn_extender_id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
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. |
| 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 WnExtenderPeer peer
private org.apache.torque.om.NumberKey wn_extender_id
private java.lang.String name
private java.lang.String description
protected java.util.List collWnSynsets
private org.apache.torque.util.Criteria lastWnSynsetsCriteria
protected java.util.List collWnLemmas
private org.apache.torque.util.Criteria lastWnLemmasCriteria
protected java.util.List collWnLemmaSynsets
private org.apache.torque.util.Criteria lastWnLemmaSynsetsCriteria
protected java.util.List collWnRelationships
private org.apache.torque.util.Criteria lastWnRelationshipsCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
| Constructor Detail |
public BaseWnExtender()
| Method Detail |
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.TorqueExceptionpublic java.lang.String getName()
public void setName(java.lang.String v)
public java.lang.String getDescription()
public void setDescription(java.lang.String v)
protected void initWnSynsets()
public void addWnSynset(WnSynset l)
throws org.apache.torque.TorqueException
l - WnSynset
org.apache.torque.TorqueException
public java.util.List getWnSynsets()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getWnSynsets(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initWnLemmas()
public void addWnLemma(WnLemma l)
throws org.apache.torque.TorqueException
l - WnLemma
org.apache.torque.TorqueException
public java.util.List getWnLemmas()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getWnLemmas(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initWnLemmaSynsets()
public void addWnLemmaSynset(WnLemmaSynset l)
throws org.apache.torque.TorqueException
l - WnLemmaSynset
org.apache.torque.TorqueException
public java.util.List getWnLemmaSynsets()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getWnLemmaSynsets(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getWnLemmaSynsetsJoinWnLemma(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getWnLemmaSynsetsJoinWnSynset(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionprotected void initWnRelationships()
public void addWnRelationship(WnRelationship l)
throws org.apache.torque.TorqueException
l - WnRelationship
org.apache.torque.TorqueException
public java.util.List getWnRelationships()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getWnRelationships(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getWnRelationshipsJoinWnSynsetRelatedByWnSourceSynsetId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getWnRelationshipsJoinWnSynsetRelatedByWnTargetSynsetId(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getWnRelationshipsJoinWnRelationshipType(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
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.TorqueException
public void setPrimaryKey(org.apache.torque.om.ObjectKey wn_extender_id)
throws org.apache.torque.TorqueException
wn_extender_id - ObjectKey
org.apache.torque.TorqueException
public void setPrimaryKey(java.lang.String key)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic org.apache.torque.om.ObjectKey getPrimaryKey()
public WnExtender copy()
throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected WnExtender copyInto(WnExtender copyObj)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic WnExtenderPeer getPeer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||