Package com.gmt2001.datastore
Class KeyValue
java.lang.Object
com.gmt2001.datastore.KeyValue
A key/value pair in the database
- Author:
- gmt2001
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyValue
Constructor- Parameters:
key- the value of thevariablecolumnvalue- the value of thevaluecolumn
-
-
Method Details
-
getKey
The value of thevariablecolumn- Returns:
- the variable
-
getValue
The value of thevaluecolumn- Returns:
- the value
-