Package org.openxava.calculators
Interface IAggregateOidCalculator
- All Superinterfaces:
ICalculator,Serializable
- All Known Implementing Classes:
ConcatOidCalculator,CounterByPassOidCalculator
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 TypeMethodDescriptionvoidsetContainer(Object container) The container object of aggregate.voidsetCounter(int counter) A number that can be used to create the oid.Methods inherited from interface org.openxava.calculators.ICalculator
calculate
-
Method Details
-
setContainer
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
-