public class CustomerListsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
CustomerListsDTO()
Generated constructor - for generic creation.
|
CustomerListsDTO(List<CustomerListDTO> customerlistsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerListDTO> |
getCustomerLists() |
void |
setCustomerLists(List<CustomerListDTO> customerlistsList) |
public CustomerListsDTO()
public CustomerListsDTO(List<CustomerListDTO> customerlistsList)
public List<CustomerListDTO> getCustomerLists()
public void setCustomerLists(List<CustomerListDTO> customerlistsList)
customerlistsList - the customerlistsList to setCopyright © 2017 SAP SE. All Rights Reserved.