Class PluginSetting
java.lang.Object
com.atlassian.confluence.impl.plugin.settings.PluginSetting
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE_MAX_LENGTH
public static final int NAMESPACE_MAX_LENGTH- See Also:
-
KEY_MAX_LENGTH
public static final int KEY_MAX_LENGTH- See Also:
-
SERIALIZED_VALUE_MAX_LENGTH
public static final int SERIALIZED_VALUE_MAX_LENGTH- See Also:
-
-
Constructor Details
-
PluginSetting
public PluginSetting() -
PluginSetting
-
-
Method Details
-
getNamespace
-
setNamespace
-
getKey
-
setKey
-
getValue
-
setValue
-
equals
The correctness of this method depends on the entity NOT being lazily loaded or proxied. Thus, do not remove the existingProxy
annotation without consideration for this method andhashCode()
. -
toString
-
hashCode
public int hashCode()
-