org.chorem.pollen.votecounting.dto
Class VoteCountingResultDTO

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

public class VoteCountingResultDTO
extends java.lang.Object

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

Version:
$Id: VoteCountingResultDTO.java 2615 2009-07-01 13:47:45Z nrannou $

Constructor Summary
VoteCountingResultDTO()
           
 
Method Summary
 java.lang.String getChoiceResult()
           
 java.util.List<ChoiceDTO> getChoices()
           
 java.lang.String getIdPoll()
           
 int getNbVotes()
           
 VoteCountingType getTypeVoteCounting()
           
 boolean isByGroup()
           
 void setByGroup(boolean byGroup)
           
 void setChoiceResult(java.lang.String choiceResult)
           
 void setChoices(java.util.List<ChoiceDTO> choices)
           
 void setIdPoll(java.lang.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 java.lang.String getChoiceResult()

setChoiceResult

public void setChoiceResult(java.lang.String choiceResult)

getIdPoll

public java.lang.String getIdPoll()

setIdPoll

public void setIdPoll(java.lang.String idPoll)

getTypeVoteCounting

public VoteCountingType getTypeVoteCounting()

setTypeVoteCounting

public void setTypeVoteCounting(VoteCountingType typeVoteCounting)

isByGroup

public boolean isByGroup()

setByGroup

public void setByGroup(boolean byGroup)

getChoices

public java.util.List<ChoiceDTO> getChoices()

setChoices

public void setChoices(java.util.List<ChoiceDTO> choices)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.