org.apache.tuscany.model.assembly.impl
Class ModuleComponentImpl
java.lang.Object
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.ExtensibleImpl
org.apache.tuscany.model.assembly.impl.PartImpl
org.apache.tuscany.model.assembly.impl.ComponentImpl<Module>
org.apache.tuscany.model.assembly.impl.ModuleComponentImpl
- All Implemented Interfaces:
- AssemblyObject, Component<Module>, CompositeComponent<Module>, ContextFactoryHolder, Extensible, ModuleComponent, Part
public class ModuleComponentImpl
- extends ComponentImpl<Module>
- implements ModuleComponent
An implementation of ModuleComponent.
Method Summary |
String |
getURI()
Returns the uri that uniquely identifies this module component. |
void |
setURI(String value)
Sets the uri that uniquely identifies this module component. |
Methods inherited from class org.apache.tuscany.model.assembly.impl.ComponentImpl |
accept, freeze, getConfiguredProperties, getConfiguredProperty, getConfiguredReference, getConfiguredReferences, getConfiguredService, getConfiguredServices, getImplementation, initialize, setImplementation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleComponentImpl
protected ModuleComponentImpl()
getURI
public String getURI()
- Description copied from interface:
CompositeComponent
- Returns the uri that uniquely identifies this module component.
- Specified by:
getURI
in interface CompositeComponent<Module>
- Returns:
- the uri that uniquely identifies this module component
setURI
public void setURI(String value)
- Description copied from interface:
CompositeComponent
- Sets the uri that uniquely identifies this module component.
- Specified by:
setURI
in interface CompositeComponent<Module>
- Parameters:
value
- the uri that uniquely identifies this module component
-