Class DatasetTable.DatasetCell

  • Enclosing class:
    DatasetTable

    public static class DatasetTable.DatasetCell
    extends java.lang.Object
    Since:
    MicroStrategy Web 8.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      DatasetCell​(java.lang.Object value, java.lang.String rowKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRowKey()  
      java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DatasetCell

        public DatasetCell​(java.lang.Object value,
                           java.lang.String rowKey)
    • Method Detail

      • getRowKey

        public java.lang.String getRowKey()
      • getValue

        public java.lang.Object getValue()