
public class Clients extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<ClientInfo> |
clientInfoList |
| Constructor and Description |
|---|
Clients() |
| Modifier and Type | Method and Description |
|---|---|
List<ClientInfo> |
getClients() |
void |
setClients(List<ClientInfo> clients) |
private List<ClientInfo> clientInfoList
public List<ClientInfo> getClients()
public void setClients(List<ClientInfo> clients)
Copyright © 2012–2017 Trajano. All rights reserved.