public final class Comment
extends java.lang.Object
Constructor and Description |
---|
Comment(Comment2000 comment2000) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Get the Author of this comment
|
java.lang.String |
getAuthorInitials()
Get the Author's Initials of this comment
|
protected Comment2000 |
getComment2000() |
java.lang.String |
getText()
Get the text of this comment
|
void |
setAuthor(java.lang.String author)
Set the Author of this comment
|
void |
setAuthorInitials(java.lang.String initials)
Set the Author's Initials of this comment
|
void |
setText(java.lang.String text)
Set the text of this comment
|
public Comment(Comment2000 comment2000)
protected Comment2000 getComment2000()
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public java.lang.String getAuthorInitials()
public void setAuthorInitials(java.lang.String initials)
public java.lang.String getText()
public void setText(java.lang.String text)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.