Package org.alfresco.rest.api.model
Class NodeRating
java.lang.Object
org.alfresco.rest.api.model.NodeRating
- All Implemented Interfaces:
Comparable<NodeRating>
Represents a node rating.
- Author:
- steveglover
-
Constructor Summary
ConstructorsConstructorDescriptionNodeRating
(String ratingSchemeId, Object myRating, Date ratedAt, DocumentRatingSummary documentRatingSummary) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(NodeRating other) boolean
int
hashCode()
void
setMyRating
(Object myRating) void
toString()
-
Constructor Details
-
NodeRating
public NodeRating() -
NodeRating
public NodeRating(String ratingSchemeId, Object myRating, Date ratedAt, DocumentRatingSummary documentRatingSummary)
-
-
Method Details
-
getScheme
-
setScheme
-
getRatedAt
-
getMyRating
-
setMyRating
-
getAggregate
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<NodeRating>
-
toString
-