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

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

public static class Serializer.MyEntry
extends Object


Constructor Summary
Serializer.MyEntry()
           
 
Method Summary
 String getAuthor()
           
 String getId()
           
 String getLink()
           
 Calendar getPublished()
           
 String getSummary()
           
 String getTitle()
           
 Date getUpdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer.MyEntry

public Serializer.MyEntry()
Method Detail

getId

public String getId()

getTitle

public String getTitle()

getAuthor

public String getAuthor()

getUpdated

public Date getUpdated()

getPublished

public Calendar getPublished()

getSummary

public String getSummary()

getLink

public String getLink()


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