Class SettingEntity

java.lang.Object
org.exoplatform.settings.rest.SettingEntity
All Implemented Interfaces:
Serializable

public class SettingEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • SettingEntity

      public SettingEntity()
    • SettingEntity

      public SettingEntity(org.exoplatform.commons.api.settings.data.Context context, org.exoplatform.commons.api.settings.data.Scope scope, String key, String value)
  • 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

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)