public class SettingEntity extends Object implements Serializable
| Constructor and Description |
|---|
SettingEntity() |
SettingEntity(org.exoplatform.commons.api.settings.data.Context context,
org.exoplatform.commons.api.settings.data.Scope scope,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.api.settings.data.Context |
getContext() |
String |
getKey() |
org.exoplatform.commons.api.settings.data.Scope |
getScope() |
String |
getValue() |
void |
setContext(org.exoplatform.commons.api.settings.data.Context context) |
void |
setKey(String key) |
void |
setScope(org.exoplatform.commons.api.settings.data.Scope scope) |
void |
setValue(String value) |
public org.exoplatform.commons.api.settings.data.Context getContext()
public void setContext(org.exoplatform.commons.api.settings.data.Context context)
public org.exoplatform.commons.api.settings.data.Scope getScope()
public void setScope(org.exoplatform.commons.api.settings.data.Scope scope)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.