public interface DocRef extends java.lang.Comparable, Changeable
RankedDocRef
Modifier and Type | Field and Description |
---|---|
static ChangeType |
CROSSREF |
static ChangeType |
REMARK |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAuthorList()
Returns the authors of the document reference as a set of DocRefAuthor
implementation instances.
|
java.lang.String |
getAuthors()
Returns the authors of the document reference.
|
java.lang.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.
|
java.lang.String |
getLocation()
Returns a textual description of the document reference.
|
java.lang.String |
getRemark()
If remarks have been made about this document reference, this method
will return them.
|
java.lang.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(java.lang.String Remark)
Set the remarks for this document reference using this method.
|
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.java.lang.String getLocation()
java.lang.String getTitle()
java.lang.String getAuthors()
java.util.List getAuthorList()
java.lang.String getCRC()
java.lang.String getRemark()
void setRemark(java.lang.String Remark) throws ChangeVetoException
Remark
- New value of property Remark.ChangeVetoException
- in case of objections.