org.chorem.pollen.business.dto
Class PersonListDTO

java.lang.Object
  extended by org.chorem.pollen.business.dto.PersonListDTO
All Implemented Interfaces:
Serializable

public class PersonListDTO
extends Object
implements Serializable

Classe DTO représentant une liste de personnes.

Version:
$Id: PersonListDTO.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
amine, rannou
See Also:
Serialized Form

Constructor Summary
PersonListDTO()
           
PersonListDTO(String id)
           
PersonListDTO(String name, String userId)
           
 
Method Summary
 String getId()
           
 String getName()
           
 List<PollAccountDTO> getPollAccountDTOs()
           
 String getUserId()
           
 void setId(String id)
           
 void setName(String name)
           
 void setPollAccountDTOs(List<PollAccountDTO> pollAccountDTOs)
           
 void setUserId(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonListDTO

public PersonListDTO()

PersonListDTO

public PersonListDTO(String id)

PersonListDTO

public PersonListDTO(String name,
                     String userId)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getName

public String getName()

setName

public void setName(String name)

getPollAccountDTOs

public List<PollAccountDTO> getPollAccountDTOs()

setPollAccountDTOs

public void setPollAccountDTOs(List<PollAccountDTO> pollAccountDTOs)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.