public class UserSettingJdo extends SettingAbstractJdo implements org.apache.isis.applib.services.settings.UserSetting
| Constructor and Description |
|---|
UserSettingJdo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getKey() |
org.apache.isis.applib.services.settings.SettingType |
getType() |
String |
getUser() |
String |
getValueRaw() |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setType(org.apache.isis.applib.services.settings.SettingType type) |
void |
setUser(String user) |
void |
setValueRaw(String valueAsRaw) |
default0UpdateAsBoolean, default0UpdateAsInt, default0UpdateAsLocalDate, default0UpdateAsLong, default0UpdateAsString, default0UpdateDescription, delete, hideUpdateAsBoolean, hideUpdateAsInt, hideUpdateAsLocalDate, hideUpdateAsLong, hideUpdateAsString, setDomainObjectContainer, updateAsBoolean, updateAsInt, updateAsLocalDate, updateAsLong, updateAsString, updateDescriptiongetValueAsBoolean, getValueAsInt, getValueAsLocalDate, getValueAsLong, getValueAsString, hideValueAsBoolean, hideValueAsInt, hideValueAsLocalDate, hideValueAsLong, hideValueAsString, parseValueAsBoolean, parseValueAsInt, parseValueAsLocalDate, parseValueAsLong, typeIsNot, valueAsBoolean, valueAsInt, valueAsLocalDate, valueAsLong, valueAsStringpublic UserSettingJdo()
public String getUser()
getUser in interface org.apache.isis.applib.services.settings.UserSettingpublic String getKey()
getKey in interface org.apache.isis.applib.services.settings.ApplicationSettinggetKey in interface org.apache.isis.applib.services.settings.SettinggetKey in interface org.apache.isis.applib.services.settings.UserSettinggetKey in class SettingAbstractJdopublic void setKey(String key)
setKey in class SettingAbstractJdopublic String getDescription()
getDescription in interface org.apache.isis.applib.services.settings.SettinggetDescription in class SettingAbstractJdopublic void setDescription(String description)
setDescription in class SettingAbstractJdopublic String getValueRaw()
getValueRaw in interface org.apache.isis.applib.services.settings.SettinggetValueRaw in class SettingAbstractJdopublic void setValueRaw(String valueAsRaw)
setValueRaw in class SettingAbstractJdopublic org.apache.isis.applib.services.settings.SettingType getType()
getType in interface org.apache.isis.applib.services.settings.SettinggetType in class SettingAbstractJdopublic void setType(org.apache.isis.applib.services.settings.SettingType type)
setType in class SettingAbstractJdoCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.