|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 Setting
public String getValue()
Setting
getValue
in interface Setting
public void setKey(String toSet)
Setting
setKey
in interface Setting
toSet
- The setting's key.public void setValue(String toSet)
Setting
setValue
in interface Setting
toSet
- The setting's value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |