org.chorem.pollen.votecounting.dto
Class VoteToChoiceDTO

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

public class VoteToChoiceDTO
extends Object

Classe DTO représentant un vote.

Version:
$Id: VoteToChoiceDTO.java 3122 2012-01-30 20:43:30Z tchemit $

Constructor Summary
VoteToChoiceDTO(int idChoice, double value)
           
VoteToChoiceDTO(String idChoice, double value)
           
 
Method Summary
 String getIdChoice()
           
 double getValue()
           
 void setIdChoice(String idChoice)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoteToChoiceDTO

public VoteToChoiceDTO(int idChoice,
                       double value)

VoteToChoiceDTO

public VoteToChoiceDTO(String idChoice,
                       double value)
Method Detail

getValue

public double getValue()

setValue

public void setValue(double value)

getIdChoice

public String getIdChoice()

setIdChoice

public void setIdChoice(String idChoice)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.