com.supermap.services.components.spi

Class InterfaceInfo

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


  • public class InterfaceInfo
    extends java.lang.Object
    
    Service interface information
    • Constructor Summary

      Constructors 
      Constructor and Description
      InterfaceInfo() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAlias() 
      java.lang.String getImplementation() 
      java.lang.String getParamType() 
      java.lang.String getType() 
      void setAlias(java.lang.String alias) 
      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

      • InterfaceInfo

        public InterfaceInfo()
        
    • Method Detail

      • getType

        public java.lang.String getType()
        
      • setType

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

        public java.lang.String getParamType()
        
      • setParamType

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

        public java.lang.String getImplementation()
        
      • setImplementation

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

        public java.lang.String getAlias()
        
      • setAlias

        public void setAlias(java.lang.String alias)