org.chorem.pollen.votecounting.dto
Class PollChoiceDTO

java.lang.Object
  extended by org.chorem.pollen.votecounting.dto.PollChoiceDTO

public class PollChoiceDTO
extends Object

Classe DTO représentant un choix de vote.

Version:
$Id: PollChoiceDTO.java 3423 2012-06-05 16:50:22Z tchemit $

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

Constructor Detail

PollChoiceDTO

public PollChoiceDTO(String idChoice)

PollChoiceDTO

public PollChoiceDTO(int idChoice)
Method Detail

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.