com.friendshipsystems.fsshresourcemanager.config
Class FGeneralSetting
java.lang.Object
com.friendshipsystems.fsshresourcemanager.utils.FDBObject
com.friendshipsystems.fsshresourcemanager.config.FGeneralSetting
public class FGeneralSetting
- extends com.friendshipsystems.fsshresourcemanager.utils.FDBObject
This class represents general settings that are stored inside the database.
These settings are mere key/value pairs.
- Author:
- FRIENDSHIP SYSTEMS
| Methods inherited from class com.friendshipsystems.fsshresourcemanager.utils.FDBObject |
delete, save, update |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FGeneralSetting
public FGeneralSetting()
FGeneralSetting
public FGeneralSetting(java.lang.String key,
java.lang.String value)
getSetting
public static FGeneralSetting getSetting(java.lang.String key)
getSettings
public static java.util.List<FGeneralSetting> getSettings()
toMap
public java.util.Map<java.lang.String,java.lang.Object> toMap()
- Specified by:
toMap in class com.friendshipsystems.fsshresourcemanager.utils.FDBObject
getName
public java.lang.String getName()
setName
public void setName(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)