public class TaskCommentImpl extends Object implements TaskComment
| Constructor and Description |
|---|
TaskCommentImpl() |
TaskCommentImpl(TaskCommentImpl copyFrom) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
TaskCommentImpl |
copy()
Duplicates this TaskComment without the id.
|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
void |
setCreated(Instant created) |
void |
setCreator(String creator) |
void |
setId(String id) |
void |
setModified(Instant modified) |
void |
setTaskId(String taskId) |
void |
setTextField(String textField)
Sets the text field of the task comment.
|
String |
toString() |
public TaskCommentImpl()
public TaskCommentImpl(TaskCommentImpl copyFrom)
public String getId()
TaskCommentgetId in interface TaskCommentpublic void setId(String id)
public String getTaskId()
TaskCommentgetTaskId in interface TaskCommentpublic void setTaskId(String taskId)
public String getCreator()
TaskCommentgetCreator in interface TaskCommentpublic void setCreator(String creator)
public String getTextField()
TaskCommentgetTextField in interface TaskCommentpublic void setTextField(String textField)
TaskCommentsetTextField in interface TaskCommenttextField - the text fieldpublic Instant getCreated()
TaskCommentgetCreated in interface TaskCommentpublic void setCreated(Instant created)
public Instant getModified()
TaskCommentgetModified in interface TaskCommentpublic void setModified(Instant modified)
public TaskCommentImpl copy()
TaskCommentcopy in interface TaskCommentprotected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.