import { IPSDataEntity } from '../dataentity/ipsdata-entity'; import { IPSDEUserRole } from '../dataentity/priv/ipsdeuser-role'; import { IPSSysUserRoleData } from './ipssys-user-role-data'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysUserRoleDataImpl extends PSModelObjectImpl implements IPSSysUserRoleData { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdeuserrole: IPSDEUserRole | null; getPSDEUserRole(): IPSDEUserRole | null; get psDEUserRole(): IPSDEUserRole | null; getPSDEUserRoleMust(): IPSDEUserRole; protected psdataentity: IPSDataEntity | null; getPSDataEntity(): IPSDataEntity | null; get psDataEntity(): IPSDataEntity | null; getPSDataEntityMust(): IPSDataEntity; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-user-role-data-impl.d.ts.map