psdi.app.company

Class CatalogRegistry

  • java.lang.Object
    • psdi.app.company.CatalogRegistry


  • public class CatalogRegistry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String buyer 
      protected java.lang.String name 
      protected java.lang.String redirectUrl 
      protected java.lang.String replyUrl 
      protected java.lang.String vendor 
    • Constructor Summary

      Constructors 
      Constructor and Description
      CatalogRegistry() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getBuyer()
      Return the buyer code.
      java.lang.String getName()
      Return the name of the catalog provider.
      java.lang.String getRedirectUrl()
      Return the redirect url.
      java.lang.String getReplyUrl()
      Return the reply url.
      java.lang.String getVendor()
      Return the vendor code.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
      • buyer

        protected java.lang.String buyer
      • vendor

        protected java.lang.String vendor
      • replyUrl

        protected java.lang.String replyUrl
      • redirectUrl

        protected java.lang.String redirectUrl
    • Constructor Detail

      • CatalogRegistry

        public CatalogRegistry()
    • Method Detail

      • getName

        public java.lang.String getName()
        Return the name of the catalog provider.
      • getBuyer

        public java.lang.String getBuyer()
        Return the buyer code. This is company field in the companies table.
      • getVendor

        public java.lang.String getVendor()
        Return the vendor code. This is company field in the companies table.
      • getReplyUrl

        public java.lang.String getReplyUrl()
        Return the reply url.
      • getRedirectUrl

        public java.lang.String getRedirectUrl()
        Return the redirect url.