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

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

public class BlogEntryImpl
extends Object
implements BlogEntry

Implementation of a BlogPast


Field Summary
 Entry theEntry
           
 
Constructor Summary
BlogEntryImpl(Entry blogEntry)
           
 
Method Summary
 BlogAuthor getAuthor()
           
 String getAuthorEmail()
           
 String getBody()
           
 long getId()
           
 Date getPublishDate()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theEntry

public Entry theEntry
Constructor Detail

BlogEntryImpl

public BlogEntryImpl(Entry blogEntry)
Method Detail

getAuthor

public BlogAuthor getAuthor()
Specified by:
getAuthor in interface BlogEntry

getBody

public String getBody()
Specified by:
getBody in interface BlogEntry

getTitle

public String getTitle()
Specified by:
getTitle in interface BlogEntry

getAuthorEmail

public String getAuthorEmail()
Specified by:
getAuthorEmail in interface BlogEntry

getPublishDate

public Date getPublishDate()
Specified by:
getPublishDate in interface BlogEntry

getId

public long getId()
Specified by:
getId in interface BlogEntry


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