Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-