import { IPSSysDEListPortlet } from './ipssys-delist-portlet'; import { PSSysPortletImpl } from './pssys-portlet-impl'; export class PSSysDEListPortletImpl extends PSSysPortletImpl implements IPSSysDEListPortlet { get cls(): string { return 'PSSysDEListPortletImpl'; } instanceof(cls: string): boolean { if (cls == 'res.IPSSysDEListPortlet') return true; return super.instanceof(cls); } }