Class BaseProfilePluginInfo<PropertyInfoType extends BasePropertyInfo>

    • Constructor Detail

      • BaseProfilePluginInfo

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

      • getPluginType

        @NotNull
        public java.lang.String getPluginType()
      • getPluginName

        @NotNull
        public java.lang.String getPluginName()
      • getDisplayName

        @NotNull
        public java.lang.String getDisplayName()
      • getProperties

        @NotNull
        public java.util.List<PropertyInfoType> getProperties()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object