public final class Comment extends Object
Constructor and Description |
---|
Comment(Comment2000 comment2000) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Get the Author of this comment
|
String |
getAuthorInitials()
Get the Author's Initials of this comment
|
protected Comment2000 |
getComment2000() |
String |
getText()
Get the text of this comment
|
void |
setAuthor(String author)
Set the Author of this comment
|
void |
setAuthorInitials(String initials)
Set the Author's Initials of this comment
|
void |
setText(String text)
Set the text of this comment
|
public Comment(Comment2000 comment2000)
protected Comment2000 getComment2000()
public String getAuthor()
public void setAuthor(String author)
public String getAuthorInitials()
public void setAuthorInitials(String initials)
public String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.