Class GAVPreferencesPortableGeneratedImpl

  • All Implemented Interfaces:
    org.uberfire.preferences.shared.bean.BasePreference<GAVPreferences>, org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>, org.uberfire.preferences.shared.bean.Preference

    @Portable(mapSuperTypes=true)
    @Generated("org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor")
    public class GAVPreferencesPortableGeneratedImpl
    extends GAVPreferences
    implements org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
    • Constructor Detail

      • GAVPreferencesPortableGeneratedImpl

        public GAVPreferencesPortableGeneratedImpl()
      • GAVPreferencesPortableGeneratedImpl

        public GAVPreferencesPortableGeneratedImpl​(boolean conflictingGAVCheckDisabled,
                                                   boolean childGAVEditEnabled)
    • Method Detail

      • getPojoClass

        public Class<GAVPreferences> getPojoClass()
        Specified by:
        getPojoClass in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • identifier

        public String identifier()
        Specified by:
        identifier in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • parents

        public String[] parents()
        Specified by:
        parents in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • bundleKey

        public String bundleKey()
        Specified by:
        bundleKey in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • set

        public void set​(String property,
                        Object value)
        Specified by:
        set in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • get

        public Object get​(String property)
        Specified by:
        get in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • getPropertiesTypes

        public Map<String,​org.uberfire.preferences.shared.PropertyFormType> getPropertiesTypes()
        Specified by:
        getPropertiesTypes in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • getPropertiesValidators

        public Map<String,​List<org.uberfire.preferences.shared.PropertyValidator>> getPropertiesValidators()
        Specified by:
        getPropertiesValidators in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isPersistable

        public boolean isPersistable()
        Specified by:
        isPersistable in interface org.uberfire.preferences.shared.bean.BasePreferencePortable<GAVPreferences>