|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hyper9.simdk.db.impls.SettingImpl
public class SettingImpl
| Constructor Summary | |
|---|---|
SettingImpl()
|
|
| Method Summary | |
|---|---|
String |
getKey()
Gets the setting's key. |
String |
getValue()
Gets the setting's value. |
void |
setKey(String toSet)
Sets the setting's key. |
void |
setValue(String toSet)
Sets the setting's value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettingImpl()
| Method Detail |
|---|
public String getKey()
Setting
getKey in interface Settingpublic String getValue()
Setting
getValue in interface Settingpublic void setKey(String toSet)
Setting
setKey in interface SettingtoSet - The setting's key.public void setValue(String toSet)
Setting
setValue in interface SettingtoSet - The setting's value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||