Package org.alfresco.rest.api.model
Class UserRating
- java.lang.Object
-
- org.alfresco.rest.api.model.UserRating
-
public class UserRating extends java.lang.ObjectRepresents a user rating for a node.- Author:
- steveglover
-
-
Constructor Summary
Constructors Constructor Description UserRating(java.lang.String personId, java.lang.Float userRating)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPersonId()java.lang.FloatgetUserRating()java.lang.StringtoString()
-
-
-
Method Detail
-
getUserRating
public java.lang.Float getUserRating()
-
getPersonId
@UniqueId public java.lang.String getPersonId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-