org.exoplatform.commons.api.settings.data
Class SettingScope

java.lang.Object
  extended by org.exoplatform.commons.api.settings.data.SettingContext
      extended by org.exoplatform.commons.api.settings.data.SettingScope
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SettingKey

public class SettingScope
extends SettingContext

Created by The eXo Platform SAS Author : Nguyen Viet Bang bangnv@exoplatform.com Nov 26, 2012

See Also:
Serialized Form

Field Summary
protected  Scope scope
           
protected  String scopePath
           
 
Fields inherited from class org.exoplatform.commons.api.settings.data.SettingContext
context, ContextPath, repositoryName
 
Constructor Summary
SettingScope(Context context, Scope scope)
           
 
Method Summary
 boolean equals(Object obj)
           
 Scope getScope()
           
 String getScopePath()
           
 int hashCode()
           
 
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
 

Field Detail

scope

protected Scope scope

scopePath

protected String scopePath
Constructor Detail

SettingScope

public SettingScope(Context context,
                    Scope scope)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class SettingContext

hashCode

public int hashCode()
Overrides:
hashCode in class SettingContext

getScope

public Scope getScope()

getScopePath

public String getScopePath()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.