public class Comment extends Object
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
Author |
getAuthor() |
Date |
getCreatedAt() |
Integer |
getLine() |
Constants.LineType |
getLineType() |
String |
getNote() |
String |
getPath() |
void |
setAuthor(Author author) |
void |
setCreatedAt(Date createdAt) |
void |
setLine(Integer line) |
void |
setLineType(Constants.LineType lineType) |
void |
setNote(String note) |
void |
setPath(String path) |
String |
toString() |
public Author getAuthor()
public void setAuthor(Author author)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Constants.LineType getLineType()
public void setLineType(Constants.LineType lineType)
public String getPath()
public void setPath(String path)
public Integer getLine()
public void setLine(Integer line)
public String getNote()
public void setNote(String note)
Copyright © 2019. All rights reserved.