public class ComponentTypeRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
helpText |
protected String |
id |
protected Map<String,Object> |
metadata |
protected List<ConfigPropertyRepresentation> |
properties |
Constructor and Description |
---|
ComponentTypeRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getHelpText() |
String |
getId() |
Map<String,Object> |
getMetadata()
Extra information about the component that might come from annotations or interfaces that the component implements
For example, if UserStorageProvider implements ImportSynchronization
|
List<ConfigPropertyRepresentation> |
getProperties() |
void |
setHelpText(String helpText) |
void |
setId(String id) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setProperties(List<ConfigPropertyRepresentation> properties) |
protected String id
protected String helpText
protected List<ConfigPropertyRepresentation> properties
public String getId()
public void setId(String id)
public String getHelpText()
public void setHelpText(String helpText)
public List<ConfigPropertyRepresentation> getProperties()
public void setProperties(List<ConfigPropertyRepresentation> properties)
public Map<String,Object> getMetadata()
Copyright © 2020 JBoss by Red Hat. All rights reserved.