package com.linkare.mappings.test; public class DataRowTest extends DataRowTest_Base { public DataRowTest() { super(); setRootDomainObject(net.sourceforge.fenixedu.domain.RootDomainObject.getInstance()); } public DataRowTest(int value1) { super(); setRootDomainObject(net.sourceforge.fenixedu.domain.RootDomainObject.getInstance()); setValue1(value1); } public void delete() { removeRootDomainObject(); super.deleteDomainObject(); } }