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