@Portable(mapSuperTypes=true) @Generated(value="org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class GeneralPreferencesPortableGeneratedImpl extends GeneralPreferences implements BasePreferencePortable<GeneralPreferences>
Constructor and Description |
---|
GeneralPreferencesPortableGeneratedImpl() |
Modifier and Type | Method and Description |
---|---|
String |
bundleKey() |
boolean |
equals(Object o) |
Object |
get(String property) |
Class<GeneralPreferences> |
getPojoClass() |
Map<String,PropertyFormType> |
getPropertiesTypes() |
Map<String,List<PropertyValidator>> |
getPropertiesValidators() |
int |
hashCode() |
String |
identifier() |
boolean |
isPersistable() |
String[] |
parents() |
void |
set(String property,
Object value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getPropertyType, getPropertyValidators
public GeneralPreferencesPortableGeneratedImpl()
public Class<GeneralPreferences> getPojoClass()
getPojoClass
in interface BasePreferencePortable<GeneralPreferences>
public String identifier()
identifier
in interface BasePreferencePortable<GeneralPreferences>
public String[] parents()
parents
in interface BasePreferencePortable<GeneralPreferences>
public String bundleKey()
bundleKey
in interface BasePreferencePortable<GeneralPreferences>
public void set(String property, Object value)
set
in interface BasePreferencePortable<GeneralPreferences>
public Object get(String property)
get
in interface BasePreferencePortable<GeneralPreferences>
public Map<String,PropertyFormType> getPropertiesTypes()
getPropertiesTypes
in interface BasePreferencePortable<GeneralPreferences>
public Map<String,List<PropertyValidator>> getPropertiesValidators()
getPropertiesValidators
in interface BasePreferencePortable<GeneralPreferences>
public boolean isPersistable()
isPersistable
in interface BasePreferencePortable<GeneralPreferences>
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.