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 2859 2010-02-09 13:50:24Z jruchaud $
| 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-2010 CodeLutin. All Rights Reserved.