org.apache.geronimo.blueprint.reflect
Class RefMetadataImpl

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

public class RefMetadataImpl
extends Object
implements MutableRefMetadata

Implementation of RefMetadata

Version:
$Rev: 760378 $, $Date: 2009-03-31 11:31:38 +0200 (Tue, 31 Mar 2009) $
Author:
Apache Geronimo Project

Field Summary
protected  String componentId
           
 
Constructor Summary
RefMetadataImpl()
           
RefMetadataImpl(RefMetadata source)
           
RefMetadataImpl(String componentId)
           
 
Method Summary
 String getComponentId()
          Return the id of the referenced component.
 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(RefMetadata source)
Method Detail

getComponentId

public 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(String componentId)
Specified by:
setComponentId in interface MutableRefMetadata

toString

public String toString()
Overrides:
toString in class Object


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