|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.aries.samples.blog.biz.BlogCommentImpl
public class BlogCommentImpl
| Constructor Summary | |
|---|---|
BlogCommentImpl(Comment c)
|
|
| Method Summary | |
|---|---|
BlogAuthor |
getAuthor()
Get the author of the comment |
String |
getComment()
Get comment |
String |
getCommentCreationDate()
Get the creation date for the comment |
BlogEntry |
getEntry()
Get the parent blog post for the comment |
int |
getId()
Get the Id value of the comment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlogCommentImpl(Comment c)
| Method Detail |
|---|
public String getComment()
getComment in interface BlogCommentpublic BlogAuthor getAuthor()
getAuthor in interface BlogCommentpublic BlogEntry getEntry()
getEntry in interface BlogCommentpublic int getId()
getId in interface BlogCommentpublic String getCommentCreationDate()
getCommentCreationDate in interface BlogComment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||