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

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

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

Methods in org.apache.lucene.gdata.gom that return GOMSummary
 GOMSummary GOMEntry.getSummary()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMSummary
 void GOMEntry.setSummary(GOMSummary aSummary)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMSummary
 class GOMSummaryImpl
           
 

Methods in org.apache.lucene.gdata.gom.core that return GOMSummary
 GOMSummary GOMEntryImpl.getSummary()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMSummary
 void GOMEntryImpl.setSummary(GOMSummary aSummary)
           
 



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