package bugs.jdo.bug1812; public class DM1TeweSingle extends AbstractTewe { /** DOCUMENT ME! */ private Boolean dmtyp1; /** DOCUMENT ME! */ private Boolean dmtyp2; public Integer getDmpTheme() { return 1; } public Integer getDmpVersion() { return 2; } public Boolean getDmtyp1() { return dmtyp1; } public void setDmtyp1( Boolean dmtyp1 ) { this.dmtyp1 = dmtyp1; } public Boolean getDmtyp2() { return dmtyp2; } public void setDmtyp2( Boolean dmtyp2 ) { this.dmtyp2 = dmtyp2; } }