Class UserSetting
java.lang.Object
org.opencastproject.adminui.usersettings.UserSetting
A class used to store a key-value pair for a user setting.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserSetting
- Parameters:
id- A unique id in the database.key- A key that will identify which setting this is, may not be unique.value- A value that the setting is set to.
-
-
Method Details
-
getId
public long getId() -
getKey
-
getValue
-
toJson
- Returns:
- The JSON representation of this user setting.
-