@Entity(name="TaskComment") public class Comment extends Object
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
clone() |
String |
getAuthor() |
String |
getComment() |
Date |
getCreatedTime() |
long |
getId() |
Task |
getTask() |
void |
setAuthor(String author) |
void |
setComment(String comment) |
void |
setCreatedTime(Date createdTime) |
void |
setId(long id) |
void |
setTask(Task task) |
public long getId()
public void setId(long id)
public String getAuthor()
public void setAuthor(String author)
public String getComment()
public void setComment(String comment)
public Date getCreatedTime()
public void setCreatedTime(Date createdTime)
public Task getTask()
public void setTask(Task task)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.