public class StatusFull extends Status
| Constructor and Description |
|---|
StatusFull() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
getComments() |
List<File> |
getFiles() |
RatingValuesMap |
getRatings() |
Integer |
getUserRating(RatingType type) |
Map<RatingType,Integer> |
getUserRatings() |
boolean |
isSubscribed() |
void |
setComments(List<Comment> comments) |
void |
setFiles(List<File> files) |
void |
setRatings(RatingValuesMap ratings) |
void |
setSubscribed(boolean subscribed) |
void |
setUserRatings(Map<RatingType,Integer> userRatings) |
getStatusId, getValue, setStatusId, setValuegetCreatedBy, getCreatedOn, getCreatedVia, setCreatedBy, setCreatedOn, setCreatedViapublic RatingValuesMap getRatings()
public void setRatings(RatingValuesMap ratings)
public boolean isSubscribed()
public void setSubscribed(boolean subscribed)
public Integer getUserRating(RatingType type)
public Map<RatingType,Integer> getUserRatings()
public void setUserRatings(Map<RatingType,Integer> userRatings)
Copyright © 2014. All Rights Reserved.