org.apache.aries.blueprint.reflect
Class IdRefMetadataImpl

java.lang.Object
  extended by org.apache.aries.blueprint.reflect.IdRefMetadataImpl
All Implemented Interfaces:
MutableIdRefMetadata, org.osgi.service.blueprint.reflect.IdRefMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata

public class IdRefMetadataImpl
extends Object
implements MutableIdRefMetadata

Implementation of IdRefMetadata

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

Field Summary
protected  String componentId
           
 
Constructor Summary
IdRefMetadataImpl()
           
IdRefMetadataImpl(org.osgi.service.blueprint.reflect.IdRefMetadata source)
           
IdRefMetadataImpl(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

IdRefMetadataImpl

public IdRefMetadataImpl()

IdRefMetadataImpl

public IdRefMetadataImpl(String componentId)

IdRefMetadataImpl

public IdRefMetadataImpl(org.osgi.service.blueprint.reflect.IdRefMetadata source)
Method Detail

getComponentId

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

setComponentId

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

toString

public String toString()
Overrides:
toString in class Object


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