|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ldodds.foaf.Document | +--com.ldodds.foafamatic.docs.RatedDocument
$Log$
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 |
public RatedDocument()
Method Detail |
public java.lang.String getRating()
getRating
in interface Rateable
public java.lang.String getReview()
getReview
in interface Rateable
public void setRating(java.lang.String rating)
setRating
in interface Rateable
rating
- public void setReview(java.lang.String review)
setReview
in interface Rateable
review
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |