public class RefMetadataImpl extends Object implements MutableRefMetadata
Modifier and Type | Field and Description |
---|---|
protected String |
componentId |
Constructor and Description |
---|
RefMetadataImpl() |
RefMetadataImpl(RefMetadata source) |
RefMetadataImpl(String componentId) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentId()
Return the id of the referenced component.
|
void |
setComponentId(String componentId) |
String |
toString() |
protected String componentId
public RefMetadataImpl()
public RefMetadataImpl(String componentId)
public RefMetadataImpl(RefMetadata source)
public String getComponentId()
RefMetadata
component-id
attribute of a
component.getComponentId
in interface RefMetadata
public void setComponentId(String componentId)
setComponentId
in interface MutableRefMetadata
Copyright © 2013. All Rights Reserved.