Package com.podio.rating
Class Rating
- java.lang.Object
-
- com.podio.rating.Rating
-
public class Rating extends Object
-
-
Constructor Summary
Constructors Constructor Description Rating()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetTime()RatingTypegetType()ProfileMinigetUser()intgetValue()voidsetTime(org.joda.time.DateTime time)voidsetType(RatingType type)voidsetUser(ProfileMini user)voidsetValue(int value)
-
-
-
Method Detail
-
getType
public RatingType getType()
-
setType
public void setType(RatingType type)
-
getValue
public int getValue()
-
setValue
public void setValue(int value)
-
getUser
public ProfileMini getUser()
-
setUser
public void setUser(ProfileMini user)
-
getTime
public org.joda.time.DateTime getTime()
-
setTime
public void setTime(org.joda.time.DateTime time)
-
-