public class AbstractCommentDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
AbstractCommentDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentAttachmentDTO> |
getAttachments() |
UserDTO |
getAuthor() |
java.lang.String |
getSubject() |
java.lang.String |
getText() |
void |
setAttachments(java.util.Collection<CommentAttachmentDTO> value) |
void |
setAuthor(UserDTO value) |
void |
setSubject(java.lang.String value) |
void |
setText(java.lang.String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic AbstractCommentDTO()
public java.util.Collection<CommentAttachmentDTO> getAttachments()
public UserDTO getAuthor()
public java.lang.String getSubject()
public java.lang.String getText()
public void setAttachments(java.util.Collection<CommentAttachmentDTO> value)
public void setAuthor(UserDTO value)
public void setSubject(java.lang.String value)
public void setText(java.lang.String value)
Copyright © 2018 SAP SE. All Rights Reserved.