org.chorem.pollen.business.dto
Class PollAccountDTO
java.lang.Object
org.chorem.pollen.business.dto.PollAccountDTO
- All Implemented Interfaces:
- Serializable
public class PollAccountDTO
- extends Object
- implements Serializable
Classe DTO représentant un votant.
- Version:
- $Id: PollAccountDTO.java 2732 2009-08-18 12:26:50Z 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 |
PollAccountDTO
public PollAccountDTO()
PollAccountDTO
public PollAccountDTO(String id)
PollAccountDTO
public PollAccountDTO(String votingId,
String email,
String personListId,
String votingListId,
String userId)
getId
public String getId()
setId
public void setId(String id)
getAccountId
public String getAccountId()
setAccountId
public void setAccountId(String accountId)
getVotingId
public String getVotingId()
setVotingId
public void setVotingId(String votingId)
getUserId
public String getUserId()
setUserId
public void setUserId(String userId)
getEmail
public String getEmail()
setEmail
public void setEmail(String email)
getWeight
public double getWeight()
setWeight
public void setWeight(double weight)
isHasVoted
public boolean isHasVoted()
setHasVoted
public void setHasVoted(boolean hasVoted)
getVotingListId
public String getVotingListId()
setVotingListId
public void setVotingListId(String votingListId)
getPersonListId
public String getPersonListId()
setPersonListId
public void setPersonListId(String personListId)
getVoteDTOs
public List<VoteDTO> getVoteDTOs()
setVoteDTOs
public void setVoteDTOs(List<VoteDTO> voteDTOs)
Copyright © 2009-2010 CodeLutin. All Rights Reserved.