it.eng.spagobi.bean
Class AnalysisBean
java.lang.Object
it.eng.spagobi.bean.AnalysisBean
- All Implemented Interfaces:
- java.io.Serializable
public class AnalysisBean
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
catalogUri
private java.lang.String catalogUri
mdxQuery
private java.lang.String mdxQuery
connectionName
private java.lang.String connectionName
colorPaletteName
private java.lang.String colorPaletteName
foregroundAlpha
private double foregroundAlpha
showPareto
private boolean showPareto
showChart
private boolean showChart
showTable
private boolean showTable
chartTitle
private java.lang.String chartTitle
chartType
private int chartType
chartHeight
private int chartHeight
chartWidth
private int chartWidth
fontName
private java.lang.String fontName
fontStyle
private int fontStyle
fontSize
private int fontSize
useChartSize
private boolean useChartSize
showLegend
private boolean showLegend
legendFontName
private java.lang.String legendFontName
legendFontStyle
private int legendFontStyle
legendFontSize
private int legendFontSize
legendPosition
private int legendPosition
showSlicer
private boolean showSlicer
slicerPosition
private int slicerPosition
slicerAlignment
private int slicerAlignment
slicerFontName
private java.lang.String slicerFontName
slicerFontStyle
private int slicerFontStyle
slicerFontSize
private int slicerFontSize
axisFontName
private java.lang.String axisFontName
axisFontStyle
private int axisFontStyle
axisFontSize
private int axisFontSize
horizAxisLabel
private java.lang.String horizAxisLabel
vertAxisLabel
private java.lang.String vertAxisLabel
axisTickFontName
private java.lang.String axisTickFontName
axisTickFontStyle
private int axisTickFontStyle
axisTickFontSize
private int axisTickFontSize
drillThroughEnabled
private boolean drillThroughEnabled
tickLabelRotate
private int tickLabelRotate
bgColorR
private int bgColorR
bgColorG
private int bgColorG
bgColorB
private int bgColorB
levelStyle
private boolean levelStyle
hideSpans
private boolean hideSpans
AnalysisBean
public AnalysisBean()
getCatalogUri
public java.lang.String getCatalogUri()
- Returns:
- String
getAxisFontName
public java.lang.String getAxisFontName()
- Returns:
- String
getAxisFontSize
public int getAxisFontSize()
- Returns:
- int
getAxisFontStyle
public int getAxisFontStyle()
- Returns:
- int
getChartHeight
public int getChartHeight()
- Returns:
- int
getChartTitle
public java.lang.String getChartTitle()
- Returns:
- String
getChartType
public int getChartType()
- Returns:
- int
getChartWidth
public int getChartWidth()
- Returns:
- int
isDrillThroughEnabled
public boolean isDrillThroughEnabled()
- Returns:
- boolean
getFontName
public java.lang.String getFontName()
- Returns:
- String
getFontSize
public int getFontSize()
- Returns:
- int
getFontStyle
public int getFontStyle()
- Returns:
- int
getHorizAxisLabel
public java.lang.String getHorizAxisLabel()
- Returns:
- String
getLegendFontName
public java.lang.String getLegendFontName()
- Returns:
- String
getLegendFontSize
public int getLegendFontSize()
- Returns:
- int
getLegendFontStyle
public int getLegendFontStyle()
- Returns:
- int
getLegendPosition
public int getLegendPosition()
- Returns:
- int
getMdxQuery
public java.lang.String getMdxQuery()
- Returns:
- String
isShowLegend
public boolean isShowLegend()
- Returns:
- boolean
isShowSlicer
public boolean isShowSlicer()
- Returns:
- boolean
getSlicerAlignment
public int getSlicerAlignment()
- Returns:
- int
getSlicerFontName
public java.lang.String getSlicerFontName()
- Returns:
- String
getSlicerFontSize
public int getSlicerFontSize()
- Returns:
- int
getSlicerFontStyle
public int getSlicerFontStyle()
- Returns:
- int
getSlicerPosition
public int getSlicerPosition()
- Returns:
- int
getTickLabelRotate
public int getTickLabelRotate()
- Returns:
- int
getVertAxisLabel
public java.lang.String getVertAxisLabel()
- Returns:
- String
getConnectionName
public java.lang.String getConnectionName()
- Returns:
- String
setCatalogUri
public void setCatalogUri(java.lang.String catalogUri)
- Parameters:
analysisTitle
- String
setAxisFontName
public void setAxisFontName(java.lang.String axisFontName)
- Parameters:
axisFontName
- String
setAxisFontSize
public void setAxisFontSize(int axisFontSize)
- Parameters:
axisFontSize
- int
setAxisFontStyle
public void setAxisFontStyle(int axisFontStyle)
- Parameters:
axisFontStyle
- int
setChartHeight
public void setChartHeight(int chartHeight)
- Parameters:
chartHeight
- int
setChartTitle
public void setChartTitle(java.lang.String chartTitle)
- Parameters:
chartTitle
- String
setChartType
public void setChartType(int chartType)
- Parameters:
chartType
- int
setChartWidth
public void setChartWidth(int chartWidth)
- Parameters:
chartWidth
- int
setDrillThroughEnabled
public void setDrillThroughEnabled(boolean drillThroughEnabled)
- Parameters:
drillThroughEnabled
- boolean
setFontName
public void setFontName(java.lang.String fontName)
- Parameters:
fontName
- String
setFontSize
public void setFontSize(int fontSize)
- Parameters:
fontSize
- int
setFontStyle
public void setFontStyle(int fontStyle)
- Parameters:
fontStyle
- int
setHorizAxisLabel
public void setHorizAxisLabel(java.lang.String horizAxisLabel)
- Parameters:
horizAxisLabel
- String
setLegendFontName
public void setLegendFontName(java.lang.String legendFontName)
- Parameters:
legendFontName
- String
setLegendFontSize
public void setLegendFontSize(int legendFontSize)
- Parameters:
legendFontSize
- int
setLegendFontStyle
public void setLegendFontStyle(int legendFontStyle)
- Parameters:
legendFontStyle
- int
setLegendPosition
public void setLegendPosition(int legendPosition)
- Parameters:
legendPosition
- int
setMdxQuery
public void setMdxQuery(java.lang.String mdxQuery)
- Parameters:
mdxQuery
- String
setShowLegend
public void setShowLegend(boolean showLegend)
- Parameters:
showLegend
- boolean
setShowSlicer
public void setShowSlicer(boolean showSlicer)
- Parameters:
showSlicer
- boolean
setSlicerAlignment
public void setSlicerAlignment(int slicerAlignment)
- Parameters:
slicerAlignment
- int
setSlicerFontName
public void setSlicerFontName(java.lang.String slicerFontName)
- Parameters:
slicerFontName
- String
setSlicerFontSize
public void setSlicerFontSize(int slicerFontSize)
- Parameters:
slicerFontSize
- int
setSlicerFontStyle
public void setSlicerFontStyle(int slicerFontStyle)
- Parameters:
slicerFontStyle
- int
setSlicerPosition
public void setSlicerPosition(int slicerPosition)
- Parameters:
slicerPosition
- int
setTickLabelRotate
public void setTickLabelRotate(int tickLabelRotate)
- Parameters:
tickLabelRotate
- int
setVertAxisLabel
public void setVertAxisLabel(java.lang.String vertAxisLabel)
- Parameters:
vertAxisLabel
- String
setConnectionName
public void setConnectionName(java.lang.String connectionName)
- Parameters:
dataSource
- String
getColorPaletteName
public java.lang.String getColorPaletteName()
- Returns:
- Returns the colorPaletteName.
setColorPaletteName
public void setColorPaletteName(java.lang.String colorPaletteName)
- Parameters:
colorPaletteName
- The colorPaletteName to set.
getShowPareto
public boolean getShowPareto()
- Returns:
- Returns the showPareto.
getAxisTickFontName
public java.lang.String getAxisTickFontName()
- Returns:
- String
getAxisTickFontSize
public int getAxisTickFontSize()
- Returns:
- int
getAxisTickFontStyle
public int getAxisTickFontStyle()
- Returns:
- int
isShowChart
public boolean isShowChart()
- Returns:
- boolean
isShowTable
public boolean isShowTable()
- Returns:
- boolean
getForegroundAlpha
public double getForegroundAlpha()
- Returns:
- double
isUseChartSize
public boolean isUseChartSize()
- Returns:
- boolean
getBgColorB
public int getBgColorB()
- Returns:
- int
getBgColorG
public int getBgColorG()
- Returns:
- int
getBgColorR
public int getBgColorR()
- Returns:
- int
isHideSpans
public boolean isHideSpans()
- Returns:
- boolean
isLevelStyle
public boolean isLevelStyle()
- Returns:
- boolean
setShowPareto
public void setShowPareto(boolean showPareto)
- Parameters:
showPareto
- The showPareto to set.
setAxisTickFontName
public void setAxisTickFontName(java.lang.String axisTickFontName)
- Parameters:
axisTickFontName
- String
setAxisTickFontSize
public void setAxisTickFontSize(int axisTickFontSize)
- Parameters:
axisTickFontSize
- int
setAxisTickFontStyle
public void setAxisTickFontStyle(int axisTickFontStyle)
- Parameters:
axisTickFontStyle
- int
setShowChart
public void setShowChart(boolean showChart)
- Parameters:
showChart
- boolean
setShowTable
public void setShowTable(boolean showTable)
- Parameters:
showTable
- boolean
setForegroundAlpha
public void setForegroundAlpha(double foregroundAlpha)
- Parameters:
foregroundAlpha
- double
setUseChartSize
public void setUseChartSize(boolean useChartSize)
- Parameters:
useChartSize
- boolean
setBgColorB
public void setBgColorB(int bgColorB)
- Parameters:
bgColorB
- int
setBgColorG
public void setBgColorG(int bgColorG)
- Parameters:
bgColorG
- int
setBgColorR
public void setBgColorR(int bgColorR)
- Parameters:
bgColorR
- int
setHideSpans
public void setHideSpans(boolean hideSpans)
- Parameters:
hideSpans
- boolean
setLevelStyle
public void setLevelStyle(boolean levelStyle)
- Parameters:
levelStyle
- boolean