public class AbstractCommentsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
AbstractCommentsDTO()
Generated constructor - for generic creation.
|
AbstractCommentsDTO(List<AbstractCommentDTO> abstractcommentsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractCommentDTO> |
getAbstractComments() |
void |
setAbstractComments(List<AbstractCommentDTO> abstractcommentsList) |
public AbstractCommentsDTO()
public AbstractCommentsDTO(List<AbstractCommentDTO> abstractcommentsList)
public List<AbstractCommentDTO> getAbstractComments()
public void setAbstractComments(List<AbstractCommentDTO> abstractcommentsList)
abstractcommentsList - the abstractcommentsList to setCopyright © 2017 SAP SE. All Rights Reserved.