public class Rating extends Object
Constructor and Description |
---|
Rating(RatingScheme scheme,
float score,
String appliedBy,
Date appliedAt) |
Modifier and Type | Method and Description |
---|---|
Date |
getAppliedAt()
Gets the time/date at which the rating was applied.
|
String |
getAppliedBy()
Gets the user name of the user who applied this rating.
|
RatingScheme |
getScheme()
Gets the
RatingScheme under which the rating was applied. |
float |
getScore()
Gets the score applied as part of this rating.
|
public Rating(RatingScheme scheme, float score, String appliedBy, Date appliedAt)
public float getScore()
RatingScheme
.public String getAppliedBy()
public Date getAppliedAt()
public RatingScheme getScheme()
RatingScheme
under which the rating was applied.Copyright © 2005–2017 Alfresco Software. All rights reserved.