com.ibm.tivoli.maximo.skd.control.chart

Class ChartRequestOptions

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.control.chart.ChartRequestOptions


  • public class ChartRequestOptions
    extends java.lang.Object
    Simple chart options request. Over time we may add more options, but for now, we can accept an optional chartId. This only useful for Chart Beans that can produce multiple charts.
    • Constructor Detail

      • ChartRequestOptions

        public ChartRequestOptions()
    • Method Detail

      • getChartId

        public java.lang.String getChartId()
      • setChartId

        public void setChartId(java.lang.String chartId)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setChartType

        public void setChartType(java.lang.String chartType)
      • getChartType

        public java.lang.String getChartType()