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


oracle.dss.util.persistence
Class AggregateInfo

java.lang.Object
  |
  +--oracle.dss.util.persistence.AggregateInfo
All Implemented Interfaces:
java.io.Serializable

public final class AggregateInfo
extends java.lang.Object
implements java.io.Serializable

An AggregateInfo contains informations about the aggregating object. These information are used by the container (of the aggregate objects) to restore relationship information with its aggregating objects.

See Also:
Serialized Form

Constructor Summary
AggregateInfo(Persistable persistable, int seq)
          Constructor for AggregateInfo

 

Method Summary
 Persistable getPersistable()
          Retrieves the aggregate object
 int getSequenceInfo()
          Retrieves the sequence information

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AggregateInfo

public AggregateInfo(Persistable persistable,
                     int seq)
Constructor for AggregateInfo
Parameters:
persistable - The aggregating object
seq - The sequence info of this aggregate object
Method Detail

getPersistable

public Persistable getPersistable()
Retrieves the aggregate object
Returns:
The aggregating object, which is of type Persistable

getSequenceInfo

public int getSequenceInfo()
Retrieves the sequence information
Returns:
The sequence info of this aggregate object

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


Copyright © 2003, Oracle. All Rights Reserved.