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