|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.dss.metadataUtil.MDAggregateInfo
An MDAggregateInfo contains information about the aggregating object. It's a data structur that contains an OLAP id and a position.
| Constructor Summary | |
MDAggregateInfo(java.lang.String id, int pos)Constructor for MDAggregateInfo | |
| Method Summary | |
java.lang.String |
getOLAPid()Retrieves the id |
int |
getPosition()Retrieves the position |
void |
setOLAPid(java.lang.String id)Sets the id |
void |
setPosition(int pos)Sets the position |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MDAggregateInfo(java.lang.String id,
int pos)
id - The OLAP idpos - The position| Method Detail |
public java.lang.String getOLAPid()
public int getPosition()
public void setOLAPid(java.lang.String id)
id - OLAP idpublic void setPosition(int pos)
pos - position.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||