@Portable(mapSuperTypes=true) @Generated(value="org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor") public class WorkspaceManagerPreferencesPortableGeneratedImpl extends WorkspaceManagerPreferences implements BasePreferencePortable<WorkspaceManagerPreferences>
| Constructor and Description |
|---|
WorkspaceManagerPreferencesPortableGeneratedImpl() |
WorkspaceManagerPreferencesPortableGeneratedImpl(int cacheMaximumSize,
int cacheExpirationTime,
String cacheExpirationUnit) |
| Modifier and Type | Method and Description |
|---|---|
String |
bundleKey() |
boolean |
equals(Object o) |
Object |
get(String property) |
Class<WorkspaceManagerPreferences> |
getPojoClass() |
Map<String,PropertyFormType> |
getPropertiesTypes() |
Map<String,List<PropertyValidator>> |
getPropertiesValidators() |
int |
hashCode() |
String |
identifier() |
boolean |
isPersistable() |
String[] |
parents() |
void |
set(String property,
Object value) |
defaultValue, getCacheExpirationTime, getCacheExpirationUnit, getCacheMaximumSize, setCacheExpirationTime, setCacheExpirationUnit, setCacheMaximumSizeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetPropertyType, getPropertyValidatorspublic WorkspaceManagerPreferencesPortableGeneratedImpl()
public WorkspaceManagerPreferencesPortableGeneratedImpl(int cacheMaximumSize,
int cacheExpirationTime,
String cacheExpirationUnit)
public Class<WorkspaceManagerPreferences> getPojoClass()
getPojoClass in interface BasePreferencePortable<WorkspaceManagerPreferences>public String identifier()
identifier in interface BasePreferencePortable<WorkspaceManagerPreferences>public String[] parents()
parents in interface BasePreferencePortable<WorkspaceManagerPreferences>public String bundleKey()
bundleKey in interface BasePreferencePortable<WorkspaceManagerPreferences>public void set(String property, Object value)
set in interface BasePreferencePortable<WorkspaceManagerPreferences>public Object get(String property)
get in interface BasePreferencePortable<WorkspaceManagerPreferences>public Map<String,PropertyFormType> getPropertiesTypes()
getPropertiesTypes in interface BasePreferencePortable<WorkspaceManagerPreferences>public Map<String,List<PropertyValidator>> getPropertiesValidators()
getPropertiesValidators in interface BasePreferencePortable<WorkspaceManagerPreferences>public boolean isPersistable()
isPersistable in interface BasePreferencePortable<WorkspaceManagerPreferences>Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.