org.biojava.bibliography
Class BiblioEntryStatus

java.lang.Object
  extended byorg.biojava.bibliography.BiblioEntryStatus

public class BiblioEntryStatus
extends java.lang.Object

It defines information related to the citation itself rather than to the cited resource. In other words, it represents a status of a record in a bibliographic repository.

Version:
$Id: BiblioEntryStatus.java,v 1.2 2002/02/14 16:27:54 mrp Exp $
Author:
Martin Senger

Field Summary
 java.lang.String lastModifiedDate
           It defines when the citation record was added or last modified.
 java.util.Hashtable properties
           The dynamic properties may be used to add features related to the citation itself.
 java.lang.String repositorySubset
           Some bibliographic repositories consist of several, or even many, databases.
 
Constructor Summary
BiblioEntryStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

public java.util.Hashtable properties

The dynamic properties may be used to add features related to the citation itself. For example, a name of the citation annotator, or citation version.

The property names should be made available in a controlled vocabulary named BibRefSupport.ENTRY_PROPERTIES.


lastModifiedDate

public java.lang.String lastModifiedDate

It defines when the citation record was added or last modified. Usually it is used to retrieve new or revised (since a specified date) citations.

See Also:
date in BibRef for format discussion

repositorySubset

public java.lang.String repositorySubset

Some bibliographic repositories consist of several, or even many, databases. The subset helps to locate the citation within the repository.

The possible values of this member should be defined in a controlled vocabulary named BibRefSupport.REPOSITORY_SUBSETS.

Constructor Detail

BiblioEntryStatus

public BiblioEntryStatus()