org.openxava.calculators
Interface IAggregateOidCalculator

All Superinterfaces:
ICalculator, java.io.Serializable
All Known Implementing Classes:
ConcatOidCalculator, CounterByPassOidCalculator

public interface IAggregateOidCalculator
extends ICalculator

Calculator for the oid of an aggregete.

The oid of an aggregate can be calculated by an calculator of any type, but if this type is used some additional useful info is provided.

Author:
Javier Paniza

Method Summary
 void setContainer(java.lang.Object container)
          The container object of aggregate.
 void setCounter(int counter)
          A number that can be used to create the oid.
 
Methods inherited from interface org.openxava.calculators.ICalculator
calculate
 

Method Detail

setContainer

void setContainer(java.lang.Object container)
The container object of aggregate.


setCounter

void setCounter(int counter)
A number that can be used to create the oid.

Usually this is a sequential number