public class ReplyDTO extends AbstractCommentDTO
| Constructor and Description |
|---|
ReplyDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
getComment() |
ReplyDTO |
getParent() |
WorkflowDecisionDTO |
getPrintJobDecision() |
List<ReplyDTO> |
getReplies() |
void |
setComment(CommentDTO value) |
void |
setParent(ReplyDTO value) |
void |
setPrintJobDecision(WorkflowDecisionDTO value) |
void |
setReplies(List<ReplyDTO> value) |
getAttachments, getAuthor, getCommentGroup, getReceivedByDtp, getSubject, getText, getWorkflow, setAttachments, setAuthor, setCommentGroup, setReceivedByDtp, setSubject, setText, setWorkflowgetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic CommentDTO getComment()
public ReplyDTO getParent()
public WorkflowDecisionDTO getPrintJobDecision()
public void setComment(CommentDTO value)
public void setParent(ReplyDTO value)
public void setPrintJobDecision(WorkflowDecisionDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.