Interface IAggregateOidCalculator

All Superinterfaces:
ICalculator, 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

    Modifier and Type
    Method
    Description
    void
    setContainer(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 Details

    • setContainer

      void setContainer(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