Class BiblioService


  • public class BiblioService
    extends BiblioProvider

    It represents a service dealing with the bibliographic resources. It may identify a program name or some other (usually) electronic agent who provides the cited resource.

    Since:
    1.3
    Version:
    $Id: BiblioService.java 2812 2003-07-16 16:01:11Z mrp $
    Author:
    Martin Senger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of a bibliographic service.
    • Constructor Summary

      Constructors 
      Constructor Description
      BiblioService()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        The name of a bibliographic service.
    • Constructor Detail

      • BiblioService

        public BiblioService()