public class CustomersDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
CustomersDTO()
Generated constructor - for generic creation.
|
CustomersDTO(List<CustomerDTO> customersList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerDTO> |
getCustomers() |
void |
setCustomers(List<CustomerDTO> customersList) |
public CustomersDTO()
public CustomersDTO(List<CustomerDTO> customersList)
public List<CustomerDTO> getCustomers()
public void setCustomers(List<CustomerDTO> customersList)
customersList - the customersList to setCopyright © 2017 SAP SE. All Rights Reserved.