|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.framework.server.application.DefaultStoreKey
public class DefaultStoreKey
Constructor Summary | |
---|---|
DefaultStoreKey(java.lang.String uri) Constructs a DefaultStoreKey object with a specific URI. |
|
DefaultStoreKey(java.lang.String contextLevel, java.lang.String key) Constructs a DefaultStoreKey object with specific context level and key values. |
Method Summary | |
---|---|
java.lang.String |
getKey() |
java.lang.String |
getScope() |
boolean |
isArray() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultStoreKey(java.lang.String uri)
DefaultStoreKey
object with a specific URI.
uri
- the URI for this store key.public DefaultStoreKey(java.lang.String contextLevel, java.lang.String key)
DefaultStoreKey
object with specific context level and key values.
contextLevel
- a string representing the context level for this store key.key
- a string representing the key for this store key.Method Detail |
---|
public java.lang.String getScope()
public java.lang.String getKey()
public boolean isArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |