public interface Comment extends java.lang.Comparable, Changeable
BioEntry| Modifier and Type | Field and Description |
|---|---|
static ChangeType |
RANK |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Returns the comment part of this comment.
|
int |
getRank()
Returns the rank of this comment.
|
void |
setRank(int rank)
Sets the rank of this comment.
|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerstatic final ChangeType RANK
java.lang.String getComment()
int getRank()
void setRank(int rank)
throws ChangeVetoException
rank - the rank to use.ChangeVetoException - if the new rank is unacceptable.