import { IPSDEDQMain } from './ipsdedqmain'; import { PSDEDQJoinImpl } from './psdedqjoin-impl'; export class PSDEDQMainImpl extends PSDEDQJoinImpl implements IPSDEDQMain { get cls(): string { return 'PSDEDQMainImpl'; } instanceof(cls: string): boolean { if (cls == 'dataentity.ds.IPSDEDQMain') return true; return super.instanceof(cls); } }