|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.database.DbRating
public class DbRating
Nested Class Summary | |
---|---|
class |
DbRating.UpdateAvailableRatingsClusterTask
Coherence cluster task that updates the available ratings across the cluster. |
Constructor Summary | |
---|---|
DbRating(int score,
java.lang.String description)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
equals(Rating rating)
Test for equality between two rating objects. |
int |
getCachedSize()
Returns the approximate size of the Object in bytes. |
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbRating(int score, java.lang.String description)
Method Detail |
---|
public int getScore()
Rating
getScore
in interface Rating
public void setScore(int score)
public java.lang.String getDescription()
Rating
getDescription
in interface Rating
public void setDescription(java.lang.String description)
public boolean equals(Rating rating)
Rating
equals
in interface Rating
rating
- the Rating object to test for equality.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int getCachedSize()
Cacheable
getCachedSize
in interface Cacheable
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |