public class VendorsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
VendorsDTO()
Generated constructor - for generic creation.
|
VendorsDTO(List<VendorDTO> vendorsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<VendorDTO> |
getVendors() |
void |
setVendors(List<VendorDTO> vendorsList) |
Copyright © 2017 SAP SE. All Rights Reserved.