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