org.apache.aries.samples.blog.api.persistence
Interface Entry


public interface Entry


Method Summary
 Author getAuthor()
          Get the author of this blog post
 String getBlogText()
          Get the text for this blog post
 long getId()
          get the Blog post id
 Date getPublishDate()
          Get the publish date of this blog post
 List<String> getTags()
          Get the tags for this blog post
 String getTitle()
          Get the title of this blog post
 Date getUpdatedDate()
           
 

Method Detail

getAuthor

Author getAuthor()
Get the author of this blog post


getPublishDate

Date getPublishDate()
Get the publish date of this blog post


getTitle

String getTitle()
Get the title of this blog post


getTags

List<String> getTags()
Get the tags for this blog post


getBlogText

String getBlogText()
Get the text for this blog post


getId

long getId()
get the Blog post id


getUpdatedDate

Date getUpdatedDate()
Returns:
The date of the last update to this blog or null if it has never been modified


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.