Class BiblioWebResource


  • public class BiblioWebResource
    extends BibRef

    It represents a WWW resource.

    Since:
    1.3
    Version:
    $Id: BiblioWebResource.java 2812 2003-07-16 16:01:11Z mrp $
    Author:
    Martin Senger
    • 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()