it.unimo.dbgroup.momis.om
Class WnSynset

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byit.unimo.dbgroup.momis.om.BaseWnSynset
          extended byit.unimo.dbgroup.momis.om.WnSynset
All Implemented Interfaces:
org.apache.torque.om.Persistent, java.io.Serializable

public class WnSynset
extends BaseWnSynset
implements org.apache.torque.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Sat Aug 10 16:37:02 CEST 2002] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class it.unimo.dbgroup.momis.om.BaseWnSynset
collWnLemmaSynsets, collWnRelationshipsRelatedByWnSourceSynsetId, collWnRelationshipsRelatedByWnTargetSynsetId
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
WnSynset()
           
 
Method Summary
 java.lang.String getLemmasNameAsString()
          Retrieve a comma separated string composed of the names of the lemmas related to this synset
 java.util.Vector getLemmasObject()
          Retrieve a vector of all WnLemma objects related to this synset
 WnSynset updateGloss(java.lang.String gloss)
          Modifies the gloss of this synset
 
Methods inherited from class it.unimo.dbgroup.momis.om.BaseWnSynset
addWnLemmaSynset, addWnRelationshipRelatedByWnSourceSynsetId, addWnRelationshipRelatedByWnTargetSynsetId, copy, copyInto, getByName, getByPeerName, getByPosition, getByteOffset, getFieldNames, getGloss, getPeer, getPrimaryKey, getSyntacticCategory, getWnExtender, getWnExtenderId, getWnLemmaSynsets, getWnLemmaSynsets, getWnLemmaSynsetsJoinWnExtender, getWnLemmaSynsetsJoinWnLemma, getWnRelationshipsRelatedByWnSourceSynsetId, getWnRelationshipsRelatedByWnSourceSynsetId, getWnRelationshipsRelatedByWnSourceSynsetIdJoinWnExtender, getWnRelationshipsRelatedByWnSourceSynsetIdJoinWnRelationshipType, getWnRelationshipsRelatedByWnSourceSynsetIdJoinWnSynsetRelatedByWnTargetSynsetId, getWnRelationshipsRelatedByWnTargetSynsetId, getWnRelationshipsRelatedByWnTargetSynsetId, getWnRelationshipsRelatedByWnTargetSynsetIdJoinWnExtender, getWnRelationshipsRelatedByWnTargetSynsetIdJoinWnRelationshipType, getWnRelationshipsRelatedByWnTargetSynsetIdJoinWnSynsetRelatedByWnSourceSynsetId, getWnSynsetId, getWordCnt, initWnLemmaSynsets, initWnRelationshipsRelatedByWnSourceSynsetId, initWnRelationshipsRelatedByWnTargetSynsetId, save, save, save, setByteOffset, setGloss, setPrimaryKey, setPrimaryKey, setSyntacticCategory, setWnExtender, setWnExtenderId, setWnExtenderId, setWnExtenderKey, setWnSynsetId, setWnSynsetId, setWordCnt
 
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
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

WnSynset

public WnSynset()
Method Detail

getLemmasNameAsString

public java.lang.String getLemmasNameAsString()
                                       throws org.apache.torque.TorqueException
Retrieve a comma separated string composed of the names of the lemmas related to this synset

Throws:
org.apache.torque.TorqueException

getLemmasObject

public java.util.Vector getLemmasObject()
                                 throws org.apache.torque.TorqueException
Retrieve a vector of all WnLemma objects related to this synset

Throws:
org.apache.torque.TorqueException

updateGloss

public WnSynset updateGloss(java.lang.String gloss)
                     throws org.apache.torque.TorqueException
Modifies the gloss of this synset

Throws:
org.apache.torque.TorqueException


Universita' di Modena e Reggio Emilia