public class Record extends Object
protected String
key
value
Record()
String
getKey()
getValue()
void
setKey(String key)
setValue(String value)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected String key
protected String value
public Record()
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String toString()
toString
Object