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;
}
Aggregations