org.chorem.pollen.business.dto
Class PollAccountDTO

java.lang.Object
  extended by 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

Constructor Summary
PollAccountDTO()
           
PollAccountDTO(String id)
           
PollAccountDTO(String votingId, String email, String personListId, String votingListId, String userId)
           
 
Method Summary
 String getAccountId()
           
 String getEmail()
           
 String getId()
           
 String getPersonListId()
           
 String getUserId()
           
 List<VoteDTO> getVoteDTOs()
           
 String getVotingId()
           
 String getVotingListId()
           
 double getWeight()
           
 boolean isHasVoted()
           
 void setAccountId(String accountId)
           
 void setEmail(String email)
           
 void setHasVoted(boolean hasVoted)
           
 void setId(String id)
           
 void setPersonListId(String personListId)
           
 void setUserId(String userId)
           
 void setVoteDTOs(List<VoteDTO> voteDTOs)
           
 void setVotingId(String votingId)
           
 void setVotingListId(String votingListId)
           
 void setWeight(double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollAccountDTO

public PollAccountDTO()

PollAccountDTO

public PollAccountDTO(String id)

PollAccountDTO

public PollAccountDTO(String votingId,
                      String email,
                      String personListId,
                      String votingListId,
                      String userId)
Method Detail

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.