public class Comment extends Object implements IClusterable
| Constructor and Description |
|---|
Comment()
Constructor
|
Comment(Comment comment)
Copy constructor
|
public Comment()
public Comment(Comment comment)
comment - The comment to copypublic String getText()
public void setText(String text)
text - The text to set.public Date getDate()
public void setDate(Date date)
date - The date to set.public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.