org.chorem.pollen.bean
Class PollResultList

java.lang.Object
  extended by org.chorem.pollen.bean.PollResultList

public class PollResultList
extends Object

TODO

Since:
1.3
Author:
tchemit

Constructor Summary
PollResultList()
           
 
Method Summary
 List<PollResult> getPollResults()
           
 org.chorem.pollen.votecounting.dto.VoteCountingResultDTO getVoteCountingResult()
           
 void setPollResults(List<PollResult> pollResults)
           
 void setVoteCountingResult(org.chorem.pollen.votecounting.dto.VoteCountingResultDTO voteCountingResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollResultList

public PollResultList()
Method Detail

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.