it.eng.spagobi.engines.kpi
Class KpiEnginData
java.lang.Object
it.eng.spagobi.engines.kpi.KpiEnginData
public class KpiEnginData
- extends java.lang.Object
Constructor Summary |
KpiEnginData()
|
KpiEnginData(java.util.Locale locale,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String internationalizedFormat,
java.lang.String formatServer,
java.lang.String lang,
java.lang.String country,
boolean executionModalityScheduler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KpiEnginData
public KpiEnginData()
KpiEnginData
public KpiEnginData(java.util.Locale locale,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String internationalizedFormat,
java.lang.String formatServer,
java.lang.String lang,
java.lang.String country,
boolean executionModalityScheduler)
getLocale
public java.util.Locale getLocale()
setLocale
public void setLocale(java.util.Locale locale)
getProfile
public it.eng.spago.security.IEngUserProfile getProfile()
setProfile
public void setProfile(it.eng.spago.security.IEngUserProfile profile)
getInternationalizedFormat
public java.lang.String getInternationalizedFormat()
setInternationalizedFormat
public void setInternationalizedFormat(java.lang.String internationalizedFormat)
getFormatServer
public java.lang.String getFormatServer()
setFormatServer
public void setFormatServer(java.lang.String formatServer)
getLang
public java.lang.String getLang()
setLang
public void setLang(java.lang.String lang)
getCountry
public java.lang.String getCountry()
setCountry
public void setCountry(java.lang.String country)
isExecutionModalityScheduler
public boolean isExecutionModalityScheduler()
setExecutionModalityScheduler
public void setExecutionModalityScheduler(boolean executionModalityScheduler)