com.ldodds.foafamatic.docs
Class RatedDocument

java.lang.Object
  |
  +--com.ldodds.foaf.Document
        |
        +--com.ldodds.foafamatic.docs.RatedDocument
All Implemented Interfaces:
Rateable

public class RatedDocument
extends Document
implements Rateable

 $Log$
 

Author:
ccslrd

Constructor Summary
RatedDocument()
           
 
Method Summary
 java.lang.String getRating()
           
 java.lang.String getReview()
           
 void setRating(java.lang.String rating)
           
 void setReview(java.lang.String review)
           
 
Methods inherited from class com.ldodds.foaf.Document
getFeed, getSubject, getTitle, getUrl, setFeed, setSubject, setTitle, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatedDocument

public RatedDocument()
Method Detail

getRating

public java.lang.String getRating()
Specified by:
getRating in interface Rateable
Returns:

getReview

public java.lang.String getReview()
Specified by:
getReview in interface Rateable
Returns:

setRating

public void setRating(java.lang.String rating)
Specified by:
setRating in interface Rateable
Parameters:
rating -

setReview

public void setReview(java.lang.String review)
Specified by:
setReview in interface Rateable
Parameters:
review -