public class VoteCountingResult extends Object
| Constructor and Description |
|---|
VoteCountingResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceScore> |
getScores() |
static VoteCountingResult |
newResult(List<ChoiceScore> scores) |
void |
setScores(List<ChoiceScore> scores) |
public static VoteCountingResult newResult(List<ChoiceScore> scores)
public List<ChoiceScore> getScores()
public void setScores(List<ChoiceScore> scores)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.