import { IPSAppPortletCat } from './ipsapp-portlet-cat'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysCss } from '../../res/ipssys-css'; import { IPSSysImage } from '../../res/ipssys-image'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppPortletCatImpl extends PSModelObjectImpl implements IPSAppPortletCat { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected namepslanguageres: IPSLanguageRes | null; getNamePSLanguageRes(): IPSLanguageRes | null; get namePSLanguageRes(): IPSLanguageRes | null; getNamePSLanguageResMust(): IPSLanguageRes; get orderValue(): number; protected pssyscss: IPSSysCss | null; getPSSysCss(): IPSSysCss | null; get psSysCss(): IPSSysCss | null; getPSSysCssMust(): IPSSysCss; protected pssysimage: IPSSysImage | null; getPSSysImage(): IPSSysImage | null; get psSysImage(): IPSSysImage | null; getPSSysImageMust(): IPSSysImage; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get ungroup(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-portlet-cat-impl.d.ts.map