Search in sources :

Example 1 with LeaseTermForTesting

use of org.estatio.module.lease.dom.LeaseTermForTesting in project estatio by estatio.

the class InstantiatorForLeaseTerm method instantiate.

@Override
public Object instantiate() {
    final LeaseTerm lt = new LeaseTermForTesting();
    lt.setSequence(BigInteger.valueOf(sequence++));
    return lt;
}
Also used : LeaseTerm(org.estatio.module.lease.dom.LeaseTerm) LeaseTermForTesting(org.estatio.module.lease.dom.LeaseTermForTesting)

Aggregations

LeaseTerm (org.estatio.module.lease.dom.LeaseTerm)1 LeaseTermForTesting (org.estatio.module.lease.dom.LeaseTermForTesting)1