Class BiblioEntryStatus
- java.lang.Object
- 
- org.biojava.bibliography.BiblioEntryStatus
 
- 
 public class BiblioEntryStatus extends 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. - Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
 
- 
- 
Field SummaryFields Modifier and Type Field Description StringlastModifiedDateIt defines when the citation record was added or last modified.HashtablepropertiesThe dynamic properties may be used to add features related to the citation itself.StringrepositorySubsetSome bibliographic repositories consist of several, or even many, databases.
 - 
Constructor SummaryConstructors Constructor Description BiblioEntryStatus()
 
- 
- 
- 
Field Detail- 
propertiespublic 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.
 - 
lastModifiedDatepublic 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
 
 - 
repositorySubsetpublic 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- 
BiblioEntryStatuspublic BiblioEntryStatus() 
 
- 
 
-