com.supermap.services.components.spi

Class ComponentInfo

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


  • public class ComponentInfo
    extends java.lang.Object
    

    Title: Metadata information for the business component

    Description: Metadata information related to the business component, including the implementation object of the component, the type of the parameter object, the type of service interface supported, and so on.

    • Constructor Detail

      • ComponentInfo

        public ComponentInfo()
        
    • Method Detail

      • setType

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

        public java.lang.String getType()
        
      • setImplementation

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

        public java.lang.String getImplementation()
        
      • getSupportedInterfaceTypes

        public java.lang.String[] getSupportedInterfaceTypes()
        
      • setParamType

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

        public java.lang.String getParamType()
        
      • setServiceTypes

        public void setServiceTypes(java.lang.String interfaceTypes)
        
      • getServiceTypes

        public java.lang.String getServiceTypes()
        
      • setBuilder

        public void setBuilder(java.lang.String builder)
        
      • getBuilder

        public java.lang.String getBuilder()
        
      • getAlias

        public java.lang.String getAlias()
        
      • setAlias

        public void setAlias(java.lang.String alias)