public class TaskComment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskComment.Builder |
| Constructor and Description |
|---|
TaskComment() |
| Modifier and Type | Method and Description |
|---|---|
static TaskComment.Builder |
builder() |
Date |
getAddedAt() |
String |
getAddedBy() |
Long |
getId() |
String |
getText() |
void |
setAddedAt(Date addedAt) |
void |
setAddedBy(String addedBy) |
void |
setId(Long id) |
void |
setText(String text) |
String |
toString() |
public static TaskComment.Builder builder()
public Long getId()
public void setId(Long id)
public String getText()
public void setText(String text)
public String getAddedBy()
public void setAddedBy(String addedBy)
public Date getAddedAt()
public void setAddedAt(Date addedAt)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.