public class CubeInfoKey extends CRDInfoKey
Constructor and Description |
---|
CubeInfoKey(java.lang.String catalogPath,
java.lang.String dataSource,
int queryType,
java.lang.String queryName,
java.lang.String bvName)
Constructs a Cube information key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares if the parameter object is equal to this one.
|
java.lang.String |
getBVName()
get BV name.
|
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toStr() |
java.lang.String |
toString()
Convert CubeInfoKey to string object.
|
getCatalogPath, getDataSource, getQueryName, getQueryType, setCatalogPath, setDataSource, setQueryName, setQueryType
public CubeInfoKey(java.lang.String catalogPath, java.lang.String dataSource, int queryType, java.lang.String queryName, java.lang.String bvName)
catalogPath
- catalog path.dataSource
- data source.queryType
- query type.queryName
- query name.bvName
- BV namepublic java.lang.String getBVName()
public boolean equals(java.lang.Object obj)
equals
in class CRDInfoKey
obj
- the object to be comparedpublic java.lang.String toString()
toString
in class CRDInfoKey
public java.lang.String toStr()
toStr
in class CRDInfoKey
public int hashCode()
hashCode
in class CRDInfoKey