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

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

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

Methods in org.apache.lucene.gdata.gom that return GOMUpdated
 GOMUpdated GOMEntry.getUpdated()
           
 GOMUpdated GOMSource.getUpdated()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMUpdated
 void GOMEntry.setUpdated(GOMUpdated aUpdated)
           
 void GOMSource.setUpdated(GOMUpdated aUpdated)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMUpdated
 class GOMUpdatedImpl
           
 

Fields in org.apache.lucene.gdata.gom.core declared as GOMUpdated
protected  GOMUpdated GOMSourceImpl.updated
           
 

Methods in org.apache.lucene.gdata.gom.core that return GOMUpdated
 GOMUpdated GOMEntryImpl.getUpdated()
           
 GOMUpdated GOMSourceImpl.getUpdated()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMUpdated
 void GOMEntryImpl.setUpdated(GOMUpdated aUpdated)
           
 void GOMSourceImpl.setUpdated(GOMUpdated aUpdated)
           
 



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