public interface IdentifiableComponent extends IdentifiedComponent
Component whose identifier can be set.| Modifier and Type | Method and Description |
|---|---|
void |
setId(java.lang.String componentId)
Set the ID of this component.
|
getIdvoid setId(@Nonnull @NotEmpty java.lang.String componentId)
componentId - ID of this component