Class ProfilePreferencesPortableGeneratedImpl
- java.lang.Object
-
- org.kie.workbench.common.profile.api.preferences.ProfilePreferences
-
- org.kie.workbench.common.profile.api.preferences.ProfilePreferencesPortableGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<ProfilePreferences>,org.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>,org.uberfire.preferences.shared.bean.Preference
@Portable(mapSuperTypes=true) @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class ProfilePreferencesPortableGeneratedImpl extends ProfilePreferences implements org.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
-
Constructor Summary
Constructors Constructor Description ProfilePreferencesPortableGeneratedImpl()ProfilePreferencesPortableGeneratedImpl(Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbundleKey()booleanequals(Object o)Objectget(String property)Class<ProfilePreferences>getPojoClass()Map<String,org.uberfire.preferences.shared.PropertyFormType>getPropertiesTypes()Map<String,List<org.uberfire.preferences.shared.PropertyValidator>>getPropertiesValidators()inthashCode()Stringidentifier()booleanisPersistable()String[]parents()voidset(String property, Object value)-
Methods inherited from class org.kie.workbench.common.profile.api.preferences.ProfilePreferences
defaultValue, getProfile, setProfile
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ProfilePreferencesPortableGeneratedImpl
public ProfilePreferencesPortableGeneratedImpl()
-
ProfilePreferencesPortableGeneratedImpl
public ProfilePreferencesPortableGeneratedImpl(Profile profile)
-
-
Method Detail
-
getPojoClass
public Class<ProfilePreferences> getPojoClass()
- Specified by:
getPojoClassin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
identifier
public String identifier()
- Specified by:
identifierin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
parents
public String[] parents()
- Specified by:
parentsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
bundleKey
public String bundleKey()
- Specified by:
bundleKeyin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
set
public void set(String property, Object value)
- Specified by:
setin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
get
public Object get(String property)
- Specified by:
getin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
getPropertiesTypes
public Map<String,org.uberfire.preferences.shared.PropertyFormType> getPropertiesTypes()
- Specified by:
getPropertiesTypesin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
getPropertiesValidators
public Map<String,List<org.uberfire.preferences.shared.PropertyValidator>> getPropertiesValidators()
- Specified by:
getPropertiesValidatorsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
isPersistable
public boolean isPersistable()
- Specified by:
isPersistablein interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<ProfilePreferences>
-
-