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