|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.ExtensibleImpl
org.apache.tuscany.model.assembly.impl.PartImpl
public abstract class PartImpl
Implementation of Part.
Constructor Summary | |
---|---|
protected |
PartImpl()
|
Method Summary | |
---|---|
Composite |
getComposite()
Returns the composite that contains this component. |
Object |
getContextFactory()
Returns the context factory |
String |
getName()
Returns the name that uniquely identifies this component within its containing composite. |
void |
setComposite(Composite composite)
Sets the composite that contains this component. |
void |
setContextFactory(Object contextFactory)
Sets the context factory |
void |
setName(String value)
Sets the name that uniquely identifies this component within its containing composite. |
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl |
---|
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize |
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl |
---|
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible |
---|
getExtensibilityAttributes, getExtensibilityElements |
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject |
---|
accept, freeze, initialize |
Constructor Detail |
---|
protected PartImpl()
Method Detail |
---|
public String getName()
Part
getName
in interface Part
public void setName(String value)
Part
setName
in interface Part
value
- the name that uniquely identifies this component within its containing compositepublic Composite getComposite()
Part
getComposite
in interface Part
public void setComposite(Composite composite)
Part
setComposite
in interface Part
public Object getContextFactory()
ContextFactoryHolder
getContextFactory
in interface ContextFactoryHolder
public void setContextFactory(Object contextFactory)
ContextFactoryHolder
setContextFactory
in interface ContextFactoryHolder
|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |