Class UserSettingDto
java.lang.Object
org.opencastproject.adminui.usersettings.persistence.UserSettingDto
Entity object for user settings.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorUserSettingDto(long id, String key, String value, String username, String organization) Creates a user setting -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getKey()getValue()voidsetId(long id) voidvoidsetOrganization(String organization) voidsetUsername(String username) void
-
Constructor Details
-
UserSettingDto
public UserSettingDto()Default constructor -
UserSettingDto
Creates a user setting- Parameters:
id- A unique id that identifies a user setting.key- The key to identify which user setting this is.value- THe value of the of the user setting.username- The user name to identify which user this user setting is for.organization- The org that the user belongs to.
-
-
Method Details
-
toUserSetting
- Returns:
- the business object model of this message signature
-
getId
public long getId() -
setId
public void setId(long id) -
getKey
-
setKey
-
getValue
-
setValue
-
getUsername
-
setUsername
-
getOrganization
-
setOrganization
-