net.tsz.afinal.db.table
类 KeyValue
java.lang.Object
net.tsz.afinal.db.table.KeyValue
public class KeyValue
- extends java.lang.Object
| 从类 java.lang.Object 继承的方法 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyValue
public KeyValue(java.lang.String key,
java.lang.Object value)
KeyValue
public KeyValue()
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)