public class ClientListDTO extends Object implements Serializable
Constructor and Description |
---|
ClientListDTO()
Constructor for ClientListDTO.
|
ClientListDTO(Collection<ClientDescriptionDTO> clients)
Constructor for ClientListDTO.
|
Modifier and Type | Method and Description |
---|---|
Collection<ClientDescriptionDTO> |
getClients()
Getter for the field
clients . |
void |
setClients(Collection<ClientDescriptionDTO> clients)
Setter for the field
clients . |
public ClientListDTO()
Constructor for ClientListDTO.
public ClientListDTO(Collection<ClientDescriptionDTO> clients)
Constructor for ClientListDTO.
clients
- a Collection
object.public Collection<ClientDescriptionDTO> getClients()
Getter for the field clients
.
public void setClients(Collection<ClientDescriptionDTO> clients)
Setter for the field clients
.
clients
- the clients to setCopyright © 2015 Universitätsmedizin Mainz, Abteilung IMBEI. All rights reserved.