Property Getters/Setters Summary | ||
---|---|---|
method | getAuthor() | |
method | setAuthor(value) | |
Gets the author of the comment. | ||
method | getColumn() | |
Gets the column index of the comment.
|
||
method | getCreatedTime() | |
method | setCreatedTime(value) | |
Gets and sets the created time of this threaded comment. | ||
method | getNotes() | |
method | setNotes(value) | |
Gets and sets the text of the comment. | ||
method | getRow() | |
Gets the row index of the comment.
|
int getRow()
int getColumn()
String getNotes() / setNotes(value)
ThreadedCommentAuthor getAuthor() / setAuthor(value)
DateTime getCreatedTime() / setCreatedTime(value)