it.eng.spagobi.engines.kpi
Class KpiTemplateConfiguration
java.lang.Object
it.eng.spagobi.engines.kpi.KpiTemplateConfiguration
public class KpiTemplateConfiguration
- extends java.lang.Object
Field Summary |
protected java.util.HashMap |
confMap
|
Constructor Summary |
KpiTemplateConfiguration(java.lang.String publisher_Name,
java.lang.String metadata_publisher_Name,
java.lang.String trend_publisher_Name,
boolean closed_tree,
java.lang.String model_title,
java.lang.String threshold_image_title,
java.lang.String bullet_chart_title,
java.lang.String value_title,
java.lang.String kpi_title,
java.lang.String weight_title,
boolean use_ou,
boolean display_semaphore,
boolean display_bullet_chart,
boolean display_threshold_image,
boolean display_weight,
boolean display_alarm,
boolean register_values,
boolean recalculate_anyway,
boolean register_par_setted,
boolean show_axis,
boolean weighted_values,
boolean dataset_multires,
java.lang.String custom_chart_name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
confMap
protected java.util.HashMap confMap
KpiTemplateConfiguration
public KpiTemplateConfiguration(java.lang.String publisher_Name,
java.lang.String metadata_publisher_Name,
java.lang.String trend_publisher_Name,
boolean closed_tree,
java.lang.String model_title,
java.lang.String threshold_image_title,
java.lang.String bullet_chart_title,
java.lang.String value_title,
java.lang.String kpi_title,
java.lang.String weight_title,
boolean use_ou,
boolean display_semaphore,
boolean display_bullet_chart,
boolean display_threshold_image,
boolean display_weight,
boolean display_alarm,
boolean register_values,
boolean recalculate_anyway,
boolean register_par_setted,
boolean show_axis,
boolean weighted_values,
boolean dataset_multires,
java.lang.String custom_chart_name)
getCustom_chart_name
public java.lang.String getCustom_chart_name()
setCustom_chart_name
public void setCustom_chart_name(java.lang.String custom_chart_name)
getPublisher_Name
public java.lang.String getPublisher_Name()
setPublisher_Name
public void setPublisher_Name(java.lang.String publisher_Name)
getMetadata_publisher_Name
public java.lang.String getMetadata_publisher_Name()
setMetadata_publisher_Name
public void setMetadata_publisher_Name(java.lang.String metadata_publisher_Name)
getTrend_publisher_Name
public java.lang.String getTrend_publisher_Name()
setTrend_publisher_Name
public void setTrend_publisher_Name(java.lang.String trend_publisher_Name)
isClosed_tree
public boolean isClosed_tree()
setClosed_tree
public void setClosed_tree(boolean closed_tree)
getModel_title
public java.lang.String getModel_title()
setModel_title
public void setModel_title(java.lang.String model_title)
getThreshold_image_title
public java.lang.String getThreshold_image_title()
setThreshold_image_title
public void setThreshold_image_title(java.lang.String threshold_image_title)
getBullet_chart_title
public java.lang.String getBullet_chart_title()
setBullet_chart_title
public void setBullet_chart_title(java.lang.String bullet_chart_title)
getValue_title
public java.lang.String getValue_title()
setValue_title
public void setValue_title(java.lang.String value_title)
getKpi_title
public java.lang.String getKpi_title()
setKpi_title
public void setKpi_title(java.lang.String kpi_title)
getWeight_title
public java.lang.String getWeight_title()
setWeight_title
public void setWeight_title(java.lang.String weight_title)
isUse_ou
public boolean isUse_ou()
setUse_ou
public void setUse_ou(boolean use_ou)
isDisplay_semaphore
public boolean isDisplay_semaphore()
setDisplay_semaphore
public void setDisplay_semaphore(boolean display_semaphore)
isDisplay_bullet_chart
public boolean isDisplay_bullet_chart()
setDisplay_bullet_chart
public void setDisplay_bullet_chart(boolean display_bullet_chart)
isDisplay_threshold_image
public boolean isDisplay_threshold_image()
setDisplay_threshold_image
public void setDisplay_threshold_image(boolean display_threshold_image)
isDisplay_weight
public boolean isDisplay_weight()
setDisplay_weight
public void setDisplay_weight(boolean display_weight)
isDisplay_alarm
public boolean isDisplay_alarm()
setDisplay_alarm
public void setDisplay_alarm(boolean display_alarm)
isRegister_values
public boolean isRegister_values()
setRegister_values
public void setRegister_values(boolean register_values)
isRecalculate_anyway
public boolean isRecalculate_anyway()
setRecalculate_anyway
public void setRecalculate_anyway(boolean recalculate_anyway)
isRegister_par_setted
public boolean isRegister_par_setted()
setRegister_par_setted
public void setRegister_par_setted(boolean register_par_setted)
isShow_axis
public boolean isShow_axis()
setShow_axis
public void setShow_axis(boolean show_axis)
isWeighted_values
public boolean isWeighted_values()
setWeighted_values
public void setWeighted_values(boolean weighted_values)
isDataset_multires
public boolean isDataset_multires()
setDataset_multires
public void setDataset_multires(boolean dataset_multires)
getSetConf
public void getSetConf(SpagoBIKpiInternalEngine spagoBIKpiInternalEngine,
it.eng.spago.base.SourceBean content)
- Function that sets the basic values getting them from the xml template
- Parameters:
spagoBIKpiInternalEngine
- TODOcontent
- The template SourceBean containing parameters configuration