@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, setCacheMaximumSize
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getPropertyType, getPropertyValidators
public 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–2019 JBoss by Red Hat. All rights reserved.