public class Rating extends Object
| Constructor and Description |
|---|
Rating() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getTime() |
RatingType |
getType() |
ProfileMini |
getUser() |
int |
getValue() |
void |
setTime(org.joda.time.DateTime time) |
void |
setType(RatingType type) |
void |
setUser(ProfileMini user) |
void |
setValue(int value) |
public RatingType getType()
public void setType(RatingType type)
public int getValue()
public void setValue(int value)
public ProfileMini getUser()
public void setUser(ProfileMini user)
public org.joda.time.DateTime getTime()
public void setTime(org.joda.time.DateTime time)
Copyright © 2014. All Rights Reserved.