public class QuotesDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
QuotesDTO()
Generated constructor - for generic creation.
|
QuotesDTO(List<QuoteDTO> quotesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuoteDTO> |
getQuotes() |
void |
setQuotes(List<QuoteDTO> quotesList) |
Copyright © 2017 SAP SE. All Rights Reserved.