Package org.exoplatform.settings.rest
Class SettingEntity
java.lang.Object
org.exoplatform.settings.rest.SettingEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSettingEntity(org.exoplatform.commons.api.settings.data.Context context, org.exoplatform.commons.api.settings.data.Scope scope, String key, String value) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.settings.data.ContextgetKey()org.exoplatform.commons.api.settings.data.ScopegetScope()getValue()voidsetContext(org.exoplatform.commons.api.settings.data.Context context) voidvoidsetScope(org.exoplatform.commons.api.settings.data.Scope scope) void
-
Constructor Details
-
SettingEntity
public SettingEntity() -
SettingEntity
-
-
Method Details
-
getContext
public org.exoplatform.commons.api.settings.data.Context getContext() -
setContext
public void setContext(org.exoplatform.commons.api.settings.data.Context context) -
getScope
public org.exoplatform.commons.api.settings.data.Scope getScope() -
setScope
public void setScope(org.exoplatform.commons.api.settings.data.Scope scope) -
getKey
-
setKey
-
getValue
-
setValue
-