import { IPSAppDEMethod } from '../../app/dataentity/ipsapp-demethod'; import { IPSDEGEIUpdateDetail } from './ipsdegeiupdate-detail'; import { IPSDEGridEditItemUpdate } from './ipsdegrid-edit-item-update'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEGridEditItemUpdateImpl extends PSModelObjectImpl implements IPSDEGridEditItemUpdate { 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 psdegeiupdatedetails: IPSDEGEIUpdateDetail[] | null; getPSDEGEIUpdateDetails(): IPSDEGEIUpdateDetail[] | null; get psDEGEIUpdateDetails(): IPSDEGEIUpdateDetail[] | null; findPSDEGEIUpdateDetail(objKey: any): IPSDEGEIUpdateDetail | 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=psdegrid-edit-item-update-impl.d.ts.map