public interface BioEntryRelationship extends java.lang.Comparable, Changeable
BioEntry| Modifier and Type | Field and Description |
|---|---|
static ChangeType |
RANK |
| Modifier and Type | Method and Description |
|---|---|
BioEntry |
getObject()
Returns the object of this relationship (ie.
|
java.lang.Integer |
getRank()
Returns the rank of this relationship.
|
BioEntry |
getSubject()
Returns the subject of this relationship (ie.
|
ComparableTerm |
getTerm()
Returns the term describing the relationship.
|
void |
setRank(java.lang.Integer rank)
Sets the rank of this relationship.
|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerstatic final ChangeType RANK
void setRank(java.lang.Integer rank)
throws ChangeVetoException
rank - Value of property rank.ChangeVetoException - if the rank rankles.java.lang.Integer getRank()
BioEntry getObject()
BioEntry getSubject()
ComparableTerm getTerm()