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 2836 2010-01-11 12:46:59Z schorlet $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIDDEN_PREFIX
public static final java.lang.String HIDDEN_PREFIX
- See Also:
- Constant Field Values
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)
isHidden
public boolean isHidden()
Copyright © 2009-2010 CodeLutin. All Rights Reserved.