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


public interface Author


Method Summary
 String getBio()
          Get the author's biographical information
 String getDisplayName()
          Get the author's displayed name
 Date getDob()
          Get the author's date of birth
 String getEmail()
          Get the author's email address
 List<? extends Entry> getEntries()
          Get the author's blog posts
 String getName()
          Get the author's full name
 

Method Detail

getEmail

String getEmail()
Get the author's email address


getName

String getName()
Get the author's full name


getDisplayName

String getDisplayName()
Get the author's displayed name


getBio

String getBio()
Get the author's biographical information


getDob

Date getDob()
Get the author's date of birth


getEntries

List<? extends Entry> getEntries()
Get the author's blog posts



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