com.supermap.services.components.spi

Class ProviderInfo

  • java.lang.Object
    • com.supermap.services.components.spi.ProviderInfo


  • public class ProviderInfo
    extends java.lang.Object
    

    Title: Service provider information

    Description: Describes the metadata information corresponding to the service provider

    • Constructor Summary

      Constructors 
      Constructor and Description
      ProviderInfo() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAlias() 
      java.lang.String getComponentType() 
      java.lang.String getImplementation() 
      java.lang.String getParamType() 
      java.lang.String getType() 
      void setAlias(java.lang.String alias) 
      void setComponentType(java.lang.String componentType) 
      void setImplementation(java.lang.String implementation) 
      void setParamType(java.lang.String paramType) 
      void setType(java.lang.String type) 
      • Methods inherited from class java.lang.Object

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

      • ProviderInfo

        public ProviderInfo()
        
    • Method Detail

      • setType

        public void setType(java.lang.String type)
        
      • getType

        public java.lang.String getType()
        
      • setComponentType

        public void setComponentType(java.lang.String componentType)
        
      • getComponentType

        public java.lang.String getComponentType()
        
      • setImplementation

        public void setImplementation(java.lang.String implementation)
        
      • getImplementation

        public java.lang.String getImplementation()
        
      • setParamType

        public void setParamType(java.lang.String paramType)
        
      • getParamType

        public java.lang.String getParamType()
        
      • getAlias

        public java.lang.String getAlias()
        
      • setAlias

        public void setAlias(java.lang.String alias)