public interface DocRef extends Comparable, Changeable
RankedDocRef
Modifier and Type | Field and Description |
---|---|
static ChangeType |
CROSSREF |
static ChangeType |
REMARK |
Modifier and Type | Method and Description |
---|---|
List<DocRefAuthor> |
getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor
implementation instances.
|
String |
getAuthors()
Returns the authors of the document reference.
|
String |
getCRC()
Returns a CRC64 checksum of this document reference, allowing for easy
comparisons with other document references.
|
CrossRef |
getCrossref()
The document reference may refer to an object in another database.
|
String |
getLocation()
Returns a textual description of the document reference.
|
String |
getRemark()
If remarks have been made about this document reference, this method
will return them.
|
String |
getTitle()
Returns the title of the document reference.
|
void |
setCrossref(CrossRef crossref)
The document reference may refer to an object in another database.
|
void |
setRemark(String Remark)
Set the remarks for this document reference using this method.
|
compareTo
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
static final ChangeType CROSSREF
static final ChangeType REMARK
CrossRef getCrossref()
void setCrossref(CrossRef crossref) throws ChangeVetoException
crossref
- New value of property crossref.ChangeVetoException
- in case of objections.String getLocation()
String getTitle()
String getAuthors()
List<DocRefAuthor> getAuthorList()
String getCRC()
String getRemark()
void setRemark(String Remark) throws ChangeVetoException
Remark
- New value of property Remark.ChangeVetoException
- in case of objections.Copyright © 2014 BioJava. All rights reserved.