org.chorem.pollen.votecounting.dto
Class PollChoiceDTO
java.lang.Object
org.chorem.pollen.votecounting.dto.PollChoiceDTO
public class PollChoiceDTO
- extends Object
Classe DTO représentant un choix de vote.
- Version:
- $Id: PollChoiceDTO.java 3122 2012-01-30 20:43:30Z tchemit $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollChoiceDTO
public PollChoiceDTO(String idChoice)
PollChoiceDTO
public PollChoiceDTO(int idChoice)
getIdChoice
public String getIdChoice()
setIdChoice
public void setIdChoice(String idChoice)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
isHidden
public boolean isHidden()
setHidden
public void setHidden(boolean hidden)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.