org.chorem.pollen.votecounting.dto
Class VoteCountingResultDTO
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VoteCountingResultDTO
public VoteCountingResultDTO()
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.