public class PollResultList extends Object
| Constructor and Description |
|---|
PollResultList() |
| Modifier and Type | Method and Description |
|---|---|
List<PollResult> |
getPollResults() |
VoteCountingResultDTO |
getVoteCountingResult() |
void |
setPollResults(List<PollResult> pollResults) |
void |
setVoteCountingResult(VoteCountingResultDTO voteCountingResult) |
public List<PollResult> getPollResults()
public void setPollResults(List<PollResult> pollResults)
public VoteCountingResultDTO getVoteCountingResult()
public void setVoteCountingResult(VoteCountingResultDTO voteCountingResult)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.