|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.rating.RaterRating
public class RaterRating
Represents the rating data associated to a rater.
The rater is represented by a UserDetail
Method Summary | |
---|---|
UserDetail |
getRater()
Gets the UserDetail instance that represents the rater. |
ContributionRating |
getRating()
Gets the global informations about the rating. |
int |
getValue()
Gets the value of the rating of the rater. |
boolean |
isRatingDone()
Indicates if the rater has done its rating. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ContributionRating getRating()
public UserDetail getRater()
UserDetail
instance that represents the rater.
public int getValue()
public boolean isRatingDone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |