public static class Issue44TestCase.OrderDto extends Object
| Constructor and Description |
|---|
OrderDto() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getProductNames() |
List<Issue44TestCase.ProductDto> |
getProducts() |
void |
setProductNames(List<String> productNames) |
void |
setProducts(List<Issue44TestCase.ProductDto> products) |
public List<Issue44TestCase.ProductDto> getProducts()
public void setProducts(List<Issue44TestCase.ProductDto> products)
Copyright © 2016 Glasnost. All rights reserved.