org.apache.aries.samples.blog.biz
Class BlogAuthorImpl

java.lang.Object
  extended by org.apache.aries.samples.blog.biz.BlogAuthorImpl
All Implemented Interfaces:
BlogAuthor

public class BlogAuthorImpl
extends Object
implements BlogAuthor


Constructor Summary
BlogAuthorImpl(Author a)
           
 
Method Summary
 String getBio()
           
 String getDateOfBirth()
           
 String getEmailAddress()
           
 List<? extends BlogEntry> getEntries()
           
 String getFullName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogAuthorImpl

public BlogAuthorImpl(Author a)
Method Detail

getBio

public String getBio()
Specified by:
getBio in interface BlogAuthor

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface BlogAuthor

getFullName

public String getFullName()
Specified by:
getFullName in interface BlogAuthor

getName

public String getName()
Specified by:
getName in interface BlogAuthor

getDateOfBirth

public String getDateOfBirth()
Specified by:
getDateOfBirth in interface BlogAuthor

getEntries

public List<? extends BlogEntry> getEntries()
Specified by:
getEntries in interface BlogAuthor


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