public interface KPI extends Cloneable, org.jboss.dashboard.database.Persistent
Modifier and Type | Method and Description |
---|---|
String |
getCode()
The kpi code is an unique identifier that is universal and is not tied to the persistent storage.
|
DataDisplayer |
getDataDisplayer()
The KPI data diplayer.
|
DataProvider |
getDataProvider()
The KPI data provider.
|
String |
getDescription(Locale l)
The KPI descripton.
|
Map<String,String> |
getDescriptionI18nMap() |
Long |
getId()
The object identifier.
|
void |
setCode(String code) |
void |
setDataDisplayer(DataDisplayer displayer) |
void |
setDataProvider(DataProvider provider) |
void |
setDescription(String descr,
Locale l) |
void |
setDescriptionI18nMap(Map descriptions)
The localized descriptions.
|
void |
setId(Long newId) |
delete, isPersistent, save, update
Long getId()
void setId(Long newId)
String getCode()
void setCode(String code)
void setDescriptionI18nMap(Map descriptions)
DataDisplayer getDataDisplayer()
void setDataDisplayer(DataDisplayer displayer)
DataProvider getDataProvider()
void setDataProvider(DataProvider provider)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.