org.biojava.bibliography
Class BiblioWebResource

java.lang.Object
  extended byorg.biojava.bibliography.BibRef
      extended byorg.biojava.bibliography.BiblioWebResource

public class BiblioWebResource
extends BibRef

It represents a WWW resource.

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

Field Summary
 java.lang.String cost
           
 int estimatedSize
          An estomated size in kilobytes.
 java.lang.String url
           
 
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()
           
 
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

estimatedSize

public int estimatedSize
An estomated size in kilobytes.


cost

public java.lang.String cost
Constructor Detail

BiblioWebResource

public BiblioWebResource()