public class PollDTO extends Object
public PollDTO()
public PollDTO(String pollId)
public String getPollId()
public void setPollId(String pollId)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public Date getBeginDate()
public void setBeginDate(Date beginDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getBeginChoiceDate()
public void setBeginChoiceDate(Date beginChoiceDate)
public int getMaxChoiceNb()
public void setMaxChoiceNb(int maxChoiceNb)
public boolean isClosed()
public void setClosed(boolean closed)
public boolean isChoiceAddAllowed()
public void setChoiceAddAllowed(boolean choiceAddAllowed)
public boolean isAnonymousVoteAllowed()
public void setAnonymousVoteAllowed(boolean anonymousVoteAllowed)
public boolean isAnonymous()
public void setAnonymous(boolean anonymous)
public boolean isPublicResults()
public void setPublicResults(boolean publicResults)
public boolean isContinuousResults()
public void setContinuousResults(boolean continuousResults)
public PollType getPollType()
public void setPollType(PollType pollType)
public int getVoteCounting()
public void setVoteCounting(int voteCounting)
public ChoiceType getChoiceType()
public void setChoiceType(ChoiceType choiceType)
public String getCreatorId()
public void setCreatorId(String creatorId)
public String getCreatorEmail()
public void setCreatorEmail(String creatorEmail)
public List<VotingGroupDTO> getVotingGroups()
public void setVotingGroups(List<VotingGroupDTO> votingGroups)
public List<PollChoiceDTO> getChoices()
public void setChoices(List<PollChoiceDTO> choices)
public List<CommentDTO> getComments()
public void setComments(List<CommentDTO> comments)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.