com.hyper9.simdk.db.types
Interface Setting

All Superinterfaces:
Serializable
All Known Implementing Classes:
SettingImpl

public interface Setting
extends Serializable

A setting.

Author:
akutz

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.
 

Method Detail

getKey

String getKey()
Gets the setting's key.

Returns:
The setting's key.

setKey

void setKey(String toSet)
Sets the setting's key.

Parameters:
toSet - The setting's key.

getValue

String getValue()
Gets the setting's value.

Returns:
The setting's value.

setValue

void setValue(String toSet)
Sets the setting's value.

Parameters:
toSet - The setting's value.


Copyright © 2009-2010 Hyper9. All Rights Reserved.