public class ProductsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
ProductsDTO()
Generated constructor - for generic creation.
|
ProductsDTO(List<ProductDTO> productsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductDTO> |
getProducts() |
void |
setProducts(List<ProductDTO> productsList) |
public ProductsDTO()
public ProductsDTO(List<ProductDTO> productsList)
public List<ProductDTO> getProducts()
public void setProducts(List<ProductDTO> productsList)
productsList - the productsList to setCopyright © 2017 SAP SE. All Rights Reserved.