com.jgoodies.bookfinder.domain
Class EditorialReview

java.lang.Object
  extended by com.jgoodies.bookfinder.domain.EditorialReview

public final class EditorialReview
extends Object

Describes a book review with unbound read-write properties: rating, summary and comment.

Version:
$Revision: 1.4 $
Author:
Karsten Lentzsch

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

EditorialReview

public EditorialReview()
Method Detail

getContent

public String getContent()
Returns the comment.

Returns:
String

getSource

public String getSource()
Returns the summary.

Returns:
String

setContent

public void setContent(String comment)
Sets the comment.

Parameters:
comment - The comment to set

setSource

public void setSource(String summary)
Sets the summary.

Parameters:
summary - The summary to set


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.