Class TdbPublisherWsSource

java.lang.Object
org.lockss.ws.entities.TdbPublisherWsResult
org.lockss.laaws.config.impl.TdbPublisherWsSource

public class TdbPublisherWsSource extends org.lockss.ws.entities.TdbPublisherWsResult
Container for the information that is used as the source for a query related to title database publishers.
  • Constructor Summary

    Constructors
    Constructor
    Description
    TdbPublisherWsSource(org.lockss.config.TdbPublisher tdbPublisher)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.lockss.ws.entities.TdbPublisherWsResult

    equals, hashCode, setName, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TdbPublisherWsSource

      public TdbPublisherWsSource(org.lockss.config.TdbPublisher tdbPublisher)
      Constructor.
      Parameters:
      tdbPublisher - A TdbPublisher with the TDB publisher data.
  • Method Details

    • getName

      public String getName()
      Overrides:
      getName in class org.lockss.ws.entities.TdbPublisherWsResult