org.apache.aries.blueprint.reflect
Class RefMetadataImpl

java.lang.Object
  extended by 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) $

Field Summary
protected  java.lang.String componentId
           
 
Constructor Summary
RefMetadataImpl()
           
RefMetadataImpl(RefMetadata source)
           
RefMetadataImpl(java.lang.String componentId)
           
 
Method Summary
 java.lang.String getComponentId()
          Return the id of the referenced component.
 void setComponentId(java.lang.String componentId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

componentId

protected java.lang.String componentId
Constructor Detail

RefMetadataImpl

public RefMetadataImpl()

RefMetadataImpl

public RefMetadataImpl(java.lang.String componentId)

RefMetadataImpl

public RefMetadataImpl(RefMetadata source)
Method Detail

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.