Class BaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo>

    • Constructor Detail

      • BaseProfilePluginInfo

        protected BaseProfilePluginInfo​(@NotNull
                                        String pluginType,
                                        @NotNull
                                        String pluginName,
                                        @NotNull
                                        String displayName,
                                        @NotNull
                                        List<PropertyInfoType> properties)
    • Method Detail

      • getPluginType

        @NotNull
        public String getPluginType()
      • getPluginName

        @NotNull
        public String getPluginName()
      • getDisplayName

        @NotNull
        public String getDisplayName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object