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 GOMEntry.getTitle()
           
 GOMTitle GOMSource.getTitle()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMTitle
 void GOMEntry.setTitle(GOMTitle aTitle)
           
 void GOMSource.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 GOMEntryImpl.getTitle()
           
 GOMTitle GOMSourceImpl.getTitle()
           
 

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



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