org.chorem.pollen.votecounting.dto
Class VoteToChoiceDTO
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VoteToChoiceDTO
public VoteToChoiceDTO(int idChoice,
double value)
VoteToChoiceDTO
public VoteToChoiceDTO(String idChoice,
double value)
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.