public interface TaskComment
| Modifier and Type | Method and Description |
|---|---|
TaskComment |
copy()
Duplicates this TaskComment without the id.
|
Instant |
getCreated()
Gets the time when the task comment was created.
|
String |
getCreator()
Gets the name of the task comment-creator.
|
String |
getId()
Gets the id of the task comment.
|
Instant |
getModified()
Gets the time when the task comment was last modified.
|
String |
getTaskId()
Gets the id of the associated task.
|
String |
getTextField()
Gets the text field of the task comment.
|
void |
setTextField(String textField)
Sets the text field of the task comment.
|
String getId()
String getTaskId()
String getCreator()
String getTextField()
void setTextField(String textField)
textField - the text fieldInstant getCreated()
Instant getModified()
TaskComment copy()
Copyright © 2020. All rights reserved.