Package org.biojava.bibliography
Class BiblioWebResource
java.lang.Object
org.biojava.bibliography.BibRef
org.biojava.bibliography.BiblioWebResource
It represents a WWW resource.
- Since:
- 1.3
- Version:
- $Id$
- Author:
- Martin Senger
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe cost of accessing the resource.int
An estomated size in kilobytes.The URL of the resource.Fields inherited from class org.biojava.bibliography.BibRef
authors, contributors, coverage, crossReferences, date, description, entryStatus, format, identifier, language, properties, publisher, rights, subject, title, type
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
url
The URL of the resource. -
estimatedSize
An estomated size in kilobytes. -
cost
The cost of accessing the resource.
-
-
Constructor Details
-
BiblioWebResource
public BiblioWebResource()
-