public interface Comment extends Comparable, Changeable
BioEntry| Modifier and Type | Field and Description |
|---|---|
static ChangeType |
RANK |
| Modifier and Type | Method and Description |
|---|---|
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.
|
compareToaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerstatic final ChangeType RANK
String getComment()
int getRank()
void setRank(int rank) throws ChangeVetoException
rank - the rank to use.ChangeVetoException - if the new rank is unacceptable.Copyright © 2020 BioJava. All rights reserved.