public class SettingKey extends SettingScope
scope, scopePath
context, ContextPath, repositoryName
Constructor and Description |
---|
SettingKey(Context context,
Scope scope,
String key)
Creates a SettingKey with a composite value [context, scope, key].
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares a specified object with the SettingKey for equality.
|
String |
getKey()
Gets a key value of the SettingKey object.
|
int |
hashCode()
Returns the hash code value for the SettingKey object.
|
void |
setKey(String key)
Sets a key value of the SettingKey object.
|
getScope, getScopePath
getContext, getContextPath, getCurrentRepositoryName, getRepositoryName
public String getKey()
public void setKey(String key)
key
- The key value.public boolean equals(Object obj)
equals
in class SettingScope
public int hashCode()
hashCode
in class SettingScope
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.