org.apache.geronimo.blueprint.reflect
Class IdRefMetadataImpl

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

public class IdRefMetadataImpl
extends Object
implements MutableIdRefMetadata

Implementation of IdRefMetadata

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
IdRefMetadataImpl()
           
IdRefMetadataImpl(IdRefMetadata source)
           
IdRefMetadataImpl(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

IdRefMetadataImpl

public IdRefMetadataImpl()

IdRefMetadataImpl

public IdRefMetadataImpl(String componentId)

IdRefMetadataImpl

public IdRefMetadataImpl(IdRefMetadata source)
Method Detail

getComponentId

public String getComponentId()
Description copied from interface: IdRefMetadata
Return the id of the referenced component. This is specified by the component-id attribute of a component.

Specified by:
getComponentId in interface IdRefMetadata
Returns:
The id of the referenced component.

setComponentId

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

toString

public String toString()
Overrides:
toString in class Object


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