com.supermap.services.components.spi
Class ComponentInfo
- java.lang.Object
-
- com.supermap.services.components.spi.ComponentInfo
-
public class ComponentInfo extends java.lang.ObjectTitle: 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 Summary
Constructors Constructor and Description ComponentInfo()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetAlias()java.lang.StringgetBuilder()java.lang.StringgetImplementation()java.lang.StringgetParamType()java.lang.StringgetServiceTypes()java.lang.String[]getSupportedInterfaceTypes()java.lang.StringgetType()voidsetAlias(java.lang.String alias)voidsetBuilder(java.lang.String builder)voidsetImplementation(java.lang.String implementation)voidsetParamType(java.lang.String paramType)voidsetServiceTypes(java.lang.String interfaceTypes)voidsetType(java.lang.String type)
-
-
-
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)
-
-