org.biojava.bibliography
Class BiblioWebResource

java.lang.Object
  extended by org.biojava.bibliography.BibRef
      extended by org.biojava.bibliography.BiblioWebResource

public class BiblioWebResource
extends BibRef

It represents a WWW resource.

Since:
1.3
Version:
$Id: BiblioWebResource.java,v 1.4 2003/07/16 16:01:10 mrp Exp $
Author:
Martin Senger

Field Summary
 java.lang.String cost
          The cost of accessing the resource.
 int estimatedSize
          An estomated size in kilobytes.
 java.lang.String url
          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
BiblioWebResource()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public java.lang.String url
The URL of the resource.


estimatedSize

public int estimatedSize
An estomated size in kilobytes.


cost

public java.lang.String cost
The cost of accessing the resource.

Constructor Detail

BiblioWebResource

public BiblioWebResource()