org.apache.aries.samples.blog.biz
Class BlogEntryImpl
java.lang.Object
org.apache.aries.samples.blog.biz.BlogEntryImpl
- All Implemented Interfaces:
- BlogEntry
public class BlogEntryImpl
- extends Object
- implements BlogEntry
Implementation of a BlogPast
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theEntry
public Entry theEntry
BlogEntryImpl
public BlogEntryImpl(Entry blogEntry)
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.