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.
|
compareTo
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
static 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 © 2014 BioJava. All rights reserved.