public class Rating
extends java.lang.Object
| Constructor and Description |
|---|
Rating(RatingScheme scheme,
float score,
java.lang.String appliedBy,
java.util.Date appliedAt) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getAppliedAt()
Gets the time/date at which the rating was applied.
|
java.lang.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, java.lang.String appliedBy, java.util.Date appliedAt)
public float getScore()
RatingScheme.public java.lang.String getAppliedBy()
public java.util.Date getAppliedAt()
public RatingScheme getScheme()
RatingScheme under which the rating was applied.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.