org.apache.abdera.examples.ext
Class Serializer.MyAnnotatedEntry

java.lang.Object
  extended by org.apache.abdera.examples.ext.Serializer.MyAnnotatedEntry
Enclosing class:
Serializer

public static class Serializer.MyAnnotatedEntry
extends Object


Constructor Summary
Serializer.MyAnnotatedEntry()
           
 
Method Summary
 String getBar()
           
 String getBaz()
           
 String getFoo()
           
 Date getLastModified()
           
 String getText()
           
 String getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer.MyAnnotatedEntry

public Serializer.MyAnnotatedEntry()
Method Detail

getFoo

public String getFoo()

getBar

public String getBar()

getBaz

public String getBaz()

getLastModified

public Date getLastModified()

getText

public String getText()

getUri

public String getUri()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.