@Portable public class ExternalComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_ID_KEY |
static String |
COMPONENT_PARTITION_KEY |
| Constructor and Description |
|---|
ExternalComponent() |
ExternalComponent(String id,
String name,
String icon,
boolean noData,
List<ComponentParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon() |
String |
getId() |
String |
getName() |
List<ComponentParameter> |
getParameters() |
boolean |
isNoData() |
void |
setId(String id) |
public static final String COMPONENT_ID_KEY
public static final String COMPONENT_PARTITION_KEY
public ExternalComponent()
public ExternalComponent(String id, String name, String icon, boolean noData, List<ComponentParameter> parameters)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.