public class CommentOption extends Object implements Serializable
Constructor and Description |
---|
CommentOption() |
CommentOption(String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComment() |
boolean |
isVisible() |
void |
setAuthor(String author) |
void |
setComment(String comment) |
void |
setVisible(boolean visible) |
public CommentOption()
public CommentOption(String comment)
Copyright © 2024. All rights reserved.