Uses of Interface
org.apache.lucene.gdata.gom.GOMId

Packages that use GOMId
org.apache.lucene.gdata.gom   
org.apache.lucene.gdata.gom.core   
 

Uses of GOMId in org.apache.lucene.gdata.gom
 

Methods in org.apache.lucene.gdata.gom that return GOMId
 GOMId GOMEntry.getId()
           
 GOMId GOMSource.getId()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMId
 void GOMEntry.setId(GOMId aId)
           
 void GOMSource.setId(GOMId aId)
           
 

Uses of GOMId in org.apache.lucene.gdata.gom.core
 

Fields in org.apache.lucene.gdata.gom.core declared as GOMId
protected  GOMId GOMSourceImpl.id
           
 

Methods in org.apache.lucene.gdata.gom.core that return GOMId
 GOMId GOMEntryImpl.getId()
           
 GOMId GOMSourceImpl.getId()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMId
 void GOMEntryImpl.setId(GOMId aId)
           
 void GOMSourceImpl.setId(GOMId aId)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.