Class PluginSetting

java.lang.Object
com.atlassian.confluence.impl.plugin.settings.PluginSetting

@Entity public final class PluginSetting extends Object
  • Field Details

  • Constructor Details

    • PluginSetting

      public PluginSetting()
    • PluginSetting

      public PluginSetting(String namespace, String key, String value)
  • Method Details

    • getNamespace

      public String getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • equals

      public boolean equals(Object o)
      The correctness of this method depends on the entity NOT being lazily loaded or proxied. Thus, do not remove the existing Proxy annotation without consideration for this method and hashCode().
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object