org.chorem.pollen.votecounting.dto
Class PollExportDTO
java.lang.Object
org.chorem.pollen.votecounting.dto.PollExportDTO
public class PollExportDTO
- extends Object
Classe DTO représentant un sondage à exporter.
- Version:
- $Id: PollExportDTO.java 3423 2012-06-05 16:50:22Z tchemit $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollExportDTO
public PollExportDTO()
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.