org.chorem.pollen.votecounting.dto
Class PollDTO
java.lang.Object
org.chorem.pollen.votecounting.dto.PollDTO
public class PollDTO
- extends Object
Classe DTO représentant un sondage.
- Version:
- $Id: PollDTO.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 |
PollDTO
public PollDTO()
PollDTO
public PollDTO(String pollId)
getPollId
public String getPollId()
setPollId
public void setPollId(String pollId)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getBeginDate
public Date getBeginDate()
setBeginDate
public void setBeginDate(Date beginDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getBeginChoiceDate
public Date getBeginChoiceDate()
setBeginChoiceDate
public void setBeginChoiceDate(Date beginChoiceDate)
getMaxChoiceNb
public int getMaxChoiceNb()
setMaxChoiceNb
public void setMaxChoiceNb(int maxChoiceNb)
isClosed
public boolean isClosed()
setClosed
public void setClosed(boolean closed)
isChoiceAddAllowed
public boolean isChoiceAddAllowed()
setChoiceAddAllowed
public void setChoiceAddAllowed(boolean choiceAddAllowed)
isAnonymousVoteAllowed
public boolean isAnonymousVoteAllowed()
setAnonymousVoteAllowed
public void setAnonymousVoteAllowed(boolean anonymousVoteAllowed)
isAnonymous
public boolean isAnonymous()
setAnonymous
public void setAnonymous(boolean anonymous)
isPublicResults
public boolean isPublicResults()
setPublicResults
public void setPublicResults(boolean publicResults)
isContinuousResults
public boolean isContinuousResults()
setContinuousResults
public void setContinuousResults(boolean continuousResults)
getPollType
public PollType getPollType()
setPollType
public void setPollType(PollType pollType)
getVoteCounting
public VoteCountingType getVoteCounting()
setVoteCounting
public void setVoteCounting(VoteCountingType voteCounting)
getChoiceType
public ChoiceType getChoiceType()
setChoiceType
public void setChoiceType(ChoiceType choiceType)
getCreatorId
public String getCreatorId()
setCreatorId
public void setCreatorId(String creatorId)
getCreatorEmail
public String getCreatorEmail()
setCreatorEmail
public void setCreatorEmail(String creatorEmail)
getVotingGroups
public List<VotingGroupDTO> getVotingGroups()
setVotingGroups
public void setVotingGroups(List<VotingGroupDTO> votingGroups)
getChoices
public List<PollChoiceDTO> getChoices()
setChoices
public void setChoices(List<PollChoiceDTO> choices)
getComments
public List<CommentDTO> getComments()
setComments
public void setComments(List<CommentDTO> comments)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.