persistable sclass MixedSSIList extends AbstractSSIList { *() { init(); } *(Cl l) { super(l); } AbstractSSI importSSI(AbstractSSI ssi) { ret ssi; } }