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

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

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

Methods in org.apache.lucene.gdata.gom that return GOMTitle
 GOMTitle GOMSource.getTitle()
           
 GOMTitle GOMEntry.getTitle()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMTitle
 void GOMSource.setTitle(GOMTitle aTitle)
           
 void GOMEntry.setTitle(GOMTitle aTitle)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMTitle
 class GOMTitleImpl
           
 

Fields in org.apache.lucene.gdata.gom.core declared as GOMTitle
protected  GOMTitle GOMSourceImpl.title
           
 

Methods in org.apache.lucene.gdata.gom.core that return GOMTitle
 GOMTitle GOMSourceImpl.getTitle()
           
 GOMTitle GOMEntryImpl.getTitle()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMTitle
 void GOMSourceImpl.setTitle(GOMTitle aTitle)
           
 void GOMEntryImpl.setTitle(GOMTitle aTitle)
           
 



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