|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.bookfinder.domain.EditorialReview
public final class EditorialReview
Describes a book review with unbound read-write properties: rating, summary and comment.
Constructor Summary | |
---|---|
EditorialReview()
|
Method Summary | |
---|---|
String |
getContent()
Returns the comment. |
String |
getSource()
Returns the summary. |
void |
setContent(String comment)
Sets the comment. |
void |
setSource(String summary)
Sets the summary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorialReview()
Method Detail |
---|
public String getContent()
public String getSource()
public void setContent(String comment)
comment
- The comment to setpublic void setSource(String summary)
summary
- The summary to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |