|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.social.alfresco.api.entities.Rating
public class Rating
| Nested Class Summary | |
|---|---|
static class |
Rating.Aggregate
An object with properties specific to the rating scheme. |
| Field Summary | |
|---|---|
static String |
LIKES
Rating Type: Likes |
static String |
STARS
Rating Type: Five Stars |
| Constructor Summary | |
|---|---|
Rating()
|
|
| Method Summary | |
|---|---|
Rating.Aggregate |
getAggregate()
|
String |
getId()
|
Object |
getMyRating()
|
Date |
getRatedAt()
|
void |
setAggregate(Rating.Aggregate aggregate)
Set Aggregate object with properties specific to the rating scheme |
void |
setId(String id)
Set the rating scheme id. |
void |
setMyRating(Object myRating)
Set the value of the rating. |
void |
setRatedAt(Date ratedAt)
Set the date time the current authenticated user rated the item of content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String STARS
public static final String LIKES
| Constructor Detail |
|---|
public Rating()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - public Rating.Aggregate getAggregate()
public void setAggregate(Rating.Aggregate aggregate)
aggregate - public Date getRatedAt()
public void setRatedAt(Date ratedAt)
ratedAt - public void setMyRating(Object myRating)
myRating - public Object getMyRating()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||