com.hyper9.simdk.db.impls
Class SettingImpl

java.lang.Object
  extended by com.hyper9.simdk.db.impls.SettingImpl
All Implemented Interfaces:
Setting, Serializable

public class SettingImpl
extends Object
implements Setting

See Also:
Serialized Form

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

SettingImpl

public SettingImpl()
Method Detail

getKey

public String getKey()
Description copied from interface: Setting
Gets the setting's key.

Specified by:
getKey in interface Setting
Returns:
The setting's key.

getValue

public String getValue()
Description copied from interface: Setting
Gets the setting's value.

Specified by:
getValue in interface Setting
Returns:
The setting's value.

setKey

public void setKey(String toSet)
Description copied from interface: Setting
Sets the setting's key.

Specified by:
setKey in interface Setting
Parameters:
toSet - The setting's key.

setValue

public void setValue(String toSet)
Description copied from interface: Setting
Sets the setting's value.

Specified by:
setValue in interface Setting
Parameters:
toSet - The setting's value.


Copyright © 2009-2010 Hyper9. All Rights Reserved.