Class KeyValue

java.lang.Object
com.gmt2001.datastore.KeyValue

public final class KeyValue extends Object
A key/value pair in the database
Author:
gmt2001
  • Constructor Details

    • KeyValue

      public KeyValue(String key, String value)
      Constructor
      Parameters:
      key - the value of the variable column
      value - the value of the value column
  • Method Details

    • getKey

      public String getKey()
      The value of the variable column
      Returns:
      the variable
    • getValue

      public String getValue()
      The value of the value column
      Returns:
      the value