Class BiblioProvider

  • Direct Known Subclasses:
    BiblioOrganisation, BiblioPerson, BiblioService

    public class BiblioProvider
    extends java.lang.Object

    This class and its sub-classes define active participants of the process of creation and dissemination of the bibliographic resources. The most obvious examples are authors, but it includes also publishers and other contributors.

    The participants can be people, organizations, or even software services (mainly used for new digital resources). This specification does not provide any unique identifiers for these providers (but does not preclude having such identifiers as dynamic properties).

    Since:
    1.3
    Version:
    $Id$
    Author:
    Martin Senger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Hashtable properties
      Additional properties used when the explicit attributes of the sub-classes are not sufficient.
    • Constructor Summary

      Constructors 
      Constructor Description
      BiblioProvider()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • properties

        public java.util.Hashtable properties
        Additional properties used when the explicit attributes of the sub-classes are not sufficient.