Class Row

  • All Implemented Interfaces:
    java.io.Serializable

    public class Row
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Row()  
      Row​(java.util.HashMap<java.lang.String,​java.lang.String> data)  
    • Method Summary

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

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

      • Row

        public Row()
      • Row

        public Row​(java.util.HashMap<java.lang.String,​java.lang.String> data)
    • Method Detail

      • getValue

        public java.lang.String getValue​(java.lang.String column)