|
Clearspace API (1.10.14) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.Rating
public class Rating
| Constructor Summary | |
|---|---|
Rating()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Rating rating)
Test for equality between two rating objects. |
java.lang.String |
getDescription()
Retrieve the description for the rating. |
int |
getScore()
Retrieve the score for the rating. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
|
void |
setScore(int score)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rating()
| Method Detail |
|---|
public int getScore()
public java.lang.String getDescription()
public boolean equals(Rating rating)
rating - the Rating object to test for equality.
public int hashCode()
hashCode in class java.lang.Objectpublic void setDescription(java.lang.String description)
public void setScore(int score)
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||