org.apache.aries.blueprint.reflect
Class RefMetadataImpl

java.lang.Object
  extended by org.apache.aries.blueprint.reflect.RefMetadataImpl
All Implemented Interfaces:
MutableRefMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.RefMetadata, org.osgi.service.blueprint.reflect.Target

public class RefMetadataImpl
extends Object
implements MutableRefMetadata

Implementation of RefMetadata

Version:
$Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Field Summary
protected  String componentId
           
 
Constructor Summary
RefMetadataImpl()
           
RefMetadataImpl(org.osgi.service.blueprint.reflect.RefMetadata source)
           
RefMetadataImpl(String componentId)
           
 
Method Summary
 String getComponentId()
           
 void setComponentId(String componentId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

componentId

protected String componentId
Constructor Detail

RefMetadataImpl

public RefMetadataImpl()

RefMetadataImpl

public RefMetadataImpl(String componentId)

RefMetadataImpl

public RefMetadataImpl(org.osgi.service.blueprint.reflect.RefMetadata source)
Method Detail

getComponentId

public String getComponentId()
Specified by:
getComponentId in interface org.osgi.service.blueprint.reflect.RefMetadata

setComponentId

public void setComponentId(String componentId)
Specified by:
setComponentId in interface MutableRefMetadata

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.