org.chorem.pollen.votecounting.dto
Class PollExportDTO

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

public class PollExportDTO
extends java.lang.Object

Classe DTO représentant un sondage à exporter.

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

Constructor Summary
PollExportDTO()
           
 
Method Summary
 java.lang.String getIdPoll()
           
 PollDTO getPoll()
           
 java.util.List<VoteCountingResultDTO> getVoteCountingResults()
           
 void setIdPoll(java.lang.String idPoll)
           
 void setPoll(PollDTO poll)
           
 void setVoteCountingResults(java.util.List<VoteCountingResultDTO> voteCountingResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollExportDTO

public PollExportDTO()
Method Detail

getIdPoll

public java.lang.String getIdPoll()

setIdPoll

public void setIdPoll(java.lang.String idPoll)

getPoll

public PollDTO getPoll()

setPoll

public void setPoll(PollDTO poll)

getVoteCountingResults

public java.util.List<VoteCountingResultDTO> getVoteCountingResults()

setVoteCountingResults

public void setVoteCountingResults(java.util.List<VoteCountingResultDTO> voteCountingResults)


Copyright © 2009 CodeLutin. All Rights Reserved.