|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alvermont.bcimport.Post
public class Post
Bean class for one post
Constructor Summary | |
---|---|
Post()
Creates a new instance of Post |
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Getter for property author. |
java.util.List<Comment> |
getComments()
Getter for property comments. |
java.util.Date |
getPublished()
Getter for property published. |
java.lang.String |
getText()
Getter for property text. |
java.lang.String |
getTitle()
Getter for property title. |
void |
setAuthor(java.lang.String author)
Setter for property author. |
void |
setComments(java.util.List<Comment> comments)
Setter for property comments. |
void |
setPublished(java.util.Date published)
Setter for property published. |
void |
setText(java.lang.String text)
Setter for property text. |
void |
setTitle(java.lang.String title)
Setter for property title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Post()
Method Detail |
---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- New value of property title.public java.util.Date getPublished()
public void setPublished(java.util.Date published)
published
- New value of property published.public java.lang.String getText()
public void setText(java.lang.String text)
text
- New value of property text.public java.util.List<Comment> getComments()
public void setComments(java.util.List<Comment> comments)
comments
- New value of property comments.public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author
- New value of property author.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |