|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.settings.data.SettingContext
org.exoplatform.commons.api.settings.data.SettingScope
org.exoplatform.commons.api.settings.data.SettingKey
public class SettingKey
Created by The eXo Platform SAS Author : eXoPlatform bangnv@exoplatform.com Nov 22, 2012
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.commons.api.settings.data.SettingScope |
|---|
scope, scopePath |
| Fields inherited from class org.exoplatform.commons.api.settings.data.SettingContext |
|---|
context, ContextPath, repositoryName |
| Constructor Summary | |
|---|---|
SettingKey(Context context,
Scope scope,
String key)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getKey()
|
int |
hashCode()
|
void |
setKey(String key)
|
| Methods inherited from class org.exoplatform.commons.api.settings.data.SettingScope |
|---|
getScope, getScopePath |
| Methods inherited from class org.exoplatform.commons.api.settings.data.SettingContext |
|---|
getContext, getContextPath, getCurrentRepositoryName, getRepositoryName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettingKey(Context context,
Scope scope,
String key)
| Method Detail |
|---|
public String getKey()
public void setKey(String key)
public boolean equals(Object obj)
equals in class SettingScopepublic int hashCode()
hashCode in class SettingScope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||