Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.metadataUtil
Class MDAggregateInfo

java.lang.Object
  |
  +--oracle.dss.metadataUtil.MDAggregateInfo

public final class MDAggregateInfo
extends java.lang.Object

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

MDAggregateInfo

public MDAggregateInfo(java.lang.String id,
                       int pos)
Constructor for MDAggregateInfo
Parameters:
id - The OLAP id
pos - The position
Method Detail

getOLAPid

public java.lang.String getOLAPid()
Retrieves the id
Returns:
The OLAP id.

getPosition

public int getPosition()
Retrieves the position
Returns:
position.

setOLAPid

public void setOLAPid(java.lang.String id)
Sets the id
Parameters:
id - OLAP id

setPosition

public void setPosition(int pos)
Sets the position
Parameters:
pos - position.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.