Class PluginProperty

    • Constructor Detail

      • PluginProperty

        public PluginProperty​(Database database)
      • PluginProperty

        public PluginProperty​(Database database,
                              Plugin plugin,
                              java.lang.String name,
                              java.lang.String value)
    • Method Detail

      • getPluginConfigurationId

        public int getPluginConfigurationId()
      • getName

        public java.lang.String getName()
        Description copied from interface: PluginProperty
        Gets the unique name of this property.
        Specified by:
        getName in interface PluginProperty
        Returns:
        name of the property.
      • getValue

        public java.lang.String getValue()
        Description copied from interface: PluginProperty
        Gets the user-assigned value of this property.
        Specified by:
        getValue in interface PluginProperty
        Returns:
        user assigned value, null if not defined.
      • setValue

        public void setValue​(java.lang.String value)
      • hashCode

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

        public void remove()