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 GOMSource.getId()
           
 GOMId GOMEntry.getId()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMId
 void GOMSource.setId(GOMId aId)
           
 void GOMEntry.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 GOMSourceImpl.getId()
           
 GOMId GOMEntryImpl.getId()
           
 

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



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