Class ProfilePreferences
- java.lang.Object
-
- org.kie.workbench.common.profile.api.preferences.ProfilePreferences
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>,org.uberfire.preferences.shared.bean.Preference
- Direct Known Subclasses:
ProfilePreferencesBeanGeneratedImpl,ProfilePreferencesPortableGeneratedImpl
public class ProfilePreferences extends Object implements org.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
-
Constructor Summary
Constructors Constructor Description ProfilePreferences()ProfilePreferences(Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfilePreferencesdefaultValue(ProfilePreferences defaultValue)ProfilegetProfile()voidsetProfile(Profile profile)
-
-
-
Constructor Detail
-
ProfilePreferences
public ProfilePreferences()
-
ProfilePreferences
public ProfilePreferences(Profile profile)
-
-
Method Detail
-
defaultValue
public ProfilePreferences defaultValue(ProfilePreferences defaultValue)
- Specified by:
defaultValuein interfaceorg.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>
-
getProfile
public Profile getProfile()
-
setProfile
public void setProfile(Profile profile)
-
-