org.chorem.pollen.votecounting.dto
Class VoteCountingResultDTO

java.lang.Object
  extended by org.chorem.pollen.votecounting.dto.VoteCountingResultDTO

public class VoteCountingResultDTO
extends Object

Classe DTO représentant un résultat de sondage.

Version:
$Id: VoteCountingResultDTO.java 3423 2012-06-05 16:50:22Z tchemit $

Constructor Summary
VoteCountingResultDTO()
           
 
Method Summary
 String getChoiceResult()
           
 List<ChoiceDTO> getChoices()
           
 String getIdPoll()
           
 int getNbVotes()
           
 VoteCountingType getTypeVoteCounting()
           
 boolean isByGroup()
           
 void setByGroup(boolean byGroup)
           
 void setChoiceResult(String choiceResult)
           
 void setChoices(List<ChoiceDTO> choices)
           
 void setIdPoll(String idPoll)
           
 void setNbVotes(int nbVotes)
           
 void setTypeVoteCounting(VoteCountingType typeVoteCounting)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoteCountingResultDTO

public VoteCountingResultDTO()
Method Detail

getNbVotes

public int getNbVotes()

setNbVotes

public void setNbVotes(int nbVotes)

getChoiceResult

public String getChoiceResult()

setChoiceResult

public void setChoiceResult(String choiceResult)

getIdPoll

public String getIdPoll()

setIdPoll

public void setIdPoll(String idPoll)

getTypeVoteCounting

public VoteCountingType getTypeVoteCounting()

setTypeVoteCounting

public void setTypeVoteCounting(VoteCountingType typeVoteCounting)

isByGroup

public boolean isByGroup()

setByGroup

public void setByGroup(boolean byGroup)

getChoices

public List<ChoiceDTO> getChoices()

setChoices

public void setChoices(List<ChoiceDTO> choices)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.