public class IdRefMetadataImpl extends java.lang.Object implements MutableIdRefMetadata
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
componentId |
| Constructor and Description |
|---|
IdRefMetadataImpl() |
IdRefMetadataImpl(org.osgi.service.blueprint.reflect.IdRefMetadata source) |
IdRefMetadataImpl(java.lang.String componentId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentId() |
void |
setComponentId(java.lang.String componentId) |
java.lang.String |
toString() |
public IdRefMetadataImpl()
public IdRefMetadataImpl(java.lang.String componentId)
public IdRefMetadataImpl(org.osgi.service.blueprint.reflect.IdRefMetadata source)
public java.lang.String getComponentId()
getComponentId in interface org.osgi.service.blueprint.reflect.IdRefMetadatapublic void setComponentId(java.lang.String componentId)
setComponentId in interface MutableIdRefMetadatapublic java.lang.String toString()
toString in class java.lang.Object