public class ItemsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
ItemsDTO()
Generated constructor - for generic creation.
|
ItemsDTO(List<ItemDTO> itemsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemDTO> |
getItems() |
void |
setItems(List<ItemDTO> itemsList) |
Copyright © 2017 SAP SE. All Rights Reserved.