org.apache.geronimo.blueprint.reflect
Class RefMetadataImpl
java.lang.Object
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
componentId
protected String componentId
RefMetadataImpl
public RefMetadataImpl()
RefMetadataImpl
public RefMetadataImpl(String componentId)
RefMetadataImpl
public RefMetadataImpl(RefMetadata source)
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.