|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocRef
Represents a documentary reference. Relates to the reference table in BioSQL.
RankedDocRef| Field Summary | |
|---|---|
static ChangeType |
CROSSREF
|
static ChangeType |
REMARK
|
| Method Summary | |
|---|---|
List |
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. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.biojava.utils.Changeable |
|---|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener |
| Field Detail |
|---|
static final ChangeType CROSSREF
static final ChangeType REMARK
| Method Detail |
|---|
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 getAuthorList()
String getCRC()
String getRemark()
void setRemark(String Remark)
throws ChangeVetoException
Remark - New value of property Remark.
ChangeVetoException - in case of objections.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||