org.chorem.pollen.business.dto
Class VotingListDTO
java.lang.Object
org.chorem.pollen.business.dto.VotingListDTO
- All Implemented Interfaces:
- Serializable
public class VotingListDTO
- extends Object
- implements Serializable
Classe DTO représentant une liste de votants.
- Version:
- $Id: VotingListDTO.java 2615 2009-07-01 13:47:45Z nrannou $
- Author:
- amine, rannou
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VotingListDTO
public VotingListDTO()
VotingListDTO
public VotingListDTO(String id)
VotingListDTO
public VotingListDTO(String name,
String pollId)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getWeight
public double getWeight()
setWeight
public void setWeight(double weight)
getPollId
public String getPollId()
setPollId
public void setPollId(String pollId)
getVoteId
public String getVoteId()
setVoteId
public void setVoteId(String voteId)
getPollAccountDTOs
public List<PollAccountDTO> getPollAccountDTOs()
setPollAccountDTOs
public void setPollAccountDTOs(List<PollAccountDTO> pollAccountDTOs)
Copyright © 2009-2010 CodeLutin. All Rights Reserved.