public class CommentsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
CommentsDTO()
Generated constructor - for generic creation.
|
CommentsDTO(List<CommentDTO> commentsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
getComments() |
void |
setComments(List<CommentDTO> commentsList) |
public CommentsDTO()
public CommentsDTO(List<CommentDTO> commentsList)
public List<CommentDTO> getComments()
public void setComments(List<CommentDTO> commentsList)
commentsList - the commentsList to setCopyright © 2017 SAP SE. All Rights Reserved.