org.apache.aries.samples.blog.biz
Class BlogAuthorImpl
java.lang.Object
org.apache.aries.samples.blog.biz.BlogAuthorImpl
- All Implemented Interfaces:
- BlogAuthor
public class BlogAuthorImpl
- extends Object
- implements BlogAuthor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogAuthorImpl
public BlogAuthorImpl(Author a)
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.