Class UserPreference
- java.lang.Object
-
- org.uberfire.ext.services.shared.preferences.UserPreference
-
- Direct Known Subclasses:
GridPreferencesStore,MultiGridPreferencesStore,UserWorkbenchPreferences
@Portable public class UserPreference extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpreferenceKeyprotected UserPreferencesTypetype
-
Constructor Summary
Constructors Constructor Description UserPreference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPreferenceKey()UserPreferencesTypegetType()voidsetPreferenceKey(String preferenceKey)voidsetType(UserPreferencesType type)
-
-
-
Field Detail
-
type
protected UserPreferencesType type
-
preferenceKey
protected String preferenceKey
-
-
Method Detail
-
getType
public UserPreferencesType getType()
-
setType
public void setType(UserPreferencesType type)
-
getPreferenceKey
public String getPreferenceKey()
-
setPreferenceKey
public void setPreferenceKey(String preferenceKey)
-
-