org.chorem.pollen.votecounting.dto
Class PollChoiceDTO

java.lang.Object
  extended by 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 $

Field Summary
static java.lang.String HIDDEN_PREFIX
           
 
Constructor Summary
PollChoiceDTO(int idChoice)
           
PollChoiceDTO(java.lang.String idChoice)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getIdChoice()
           
 java.lang.String getName()
           
 boolean isHidden()
           
 void setDescription(java.lang.String description)
           
 void setIdChoice(java.lang.String idChoice)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDDEN_PREFIX

public static final java.lang.String HIDDEN_PREFIX
See Also:
Constant Field Values
Constructor Detail

PollChoiceDTO

public PollChoiceDTO(java.lang.String idChoice)

PollChoiceDTO

public PollChoiceDTO(int idChoice)
Method Detail

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.