public class WorkflowActionCommentDTO extends ItemDTO
| Constructor and Description |
|---|
WorkflowActionCommentDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
UserDTO |
getUser() |
AbstractWorkflowActionDTO |
getWorkflowAction() |
void |
setComment(String value) |
void |
setUser(UserDTO value) |
void |
setWorkflowAction(AbstractWorkflowActionDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic WorkflowActionCommentDTO()
public String getComment()
public UserDTO getUser()
public AbstractWorkflowActionDTO getWorkflowAction()
public void setComment(String value)
public void setUser(UserDTO value)
public void setWorkflowAction(AbstractWorkflowActionDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.