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