org.apache.aries.blueprint.reflect
Class RefMetadataImpl
java.lang.Object
org.apache.aries.blueprint.reflect.RefMetadataImpl
- All Implemented Interfaces:
- MutableRefMetadata, Metadata, NonNullMetadata, RefMetadata, Target
public class RefMetadataImpl
- extends java.lang.Object
- implements MutableRefMetadata
Implementation of RefMetadata
- Version:
- $Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
componentId
protected java.lang.String componentId
RefMetadataImpl
public RefMetadataImpl()
RefMetadataImpl
public RefMetadataImpl(java.lang.String componentId)
RefMetadataImpl
public RefMetadataImpl(RefMetadata source)
getComponentId
public java.lang.String getComponentId()
- Description copied from interface:
RefMetadata
- Return the id of the referenced component.
This is specified by the
component-id
attribute of a
component.
- Specified by:
getComponentId
in interface RefMetadata
- Returns:
- The id of the referenced component.
setComponentId
public void setComponentId(java.lang.String componentId)
- Specified by:
setComponentId
in interface MutableRefMetadata
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.