Class GeneralPreferencesPortableGeneratedImpl
- java.lang.Object
-
- org.guvnor.common.services.project.preferences.GeneralPreferences
-
- org.guvnor.common.services.project.preferences.GeneralPreferencesPortableGeneratedImpl
-
- All Implemented Interfaces:
org.uberfire.preferences.shared.bean.BasePreference<GeneralPreferences>,org.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>,org.uberfire.preferences.shared.bean.Preference
@Portable(mapSuperTypes=true) @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class GeneralPreferencesPortableGeneratedImpl extends GeneralPreferences implements org.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
-
Constructor Summary
Constructors Constructor Description GeneralPreferencesPortableGeneratedImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbundleKey()booleanequals(Object o)Objectget(String property)Class<GeneralPreferences>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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getPojoClass
public Class<GeneralPreferences> getPojoClass()
- Specified by:
getPojoClassin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
identifier
public String identifier()
- Specified by:
identifierin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
parents
public String[] parents()
- Specified by:
parentsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
bundleKey
public String bundleKey()
- Specified by:
bundleKeyin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
set
public void set(String property, Object value)
- Specified by:
setin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
get
public Object get(String property)
- Specified by:
getin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
getPropertiesTypes
public Map<String,org.uberfire.preferences.shared.PropertyFormType> getPropertiesTypes()
- Specified by:
getPropertiesTypesin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
getPropertiesValidators
public Map<String,List<org.uberfire.preferences.shared.PropertyValidator>> getPropertiesValidators()
- Specified by:
getPropertiesValidatorsin interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
isPersistable
public boolean isPersistable()
- Specified by:
isPersistablein interfaceorg.uberfire.preferences.shared.bean.BasePreferencePortable<GeneralPreferences>
-
-