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 thevariable
columnvalue
- the value of thevalue
column
-
-
Method Details
-
getKey
The value of thevariable
column- Returns:
- the variable
-
getValue
The value of thevalue
column- Returns:
- the value
-