import { IPSAppDEMethod } from '../../app/dataentity/ipsapp-demethod'; import { IPSDEFIUpdateDetail } from './ipsdefiupdate-detail'; import { IPSDEFormItemUpdate } from './ipsdeform-item-update'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEFormItemUpdateImpl extends PSModelObjectImpl implements IPSDEFormItemUpdate { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdemethod: IPSAppDEMethod | null; getPSAppDEMethod(): IPSAppDEMethod | null; get psAppDEMethod(): IPSAppDEMethod | null; getPSAppDEMethodMust(): IPSAppDEMethod; protected psdefiupdatedetails: IPSDEFIUpdateDetail[] | null; getPSDEFIUpdateDetails(): IPSDEFIUpdateDetail[] | null; get psDEFIUpdateDetails(): IPSDEFIUpdateDetail[] | null; findPSDEFIUpdateDetail(objKey: any): IPSDEFIUpdateDetail | null; get rTMOSFilePath(): string; get scriptCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get customCode(): boolean; get showBusyIndicator(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeform-item-update-impl.d.ts.map