public class KeywordsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
KeywordsDTO()
Generated constructor - for generic creation.
|
KeywordsDTO(List<KeywordDTO> keywordsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeywordDTO> |
getKeywords() |
void |
setKeywords(List<KeywordDTO> keywordsList) |
public KeywordsDTO()
public KeywordsDTO(List<KeywordDTO> keywordsList)
public List<KeywordDTO> getKeywords()
public void setKeywords(List<KeywordDTO> keywordsList)
keywordsList - the keywordsList to setCopyright © 2017 SAP SE. All Rights Reserved.