org.chorem.pollen.votecounting.dto
Class PollExportDTO

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

public class PollExportDTO
extends Object

Classe DTO représentant un sondage à exporter.

Version:
$Id: PollExportDTO.java 3122 2012-01-30 20:43:30Z tchemit $

Constructor Summary
PollExportDTO()
           
 
Method Summary
 PollDTO getPoll()
           
 String getPollId()
           
 List<VoteCountingResultDTO> getVoteCountingResults()
           
 void setPoll(PollDTO poll)
           
 void setPollId(String pollId)
           
 void setVoteCountingResults(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

getPollId

public String getPollId()

setPollId

public void setPollId(String pollId)

getPoll

public PollDTO getPoll()

setPoll

public void setPoll(PollDTO poll)

getVoteCountingResults

public List<VoteCountingResultDTO> getVoteCountingResults()

setVoteCountingResults

public void setVoteCountingResults(List<VoteCountingResultDTO> voteCountingResults)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.