import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSAppDEPrint } from '../../app/dataentity/ipsapp-deprint'; import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEAction } from '../action/ipsdeaction'; import { IPSDEDataSet } from '../ds/ipsdedata-set'; import { IPSDEPrint } from './ipsdeprint'; import { IPSDEOPPriv } from '../priv/ipsdeoppriv'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEPrintImpl extends PSModelObjectImpl implements IPSDEPrint, IPSAppDEPrint, IPSModelSortable { get codeName(): string; get dataAccessAction(): string; protected detailpsde: IPSDataEntity | null; getDetailPSDE(): IPSDataEntity | null; get detailPSDE(): IPSDataEntity | null; getDetailPSDEMust(): IPSDataEntity; protected detailpsdedataset: IPSDEDataSet | null; getDetailPSDEDataSet(): IPSDEDataSet | null; get detailPSDEDataSet(): IPSDEDataSet | null; getDetailPSDEDataSetMust(): IPSDEDataSet; get dynaModelFilePath(): string; get extendMode(): 0 | 2; protected getdatapsdeaction: IPSDEAction | null; getGetDataPSDEAction(): IPSDEAction | null; get getDataPSDEAction(): IPSDEAction | null; getGetDataPSDEActionMust(): IPSDEAction; protected getdatapsdeoppriv: IPSDEOPPriv | null; getGetDataPSDEOPPriv(): IPSDEOPPriv | null; get getDataPSDEOPPriv(): IPSDEOPPriv | null; getGetDataPSDEOPPrivMust(): IPSDEOPPriv; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; get pOTime(): number; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get reportFile(): string; get reportModel(): string; get reportType(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get defaultMode(): boolean; get enableColPriv(): boolean; get enableLog(): boolean; get enableMulitPrint(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeprint-impl.d.ts.map