Class FlowElementMetaDataImpl

  • All Implemented Interfaces:
    org.ikasan.spec.metadata.FlowElementMetaData

    public class FlowElementMetaDataImpl
    extends java.lang.Object
    implements org.ikasan.spec.metadata.FlowElementMetaData
    • Constructor Detail

      • FlowElementMetaDataImpl

        public FlowElementMetaDataImpl()
    • Method Detail

      • getComponentName

        public java.lang.String getComponentName()
        Specified by:
        getComponentName in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setComponentName

        public void setComponentName​(java.lang.String componentName)
        Specified by:
        setComponentName in interface org.ikasan.spec.metadata.FlowElementMetaData
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setDescription

        public void setDescription​(java.lang.String description)
        Specified by:
        setDescription in interface org.ikasan.spec.metadata.FlowElementMetaData
      • getComponentType

        public java.lang.String getComponentType()
        Specified by:
        getComponentType in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setComponentType

        public void setComponentType​(java.lang.String componentType)
        Specified by:
        setComponentType in interface org.ikasan.spec.metadata.FlowElementMetaData
      • getImplementingClass

        public java.lang.String getImplementingClass()
        Specified by:
        getImplementingClass in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setImplementingClass

        public void setImplementingClass​(java.lang.String implementingClass)
        Specified by:
        setImplementingClass in interface org.ikasan.spec.metadata.FlowElementMetaData
      • isConfigurable

        public boolean isConfigurable()
        Specified by:
        isConfigurable in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setConfigurable

        public void setConfigurable​(boolean configurable)
        Specified by:
        setConfigurable in interface org.ikasan.spec.metadata.FlowElementMetaData
      • getConfigurationId

        public java.lang.String getConfigurationId()
        Specified by:
        getConfigurationId in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setConfigurationId

        public void setConfigurationId​(java.lang.String configurationId)
        Specified by:
        setConfigurationId in interface org.ikasan.spec.metadata.FlowElementMetaData
      • getInvokerConfigurationId

        public java.lang.String getInvokerConfigurationId()
        Specified by:
        getInvokerConfigurationId in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setInvokerConfigurationId

        public void setInvokerConfigurationId​(java.lang.String configurationId)
        Specified by:
        setInvokerConfigurationId in interface org.ikasan.spec.metadata.FlowElementMetaData
      • getDecorators

        public java.util.List<org.ikasan.spec.metadata.DecoratorMetaData> getDecorators()
        Specified by:
        getDecorators in interface org.ikasan.spec.metadata.FlowElementMetaData
      • setDecorators

        public void setDecorators​(java.util.List<org.ikasan.spec.metadata.DecoratorMetaData> decorators)
        Specified by:
        setDecorators in interface org.ikasan.spec.metadata.FlowElementMetaData