Package org.dashbuilder.external.model
Class ExternalComponent
- java.lang.Object
-
- org.dashbuilder.external.model.ExternalComponent
-
@Portable public class ExternalComponent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_ID_KEYstatic StringCOMPONENT_PARTITION_KEY
-
Constructor Summary
Constructors Constructor Description ExternalComponent()ExternalComponent(String id, String name, String icon, boolean noData, List<ComponentParameter> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()StringgetIcon()StringgetId()StringgetName()List<ComponentParameter>getParameters()booleanisNoData()booleanisProvided()voidsetId(String id)voidsetProvided(boolean provided)
-
-
-
Field Detail
-
COMPONENT_ID_KEY
public static final String COMPONENT_ID_KEY
- See Also:
- Constant Field Values
-
COMPONENT_PARTITION_KEY
public static final String COMPONENT_PARTITION_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExternalComponent
public ExternalComponent()
-
ExternalComponent
public ExternalComponent(String id, String name, String icon, boolean noData, List<ComponentParameter> parameters)
-
-
Method Detail
-
setId
public void setId(String id)
-
getId
public String getId()
-
getName
public String getName()
-
getIcon
public String getIcon()
-
getCategory
public String getCategory()
-
isNoData
public boolean isNoData()
-
getParameters
public List<ComponentParameter> getParameters()
-
isProvided
public boolean isProvided()
-
setProvided
public void setProvided(boolean provided)
-
-