ThreadedComment
Inheritance: java.lang.Object
public class ThreadedComment
Represents the threaded comment.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAuthor() | Gets the author of the comment. |
getClass() | |
getColumn() | Gets the column index of the comment. |
getCreatedTime() | Gets the created time of this threaded comment. |
getNotes() | Gets the text of the comment. |
getRow() | Gets the row index of the comment. |
hashCode() | |
notify() | |
notifyAll() | |
setAuthor(ThreadedCommentAuthor value) | Gets the author of the comment. |
setCreatedTime(DateTime value) | Sets the created time of this threaded comment. |
setNotes(String value) | Sets the text of the comment. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAuthor()
public ThreadedCommentAuthor getAuthor()
Gets the author of the comment.
Returns: ThreadedCommentAuthor
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumn()
public int getColumn()
Gets the column index of the comment.
Returns: int
getCreatedTime()
public DateTime getCreatedTime()
Gets the created time of this threaded comment.
Returns: DateTime
getNotes()
public String getNotes()
Gets the text of the comment.
Returns: java.lang.String
getRow()
public int getRow()
Gets the row index of the comment.
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAuthor(ThreadedCommentAuthor value)
public void setAuthor(ThreadedCommentAuthor value)
Gets the author of the comment.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ThreadedCommentAuthor |
setCreatedTime(DateTime value)
public void setCreatedTime(DateTime value)
Sets the created time of this threaded comment.
Parameters:
Parameter | Type | Description |
---|---|---|
value | DateTime |
setNotes(String value)
public void setNotes(String value)
Sets the text of the comment.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |