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 2615 2009-07-01 13:47:45Z nrannou $

Constructor Summary
PollChoiceDTO(int idChoice)
           
PollChoiceDTO(java.lang.String idChoice)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getIdChoice()
           
 java.lang.String getName()
           
 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
 

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)


Copyright © 2009 CodeLutin. All Rights Reserved.