org.chorem.pollen.bean
Class PollResultList
java.lang.Object
org.chorem.pollen.bean.PollResultList
public class PollResultList
- extends Object
TODO
- Since:
- 1.3
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollResultList
public PollResultList()
getPollResults
public List<PollResult> getPollResults()
setPollResults
public void setPollResults(List<PollResult> pollResults)
getVoteCountingResult
public org.chorem.pollen.votecounting.dto.VoteCountingResultDTO getVoteCountingResult()
setVoteCountingResult
public void setVoteCountingResult(org.chorem.pollen.votecounting.dto.VoteCountingResultDTO voteCountingResult)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.