org.chorem.pollen.business.dto
Class PersonListDTO
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersonListDTO
public PersonListDTO()
PersonListDTO
public PersonListDTO(String id)
PersonListDTO
public PersonListDTO(String name,
String userId)
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.