Class OlapChartMetadata

java.lang.Object
fr.becpg.repo.olap.data.OlapChartMetadata

public class OlapChartMetadata extends Object
Provide Metadata rapport
Version:
$Id: $Id
Author:
"Matthieu Laborie"
  • Field Details

    • colIndex

      private final int colIndex
    • colType

      private final String colType
    • colName

      private final String colName
  • Constructor Details

    • OlapChartMetadata

      public OlapChartMetadata(int colIndex, String colType, String colName)

      Constructor for OlapChartMetadata.

      Parameters:
      colIndex - a int.
      colType - a String object.
      colName - a String object.
  • Method Details

    • getColIndex

      public int getColIndex()

      Getter for the field colIndex.

      Returns:
      a int.
    • getColType

      public String getColType()

      Getter for the field colType.

      Returns:
      a String object.
    • getColName

      public String getColName()

      Getter for the field colName.

      Returns:
      a String object.
    • toJSONObject

      public org.json.JSONObject toJSONObject() throws org.json.JSONException

      toJSONObject.

      Returns:
      a JSONObject object.
      Throws:
      org.json.JSONException - if any.