2007-11-05 17:59:28 +00:00
|
|
|
unit schRecibosClienteServer_Intf;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
Classes, DB, SysUtils, uROClasses, uDADataTable, uDABusinessProcessor, FmtBCD, uROXMLIntf, schRecibosClienteClient_Intf;
|
|
|
|
|
|
|
|
|
|
const
|
|
|
|
|
{ Delta rules ids
|
|
|
|
|
Feel free to change them to something more human readable
|
|
|
|
|
but make sure they are unique in the context of your application }
|
2007-11-12 19:37:16 +00:00
|
|
|
RID_RecibosClienteDelta = '{112687A9-E4E3-453E-AD24-F6AF1575EDCC}';
|
|
|
|
|
RID_PagosClienteDelta = '{41C4B6B1-E072-45C7-9E22-BB8773C91269}';
|
|
|
|
|
RID_RecibosCompensadosCliDelta = '{A4012B7D-03C6-4AE3-84CF-E185F4BA123E}';
|
2007-11-05 17:59:28 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
{ IRecibosClienteDelta }
|
|
|
|
|
IRecibosClienteDelta = interface(IRecibosCliente)
|
2007-11-12 19:37:16 +00:00
|
|
|
['{112687A9-E4E3-453E-AD24-F6AF1575EDCC}']
|
2007-11-05 17:59:28 +00:00
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetOldIDValue : Integer;
|
|
|
|
|
function GetOldID_RECIBO_COMPENSADOValue : Integer;
|
|
|
|
|
function GetOldREFERENCIA_REC_COMPENSADOValue : String;
|
|
|
|
|
function GetOldREFERENCIAValue : String;
|
|
|
|
|
function GetOldSITUACIONValue : String;
|
|
|
|
|
function GetOldID_FACTURAValue : Integer;
|
|
|
|
|
function GetOldID_REMESAValue : Integer;
|
|
|
|
|
function GetOldREFERENCIA_REMESAValue : String;
|
|
|
|
|
function GetOldFECHA_EMISIONValue : DateTime;
|
|
|
|
|
function GetOldFECHA_VENCIMIENTOValue : DateTime;
|
|
|
|
|
function GetOldDESCRIPCIONValue : String;
|
|
|
|
|
function GetOldOBSERVACIONESValue : String;
|
|
|
|
|
function GetOldIMPORTEValue : Currency;
|
|
|
|
|
function GetOldOTROS_GASTOSValue : Currency;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue : Currency;
|
|
|
|
|
function GetOldFECHA_FACTURAValue : DateTime;
|
|
|
|
|
function GetOldFORMA_PAGO_FACTURAValue : String;
|
|
|
|
|
function GetOldIMPORTE_FACTURAValue : Currency;
|
|
|
|
|
function GetOldID_EMPRESAValue : Integer;
|
|
|
|
|
function GetOldID_CLIENTEValue : Integer;
|
|
|
|
|
function GetOldNOMBRE_CLIENTEValue : String;
|
|
|
|
|
function GetOldNIF_CIF_CLIENTEValue : String;
|
|
|
|
|
function GetOldENTIDAD_CLIENTEValue : String;
|
|
|
|
|
function GetOldSUCURSAL_CLIENTEValue : String;
|
|
|
|
|
function GetOldDC_CLIENTEValue : String;
|
|
|
|
|
function GetOldCUENTA_CLIENTEValue : String;
|
|
|
|
|
function GetOldFECHA_ALTAValue : DateTime;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONValue : DateTime;
|
|
|
|
|
function GetOldUSUARIOValue : String;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldID_RECIBO_COMPENSADO : Integer read GetOldID_RECIBO_COMPENSADOValue;
|
|
|
|
|
property OldREFERENCIA_REC_COMPENSADO : String read GetOldREFERENCIA_REC_COMPENSADOValue;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldSITUACION : String read GetOldSITUACIONValue;
|
|
|
|
|
property OldID_FACTURA : Integer read GetOldID_FACTURAValue;
|
|
|
|
|
property OldID_REMESA : Integer read GetOldID_REMESAValue;
|
|
|
|
|
property OldREFERENCIA_REMESA : String read GetOldREFERENCIA_REMESAValue;
|
|
|
|
|
property OldFECHA_EMISION : DateTime read GetOldFECHA_EMISIONValue;
|
|
|
|
|
property OldFECHA_VENCIMIENTO : DateTime read GetOldFECHA_VENCIMIENTOValue;
|
|
|
|
|
property OldDESCRIPCION : String read GetOldDESCRIPCIONValue;
|
|
|
|
|
property OldOBSERVACIONES : String read GetOldOBSERVACIONESValue;
|
|
|
|
|
property OldIMPORTE : Currency read GetOldIMPORTEValue;
|
|
|
|
|
property OldOTROS_GASTOS : Currency read GetOldOTROS_GASTOSValue;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldFECHA_FACTURA : DateTime read GetOldFECHA_FACTURAValue;
|
|
|
|
|
property OldFORMA_PAGO_FACTURA : String read GetOldFORMA_PAGO_FACTURAValue;
|
|
|
|
|
property OldIMPORTE_FACTURA : Currency read GetOldIMPORTE_FACTURAValue;
|
|
|
|
|
property OldID_EMPRESA : Integer read GetOldID_EMPRESAValue;
|
|
|
|
|
property OldID_CLIENTE : Integer read GetOldID_CLIENTEValue;
|
|
|
|
|
property OldNOMBRE_CLIENTE : String read GetOldNOMBRE_CLIENTEValue;
|
|
|
|
|
property OldNIF_CIF_CLIENTE : String read GetOldNIF_CIF_CLIENTEValue;
|
|
|
|
|
property OldENTIDAD_CLIENTE : String read GetOldENTIDAD_CLIENTEValue;
|
|
|
|
|
property OldSUCURSAL_CLIENTE : String read GetOldSUCURSAL_CLIENTEValue;
|
|
|
|
|
property OldDC_CLIENTE : String read GetOldDC_CLIENTEValue;
|
|
|
|
|
property OldCUENTA_CLIENTE : String read GetOldCUENTA_CLIENTEValue;
|
|
|
|
|
property OldFECHA_ALTA : DateTime read GetOldFECHA_ALTAValue;
|
|
|
|
|
property OldFECHA_MODIFICACION : DateTime read GetOldFECHA_MODIFICACIONValue;
|
|
|
|
|
property OldUSUARIO : String read GetOldUSUARIOValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
{ TRecibosClienteBusinessProcessorRules }
|
|
|
|
|
TRecibosClienteBusinessProcessorRules = class(TDABusinessProcessorRules, IRecibosCliente, IRecibosClienteDelta)
|
|
|
|
|
private
|
|
|
|
|
protected
|
|
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetIDValue: Integer; virtual;
|
|
|
|
|
function GetIDIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIDValue: Integer; virtual;
|
|
|
|
|
function GetOldIDIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIDValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetIDIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_RECIBO_COMPENSADOValue: Integer; virtual;
|
|
|
|
|
function GetID_RECIBO_COMPENSADOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_RECIBO_COMPENSADOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_RECIBO_COMPENSADOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_RECIBO_COMPENSADOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_RECIBO_COMPENSADOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREFERENCIA_REC_COMPENSADOValue: String; virtual;
|
|
|
|
|
function GetREFERENCIA_REC_COMPENSADOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIA_REC_COMPENSADOValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIA_REC_COMPENSADOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIA_REC_COMPENSADOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIA_REC_COMPENSADOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetSITUACIONValue: String; virtual;
|
|
|
|
|
function GetSITUACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldSITUACIONValue: String; virtual;
|
|
|
|
|
function GetOldSITUACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetSITUACIONValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetSITUACIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_FACTURAValue: Integer; virtual;
|
|
|
|
|
function GetID_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_FACTURAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_FACTURAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_REMESAValue: Integer; virtual;
|
|
|
|
|
function GetID_REMESAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_REMESAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_REMESAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_REMESAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_REMESAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREFERENCIA_REMESAValue: String; virtual;
|
|
|
|
|
function GetREFERENCIA_REMESAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIA_REMESAValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIA_REMESAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIA_REMESAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIA_REMESAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_EMISIONValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_EMISIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_EMISIONValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_EMISIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_EMISIONValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_EMISIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_VENCIMIENTOValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_VENCIMIENTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_VENCIMIENTOValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_VENCIMIENTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_VENCIMIENTOValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_VENCIMIENTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetDESCRIPCIONValue: String; virtual;
|
|
|
|
|
function GetDESCRIPCIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldDESCRIPCIONValue: String; virtual;
|
|
|
|
|
function GetOldDESCRIPCIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetDESCRIPCIONValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetDESCRIPCIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetOBSERVACIONESValue: String; virtual;
|
|
|
|
|
function GetOBSERVACIONESIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldOBSERVACIONESValue: String; virtual;
|
|
|
|
|
function GetOldOBSERVACIONESIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetOBSERVACIONESValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetOBSERVACIONESIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTEValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTEValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTEValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetOTROS_GASTOSValue: Currency; virtual;
|
|
|
|
|
function GetOTROS_GASTOSIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldOTROS_GASTOSValue: Currency; virtual;
|
|
|
|
|
function GetOldOTROS_GASTOSIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetOTROS_GASTOSValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetOTROS_GASTOSIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_FACTURAValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_FACTURAValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_FACTURAValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFORMA_PAGO_FACTURAValue: String; virtual;
|
|
|
|
|
function GetFORMA_PAGO_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFORMA_PAGO_FACTURAValue: String; virtual;
|
|
|
|
|
function GetOldFORMA_PAGO_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFORMA_PAGO_FACTURAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetFORMA_PAGO_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_FACTURAValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_FACTURAValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_FACTURAValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_EMPRESAValue: Integer; virtual;
|
|
|
|
|
function GetID_EMPRESAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_EMPRESAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_EMPRESAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_EMPRESAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_EMPRESAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_CLIENTEValue: Integer; virtual;
|
|
|
|
|
function GetID_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_CLIENTEValue: Integer; virtual;
|
|
|
|
|
function GetOldID_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_CLIENTEValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetNOMBRE_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetNOMBRE_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldNOMBRE_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldNOMBRE_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetNOMBRE_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetNOMBRE_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetNIF_CIF_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetNIF_CIF_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldNIF_CIF_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldNIF_CIF_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetNIF_CIF_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetNIF_CIF_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetENTIDAD_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetENTIDAD_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldENTIDAD_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldENTIDAD_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetENTIDAD_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetENTIDAD_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetSUCURSAL_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetSUCURSAL_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldSUCURSAL_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldSUCURSAL_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetSUCURSAL_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetSUCURSAL_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetDC_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetDC_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldDC_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldDC_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetDC_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetDC_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetCUENTA_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetCUENTA_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldCUENTA_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldCUENTA_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetCUENTA_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetCUENTA_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_ALTAValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_ALTAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_ALTAValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_ALTAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_ALTAValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_ALTAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_MODIFICACIONValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_MODIFICACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_MODIFICACIONValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_MODIFICACIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetUSUARIOValue: String; virtual;
|
|
|
|
|
function GetUSUARIOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldUSUARIOValue: String; virtual;
|
|
|
|
|
function GetOldUSUARIOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetUSUARIOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetUSUARIOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property ID : Integer read GetIDValue write SetIDValue;
|
|
|
|
|
property IDIsNull : Boolean read GetIDIsNull write SetIDIsNull;
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldIDIsNull : Boolean read GetOldIDIsNull;
|
|
|
|
|
property ID_RECIBO_COMPENSADO : Integer read GetID_RECIBO_COMPENSADOValue write SetID_RECIBO_COMPENSADOValue;
|
|
|
|
|
property ID_RECIBO_COMPENSADOIsNull : Boolean read GetID_RECIBO_COMPENSADOIsNull write SetID_RECIBO_COMPENSADOIsNull;
|
|
|
|
|
property OldID_RECIBO_COMPENSADO : Integer read GetOldID_RECIBO_COMPENSADOValue;
|
|
|
|
|
property OldID_RECIBO_COMPENSADOIsNull : Boolean read GetOldID_RECIBO_COMPENSADOIsNull;
|
|
|
|
|
property REFERENCIA_REC_COMPENSADO : String read GetREFERENCIA_REC_COMPENSADOValue write SetREFERENCIA_REC_COMPENSADOValue;
|
|
|
|
|
property REFERENCIA_REC_COMPENSADOIsNull : Boolean read GetREFERENCIA_REC_COMPENSADOIsNull write SetREFERENCIA_REC_COMPENSADOIsNull;
|
|
|
|
|
property OldREFERENCIA_REC_COMPENSADO : String read GetOldREFERENCIA_REC_COMPENSADOValue;
|
|
|
|
|
property OldREFERENCIA_REC_COMPENSADOIsNull : Boolean read GetOldREFERENCIA_REC_COMPENSADOIsNull;
|
|
|
|
|
property REFERENCIA : String read GetREFERENCIAValue write SetREFERENCIAValue;
|
|
|
|
|
property REFERENCIAIsNull : Boolean read GetREFERENCIAIsNull write SetREFERENCIAIsNull;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldREFERENCIAIsNull : Boolean read GetOldREFERENCIAIsNull;
|
|
|
|
|
property SITUACION : String read GetSITUACIONValue write SetSITUACIONValue;
|
|
|
|
|
property SITUACIONIsNull : Boolean read GetSITUACIONIsNull write SetSITUACIONIsNull;
|
|
|
|
|
property OldSITUACION : String read GetOldSITUACIONValue;
|
|
|
|
|
property OldSITUACIONIsNull : Boolean read GetOldSITUACIONIsNull;
|
|
|
|
|
property ID_FACTURA : Integer read GetID_FACTURAValue write SetID_FACTURAValue;
|
|
|
|
|
property ID_FACTURAIsNull : Boolean read GetID_FACTURAIsNull write SetID_FACTURAIsNull;
|
|
|
|
|
property OldID_FACTURA : Integer read GetOldID_FACTURAValue;
|
|
|
|
|
property OldID_FACTURAIsNull : Boolean read GetOldID_FACTURAIsNull;
|
|
|
|
|
property ID_REMESA : Integer read GetID_REMESAValue write SetID_REMESAValue;
|
|
|
|
|
property ID_REMESAIsNull : Boolean read GetID_REMESAIsNull write SetID_REMESAIsNull;
|
|
|
|
|
property OldID_REMESA : Integer read GetOldID_REMESAValue;
|
|
|
|
|
property OldID_REMESAIsNull : Boolean read GetOldID_REMESAIsNull;
|
|
|
|
|
property REFERENCIA_REMESA : String read GetREFERENCIA_REMESAValue write SetREFERENCIA_REMESAValue;
|
|
|
|
|
property REFERENCIA_REMESAIsNull : Boolean read GetREFERENCIA_REMESAIsNull write SetREFERENCIA_REMESAIsNull;
|
|
|
|
|
property OldREFERENCIA_REMESA : String read GetOldREFERENCIA_REMESAValue;
|
|
|
|
|
property OldREFERENCIA_REMESAIsNull : Boolean read GetOldREFERENCIA_REMESAIsNull;
|
|
|
|
|
property FECHA_EMISION : DateTime read GetFECHA_EMISIONValue write SetFECHA_EMISIONValue;
|
|
|
|
|
property FECHA_EMISIONIsNull : Boolean read GetFECHA_EMISIONIsNull write SetFECHA_EMISIONIsNull;
|
|
|
|
|
property OldFECHA_EMISION : DateTime read GetOldFECHA_EMISIONValue;
|
|
|
|
|
property OldFECHA_EMISIONIsNull : Boolean read GetOldFECHA_EMISIONIsNull;
|
|
|
|
|
property FECHA_VENCIMIENTO : DateTime read GetFECHA_VENCIMIENTOValue write SetFECHA_VENCIMIENTOValue;
|
|
|
|
|
property FECHA_VENCIMIENTOIsNull : Boolean read GetFECHA_VENCIMIENTOIsNull write SetFECHA_VENCIMIENTOIsNull;
|
|
|
|
|
property OldFECHA_VENCIMIENTO : DateTime read GetOldFECHA_VENCIMIENTOValue;
|
|
|
|
|
property OldFECHA_VENCIMIENTOIsNull : Boolean read GetOldFECHA_VENCIMIENTOIsNull;
|
|
|
|
|
property DESCRIPCION : String read GetDESCRIPCIONValue write SetDESCRIPCIONValue;
|
|
|
|
|
property DESCRIPCIONIsNull : Boolean read GetDESCRIPCIONIsNull write SetDESCRIPCIONIsNull;
|
|
|
|
|
property OldDESCRIPCION : String read GetOldDESCRIPCIONValue;
|
|
|
|
|
property OldDESCRIPCIONIsNull : Boolean read GetOldDESCRIPCIONIsNull;
|
|
|
|
|
property OBSERVACIONES : String read GetOBSERVACIONESValue write SetOBSERVACIONESValue;
|
|
|
|
|
property OBSERVACIONESIsNull : Boolean read GetOBSERVACIONESIsNull write SetOBSERVACIONESIsNull;
|
|
|
|
|
property OldOBSERVACIONES : String read GetOldOBSERVACIONESValue;
|
|
|
|
|
property OldOBSERVACIONESIsNull : Boolean read GetOldOBSERVACIONESIsNull;
|
|
|
|
|
property IMPORTE : Currency read GetIMPORTEValue write SetIMPORTEValue;
|
|
|
|
|
property IMPORTEIsNull : Boolean read GetIMPORTEIsNull write SetIMPORTEIsNull;
|
|
|
|
|
property OldIMPORTE : Currency read GetOldIMPORTEValue;
|
|
|
|
|
property OldIMPORTEIsNull : Boolean read GetOldIMPORTEIsNull;
|
|
|
|
|
property OTROS_GASTOS : Currency read GetOTROS_GASTOSValue write SetOTROS_GASTOSValue;
|
|
|
|
|
property OTROS_GASTOSIsNull : Boolean read GetOTROS_GASTOSIsNull write SetOTROS_GASTOSIsNull;
|
|
|
|
|
property OldOTROS_GASTOS : Currency read GetOldOTROS_GASTOSValue;
|
|
|
|
|
property OldOTROS_GASTOSIsNull : Boolean read GetOldOTROS_GASTOSIsNull;
|
|
|
|
|
property IMPORTE_TOTAL : Currency read GetIMPORTE_TOTALValue write SetIMPORTE_TOTALValue;
|
|
|
|
|
property IMPORTE_TOTALIsNull : Boolean read GetIMPORTE_TOTALIsNull write SetIMPORTE_TOTALIsNull;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldIMPORTE_TOTALIsNull : Boolean read GetOldIMPORTE_TOTALIsNull;
|
|
|
|
|
property FECHA_FACTURA : DateTime read GetFECHA_FACTURAValue write SetFECHA_FACTURAValue;
|
|
|
|
|
property FECHA_FACTURAIsNull : Boolean read GetFECHA_FACTURAIsNull write SetFECHA_FACTURAIsNull;
|
|
|
|
|
property OldFECHA_FACTURA : DateTime read GetOldFECHA_FACTURAValue;
|
|
|
|
|
property OldFECHA_FACTURAIsNull : Boolean read GetOldFECHA_FACTURAIsNull;
|
|
|
|
|
property FORMA_PAGO_FACTURA : String read GetFORMA_PAGO_FACTURAValue write SetFORMA_PAGO_FACTURAValue;
|
|
|
|
|
property FORMA_PAGO_FACTURAIsNull : Boolean read GetFORMA_PAGO_FACTURAIsNull write SetFORMA_PAGO_FACTURAIsNull;
|
|
|
|
|
property OldFORMA_PAGO_FACTURA : String read GetOldFORMA_PAGO_FACTURAValue;
|
|
|
|
|
property OldFORMA_PAGO_FACTURAIsNull : Boolean read GetOldFORMA_PAGO_FACTURAIsNull;
|
|
|
|
|
property IMPORTE_FACTURA : Currency read GetIMPORTE_FACTURAValue write SetIMPORTE_FACTURAValue;
|
|
|
|
|
property IMPORTE_FACTURAIsNull : Boolean read GetIMPORTE_FACTURAIsNull write SetIMPORTE_FACTURAIsNull;
|
|
|
|
|
property OldIMPORTE_FACTURA : Currency read GetOldIMPORTE_FACTURAValue;
|
|
|
|
|
property OldIMPORTE_FACTURAIsNull : Boolean read GetOldIMPORTE_FACTURAIsNull;
|
|
|
|
|
property ID_EMPRESA : Integer read GetID_EMPRESAValue write SetID_EMPRESAValue;
|
|
|
|
|
property ID_EMPRESAIsNull : Boolean read GetID_EMPRESAIsNull write SetID_EMPRESAIsNull;
|
|
|
|
|
property OldID_EMPRESA : Integer read GetOldID_EMPRESAValue;
|
|
|
|
|
property OldID_EMPRESAIsNull : Boolean read GetOldID_EMPRESAIsNull;
|
|
|
|
|
property ID_CLIENTE : Integer read GetID_CLIENTEValue write SetID_CLIENTEValue;
|
|
|
|
|
property ID_CLIENTEIsNull : Boolean read GetID_CLIENTEIsNull write SetID_CLIENTEIsNull;
|
|
|
|
|
property OldID_CLIENTE : Integer read GetOldID_CLIENTEValue;
|
|
|
|
|
property OldID_CLIENTEIsNull : Boolean read GetOldID_CLIENTEIsNull;
|
|
|
|
|
property NOMBRE_CLIENTE : String read GetNOMBRE_CLIENTEValue write SetNOMBRE_CLIENTEValue;
|
|
|
|
|
property NOMBRE_CLIENTEIsNull : Boolean read GetNOMBRE_CLIENTEIsNull write SetNOMBRE_CLIENTEIsNull;
|
|
|
|
|
property OldNOMBRE_CLIENTE : String read GetOldNOMBRE_CLIENTEValue;
|
|
|
|
|
property OldNOMBRE_CLIENTEIsNull : Boolean read GetOldNOMBRE_CLIENTEIsNull;
|
|
|
|
|
property NIF_CIF_CLIENTE : String read GetNIF_CIF_CLIENTEValue write SetNIF_CIF_CLIENTEValue;
|
|
|
|
|
property NIF_CIF_CLIENTEIsNull : Boolean read GetNIF_CIF_CLIENTEIsNull write SetNIF_CIF_CLIENTEIsNull;
|
|
|
|
|
property OldNIF_CIF_CLIENTE : String read GetOldNIF_CIF_CLIENTEValue;
|
|
|
|
|
property OldNIF_CIF_CLIENTEIsNull : Boolean read GetOldNIF_CIF_CLIENTEIsNull;
|
|
|
|
|
property ENTIDAD_CLIENTE : String read GetENTIDAD_CLIENTEValue write SetENTIDAD_CLIENTEValue;
|
|
|
|
|
property ENTIDAD_CLIENTEIsNull : Boolean read GetENTIDAD_CLIENTEIsNull write SetENTIDAD_CLIENTEIsNull;
|
|
|
|
|
property OldENTIDAD_CLIENTE : String read GetOldENTIDAD_CLIENTEValue;
|
|
|
|
|
property OldENTIDAD_CLIENTEIsNull : Boolean read GetOldENTIDAD_CLIENTEIsNull;
|
|
|
|
|
property SUCURSAL_CLIENTE : String read GetSUCURSAL_CLIENTEValue write SetSUCURSAL_CLIENTEValue;
|
|
|
|
|
property SUCURSAL_CLIENTEIsNull : Boolean read GetSUCURSAL_CLIENTEIsNull write SetSUCURSAL_CLIENTEIsNull;
|
|
|
|
|
property OldSUCURSAL_CLIENTE : String read GetOldSUCURSAL_CLIENTEValue;
|
|
|
|
|
property OldSUCURSAL_CLIENTEIsNull : Boolean read GetOldSUCURSAL_CLIENTEIsNull;
|
|
|
|
|
property DC_CLIENTE : String read GetDC_CLIENTEValue write SetDC_CLIENTEValue;
|
|
|
|
|
property DC_CLIENTEIsNull : Boolean read GetDC_CLIENTEIsNull write SetDC_CLIENTEIsNull;
|
|
|
|
|
property OldDC_CLIENTE : String read GetOldDC_CLIENTEValue;
|
|
|
|
|
property OldDC_CLIENTEIsNull : Boolean read GetOldDC_CLIENTEIsNull;
|
|
|
|
|
property CUENTA_CLIENTE : String read GetCUENTA_CLIENTEValue write SetCUENTA_CLIENTEValue;
|
|
|
|
|
property CUENTA_CLIENTEIsNull : Boolean read GetCUENTA_CLIENTEIsNull write SetCUENTA_CLIENTEIsNull;
|
|
|
|
|
property OldCUENTA_CLIENTE : String read GetOldCUENTA_CLIENTEValue;
|
|
|
|
|
property OldCUENTA_CLIENTEIsNull : Boolean read GetOldCUENTA_CLIENTEIsNull;
|
|
|
|
|
property FECHA_ALTA : DateTime read GetFECHA_ALTAValue write SetFECHA_ALTAValue;
|
|
|
|
|
property FECHA_ALTAIsNull : Boolean read GetFECHA_ALTAIsNull write SetFECHA_ALTAIsNull;
|
|
|
|
|
property OldFECHA_ALTA : DateTime read GetOldFECHA_ALTAValue;
|
|
|
|
|
property OldFECHA_ALTAIsNull : Boolean read GetOldFECHA_ALTAIsNull;
|
|
|
|
|
property FECHA_MODIFICACION : DateTime read GetFECHA_MODIFICACIONValue write SetFECHA_MODIFICACIONValue;
|
|
|
|
|
property FECHA_MODIFICACIONIsNull : Boolean read GetFECHA_MODIFICACIONIsNull write SetFECHA_MODIFICACIONIsNull;
|
|
|
|
|
property OldFECHA_MODIFICACION : DateTime read GetOldFECHA_MODIFICACIONValue;
|
|
|
|
|
property OldFECHA_MODIFICACIONIsNull : Boolean read GetOldFECHA_MODIFICACIONIsNull;
|
|
|
|
|
property USUARIO : String read GetUSUARIOValue write SetUSUARIOValue;
|
|
|
|
|
property USUARIOIsNull : Boolean read GetUSUARIOIsNull write SetUSUARIOIsNull;
|
|
|
|
|
property OldUSUARIO : String read GetOldUSUARIOValue;
|
|
|
|
|
property OldUSUARIOIsNull : Boolean read GetOldUSUARIOIsNull;
|
|
|
|
|
|
|
|
|
|
public
|
|
|
|
|
constructor Create(aBusinessProcessor: TDABusinessProcessor); override;
|
|
|
|
|
destructor Destroy; override;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
{ IPagosClienteDelta }
|
|
|
|
|
IPagosClienteDelta = interface(IPagosCliente)
|
|
|
|
|
['{41C4B6B1-E072-45C7-9E22-BB8773C91269}']
|
|
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetOldIDValue : Integer;
|
|
|
|
|
function GetOldID_RECIBOValue : Integer;
|
|
|
|
|
function GetOldTIPOValue : String;
|
|
|
|
|
function GetOldFECHA_PAGOValue : DateTime;
|
|
|
|
|
function GetOldTITULARValue : String;
|
|
|
|
|
function GetOldENTIDADValue : String;
|
|
|
|
|
function GetOldSUCURSALValue : String;
|
|
|
|
|
function GetOldDCValue : String;
|
|
|
|
|
function GetOldCUENTAValue : String;
|
|
|
|
|
function GetOldFECHA_ALTAValue : DateTime;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONValue : DateTime;
|
|
|
|
|
function GetOldUSUARIOValue : String;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldID_RECIBO : Integer read GetOldID_RECIBOValue;
|
|
|
|
|
property OldTIPO : String read GetOldTIPOValue;
|
|
|
|
|
property OldFECHA_PAGO : DateTime read GetOldFECHA_PAGOValue;
|
|
|
|
|
property OldTITULAR : String read GetOldTITULARValue;
|
|
|
|
|
property OldENTIDAD : String read GetOldENTIDADValue;
|
|
|
|
|
property OldSUCURSAL : String read GetOldSUCURSALValue;
|
|
|
|
|
property OldDC : String read GetOldDCValue;
|
|
|
|
|
property OldCUENTA : String read GetOldCUENTAValue;
|
|
|
|
|
property OldFECHA_ALTA : DateTime read GetOldFECHA_ALTAValue;
|
|
|
|
|
property OldFECHA_MODIFICACION : DateTime read GetOldFECHA_MODIFICACIONValue;
|
|
|
|
|
property OldUSUARIO : String read GetOldUSUARIOValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
{ TPagosClienteBusinessProcessorRules }
|
|
|
|
|
TPagosClienteBusinessProcessorRules = class(TDABusinessProcessorRules, IPagosCliente, IPagosClienteDelta)
|
|
|
|
|
private
|
|
|
|
|
protected
|
|
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetIDValue: Integer; virtual;
|
|
|
|
|
function GetIDIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIDValue: Integer; virtual;
|
|
|
|
|
function GetOldIDIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIDValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetIDIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_RECIBOValue: Integer; virtual;
|
|
|
|
|
function GetID_RECIBOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_RECIBOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_RECIBOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_RECIBOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_RECIBOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetTIPOValue: String; virtual;
|
|
|
|
|
function GetTIPOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldTIPOValue: String; virtual;
|
|
|
|
|
function GetOldTIPOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetTIPOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetTIPOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_PAGOValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_PAGOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_PAGOValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_PAGOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_PAGOValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_PAGOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetTITULARValue: String; virtual;
|
|
|
|
|
function GetTITULARIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldTITULARValue: String; virtual;
|
|
|
|
|
function GetOldTITULARIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetTITULARValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetTITULARIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetENTIDADValue: String; virtual;
|
|
|
|
|
function GetENTIDADIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldENTIDADValue: String; virtual;
|
|
|
|
|
function GetOldENTIDADIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetENTIDADValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetENTIDADIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetSUCURSALValue: String; virtual;
|
|
|
|
|
function GetSUCURSALIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldSUCURSALValue: String; virtual;
|
|
|
|
|
function GetOldSUCURSALIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetSUCURSALValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetSUCURSALIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetDCValue: String; virtual;
|
|
|
|
|
function GetDCIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldDCValue: String; virtual;
|
|
|
|
|
function GetOldDCIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetDCValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetDCIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetCUENTAValue: String; virtual;
|
|
|
|
|
function GetCUENTAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldCUENTAValue: String; virtual;
|
|
|
|
|
function GetOldCUENTAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetCUENTAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetCUENTAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_ALTAValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_ALTAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_ALTAValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_ALTAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_ALTAValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_ALTAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_MODIFICACIONValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_MODIFICACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_MODIFICACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_MODIFICACIONValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_MODIFICACIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetUSUARIOValue: String; virtual;
|
|
|
|
|
function GetUSUARIOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldUSUARIOValue: String; virtual;
|
|
|
|
|
function GetOldUSUARIOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetUSUARIOValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetUSUARIOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property ID : Integer read GetIDValue write SetIDValue;
|
|
|
|
|
property IDIsNull : Boolean read GetIDIsNull write SetIDIsNull;
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldIDIsNull : Boolean read GetOldIDIsNull;
|
|
|
|
|
property ID_RECIBO : Integer read GetID_RECIBOValue write SetID_RECIBOValue;
|
|
|
|
|
property ID_RECIBOIsNull : Boolean read GetID_RECIBOIsNull write SetID_RECIBOIsNull;
|
|
|
|
|
property OldID_RECIBO : Integer read GetOldID_RECIBOValue;
|
|
|
|
|
property OldID_RECIBOIsNull : Boolean read GetOldID_RECIBOIsNull;
|
|
|
|
|
property TIPO : String read GetTIPOValue write SetTIPOValue;
|
|
|
|
|
property TIPOIsNull : Boolean read GetTIPOIsNull write SetTIPOIsNull;
|
|
|
|
|
property OldTIPO : String read GetOldTIPOValue;
|
|
|
|
|
property OldTIPOIsNull : Boolean read GetOldTIPOIsNull;
|
|
|
|
|
property FECHA_PAGO : DateTime read GetFECHA_PAGOValue write SetFECHA_PAGOValue;
|
|
|
|
|
property FECHA_PAGOIsNull : Boolean read GetFECHA_PAGOIsNull write SetFECHA_PAGOIsNull;
|
|
|
|
|
property OldFECHA_PAGO : DateTime read GetOldFECHA_PAGOValue;
|
|
|
|
|
property OldFECHA_PAGOIsNull : Boolean read GetOldFECHA_PAGOIsNull;
|
|
|
|
|
property TITULAR : String read GetTITULARValue write SetTITULARValue;
|
|
|
|
|
property TITULARIsNull : Boolean read GetTITULARIsNull write SetTITULARIsNull;
|
|
|
|
|
property OldTITULAR : String read GetOldTITULARValue;
|
|
|
|
|
property OldTITULARIsNull : Boolean read GetOldTITULARIsNull;
|
|
|
|
|
property ENTIDAD : String read GetENTIDADValue write SetENTIDADValue;
|
|
|
|
|
property ENTIDADIsNull : Boolean read GetENTIDADIsNull write SetENTIDADIsNull;
|
|
|
|
|
property OldENTIDAD : String read GetOldENTIDADValue;
|
|
|
|
|
property OldENTIDADIsNull : Boolean read GetOldENTIDADIsNull;
|
|
|
|
|
property SUCURSAL : String read GetSUCURSALValue write SetSUCURSALValue;
|
|
|
|
|
property SUCURSALIsNull : Boolean read GetSUCURSALIsNull write SetSUCURSALIsNull;
|
|
|
|
|
property OldSUCURSAL : String read GetOldSUCURSALValue;
|
|
|
|
|
property OldSUCURSALIsNull : Boolean read GetOldSUCURSALIsNull;
|
|
|
|
|
property DC : String read GetDCValue write SetDCValue;
|
|
|
|
|
property DCIsNull : Boolean read GetDCIsNull write SetDCIsNull;
|
|
|
|
|
property OldDC : String read GetOldDCValue;
|
|
|
|
|
property OldDCIsNull : Boolean read GetOldDCIsNull;
|
|
|
|
|
property CUENTA : String read GetCUENTAValue write SetCUENTAValue;
|
|
|
|
|
property CUENTAIsNull : Boolean read GetCUENTAIsNull write SetCUENTAIsNull;
|
|
|
|
|
property OldCUENTA : String read GetOldCUENTAValue;
|
|
|
|
|
property OldCUENTAIsNull : Boolean read GetOldCUENTAIsNull;
|
|
|
|
|
property FECHA_ALTA : DateTime read GetFECHA_ALTAValue write SetFECHA_ALTAValue;
|
|
|
|
|
property FECHA_ALTAIsNull : Boolean read GetFECHA_ALTAIsNull write SetFECHA_ALTAIsNull;
|
|
|
|
|
property OldFECHA_ALTA : DateTime read GetOldFECHA_ALTAValue;
|
|
|
|
|
property OldFECHA_ALTAIsNull : Boolean read GetOldFECHA_ALTAIsNull;
|
|
|
|
|
property FECHA_MODIFICACION : DateTime read GetFECHA_MODIFICACIONValue write SetFECHA_MODIFICACIONValue;
|
|
|
|
|
property FECHA_MODIFICACIONIsNull : Boolean read GetFECHA_MODIFICACIONIsNull write SetFECHA_MODIFICACIONIsNull;
|
|
|
|
|
property OldFECHA_MODIFICACION : DateTime read GetOldFECHA_MODIFICACIONValue;
|
|
|
|
|
property OldFECHA_MODIFICACIONIsNull : Boolean read GetOldFECHA_MODIFICACIONIsNull;
|
|
|
|
|
property USUARIO : String read GetUSUARIOValue write SetUSUARIOValue;
|
|
|
|
|
property USUARIOIsNull : Boolean read GetUSUARIOIsNull write SetUSUARIOIsNull;
|
|
|
|
|
property OldUSUARIO : String read GetOldUSUARIOValue;
|
|
|
|
|
property OldUSUARIOIsNull : Boolean read GetOldUSUARIOIsNull;
|
|
|
|
|
|
|
|
|
|
public
|
|
|
|
|
constructor Create(aBusinessProcessor: TDABusinessProcessor); override;
|
|
|
|
|
destructor Destroy; override;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
{ IRecibosCompensadosCliDelta }
|
|
|
|
|
IRecibosCompensadosCliDelta = interface(IRecibosCompensadosCli)
|
|
|
|
|
['{A4012B7D-03C6-4AE3-84CF-E185F4BA123E}']
|
2007-11-05 17:59:28 +00:00
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetOldIDValue : Integer;
|
|
|
|
|
function GetOldID_RECIBO_COMPENSADOValue : Integer;
|
|
|
|
|
function GetOldREFERENCIAValue : String;
|
|
|
|
|
function GetOldSITUACIONValue : String;
|
|
|
|
|
function GetOldID_FACTURAValue : Integer;
|
|
|
|
|
function GetOldFECHA_EMISIONValue : DateTime;
|
|
|
|
|
function GetOldFECHA_VENCIMIENTOValue : DateTime;
|
|
|
|
|
function GetOldIMPORTEValue : Currency;
|
|
|
|
|
function GetOldOTROS_GASTOSValue : Currency;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue : Currency;
|
|
|
|
|
function GetOldFECHA_FACTURAValue : DateTime;
|
|
|
|
|
function GetOldIMPORTE_FACTURAValue : Currency;
|
|
|
|
|
function GetOldID_CLIENTEValue : Integer;
|
|
|
|
|
function GetOldNOMBRE_CLIENTEValue : String;
|
|
|
|
|
function GetOldNIF_CIF_CLIENTEValue : String;
|
|
|
|
|
function GetOldID_EMPRESAValue : Integer;
|
|
|
|
|
|
|
|
|
|
{ Properties }
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldID_RECIBO_COMPENSADO : Integer read GetOldID_RECIBO_COMPENSADOValue;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldSITUACION : String read GetOldSITUACIONValue;
|
|
|
|
|
property OldID_FACTURA : Integer read GetOldID_FACTURAValue;
|
|
|
|
|
property OldFECHA_EMISION : DateTime read GetOldFECHA_EMISIONValue;
|
|
|
|
|
property OldFECHA_VENCIMIENTO : DateTime read GetOldFECHA_VENCIMIENTOValue;
|
|
|
|
|
property OldIMPORTE : Currency read GetOldIMPORTEValue;
|
|
|
|
|
property OldOTROS_GASTOS : Currency read GetOldOTROS_GASTOSValue;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldFECHA_FACTURA : DateTime read GetOldFECHA_FACTURAValue;
|
|
|
|
|
property OldIMPORTE_FACTURA : Currency read GetOldIMPORTE_FACTURAValue;
|
|
|
|
|
property OldID_CLIENTE : Integer read GetOldID_CLIENTEValue;
|
|
|
|
|
property OldNOMBRE_CLIENTE : String read GetOldNOMBRE_CLIENTEValue;
|
|
|
|
|
property OldNIF_CIF_CLIENTE : String read GetOldNIF_CIF_CLIENTEValue;
|
|
|
|
|
property OldID_EMPRESA : Integer read GetOldID_EMPRESAValue;
|
|
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
{ TRecibosCompensadosCliBusinessProcessorRules }
|
|
|
|
|
TRecibosCompensadosCliBusinessProcessorRules = class(TDABusinessProcessorRules, IRecibosCompensadosCli, IRecibosCompensadosCliDelta)
|
2007-11-05 17:59:28 +00:00
|
|
|
private
|
|
|
|
|
protected
|
|
|
|
|
{ Property getters and setters }
|
|
|
|
|
function GetIDValue: Integer; virtual;
|
|
|
|
|
function GetIDIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIDValue: Integer; virtual;
|
|
|
|
|
function GetOldIDIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIDValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetIDIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_RECIBO_COMPENSADOValue: Integer; virtual;
|
|
|
|
|
function GetID_RECIBO_COMPENSADOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_RECIBO_COMPENSADOValue: Integer; virtual;
|
|
|
|
|
function GetOldID_RECIBO_COMPENSADOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_RECIBO_COMPENSADOValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_RECIBO_COMPENSADOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldREFERENCIAValue: String; virtual;
|
|
|
|
|
function GetOldREFERENCIAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetREFERENCIAValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetREFERENCIAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetSITUACIONValue: String; virtual;
|
|
|
|
|
function GetSITUACIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldSITUACIONValue: String; virtual;
|
|
|
|
|
function GetOldSITUACIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetSITUACIONValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetSITUACIONIsNull(const aValue: Boolean); virtual;
|
2007-11-12 19:37:16 +00:00
|
|
|
function GetID_FACTURAValue: Integer; virtual;
|
|
|
|
|
function GetID_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_FACTURAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_FACTURAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_EMISIONValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_EMISIONIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_EMISIONValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_EMISIONIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_EMISIONValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_EMISIONIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_VENCIMIENTOValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_VENCIMIENTOIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_VENCIMIENTOValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_VENCIMIENTOIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_VENCIMIENTOValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_VENCIMIENTOIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTEValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTEValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTEValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetOTROS_GASTOSValue: Currency; virtual;
|
|
|
|
|
function GetOTROS_GASTOSIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldOTROS_GASTOSValue: Currency; virtual;
|
|
|
|
|
function GetOldOTROS_GASTOSIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetOTROS_GASTOSValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetOTROS_GASTOSIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_TOTALIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_TOTALIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetFECHA_FACTURAValue: DateTime; virtual;
|
|
|
|
|
function GetFECHA_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldFECHA_FACTURAValue: DateTime; virtual;
|
|
|
|
|
function GetOldFECHA_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetFECHA_FACTURAValue(const aValue: DateTime); virtual;
|
|
|
|
|
procedure SetFECHA_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetIMPORTE_FACTURAValue: Currency; virtual;
|
|
|
|
|
function GetIMPORTE_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldIMPORTE_FACTURAValue: Currency; virtual;
|
|
|
|
|
function GetOldIMPORTE_FACTURAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetIMPORTE_FACTURAValue(const aValue: Currency); virtual;
|
|
|
|
|
procedure SetIMPORTE_FACTURAIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_CLIENTEValue: Integer; virtual;
|
|
|
|
|
function GetID_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_CLIENTEValue: Integer; virtual;
|
|
|
|
|
function GetOldID_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_CLIENTEValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetNOMBRE_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetNOMBRE_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldNOMBRE_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldNOMBRE_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetNOMBRE_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetNOMBRE_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetNIF_CIF_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetNIF_CIF_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldNIF_CIF_CLIENTEValue: String; virtual;
|
|
|
|
|
function GetOldNIF_CIF_CLIENTEIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetNIF_CIF_CLIENTEValue(const aValue: String); virtual;
|
|
|
|
|
procedure SetNIF_CIF_CLIENTEIsNull(const aValue: Boolean); virtual;
|
|
|
|
|
function GetID_EMPRESAValue: Integer; virtual;
|
|
|
|
|
function GetID_EMPRESAIsNull: Boolean; virtual;
|
|
|
|
|
function GetOldID_EMPRESAValue: Integer; virtual;
|
|
|
|
|
function GetOldID_EMPRESAIsNull: Boolean; virtual;
|
|
|
|
|
procedure SetID_EMPRESAValue(const aValue: Integer); virtual;
|
|
|
|
|
procedure SetID_EMPRESAIsNull(const aValue: Boolean); virtual;
|
2007-11-05 17:59:28 +00:00
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
{ Properties }
|
|
|
|
|
property ID : Integer read GetIDValue write SetIDValue;
|
|
|
|
|
property IDIsNull : Boolean read GetIDIsNull write SetIDIsNull;
|
|
|
|
|
property OldID : Integer read GetOldIDValue;
|
|
|
|
|
property OldIDIsNull : Boolean read GetOldIDIsNull;
|
|
|
|
|
property ID_RECIBO_COMPENSADO : Integer read GetID_RECIBO_COMPENSADOValue write SetID_RECIBO_COMPENSADOValue;
|
|
|
|
|
property ID_RECIBO_COMPENSADOIsNull : Boolean read GetID_RECIBO_COMPENSADOIsNull write SetID_RECIBO_COMPENSADOIsNull;
|
|
|
|
|
property OldID_RECIBO_COMPENSADO : Integer read GetOldID_RECIBO_COMPENSADOValue;
|
|
|
|
|
property OldID_RECIBO_COMPENSADOIsNull : Boolean read GetOldID_RECIBO_COMPENSADOIsNull;
|
|
|
|
|
property REFERENCIA : String read GetREFERENCIAValue write SetREFERENCIAValue;
|
|
|
|
|
property REFERENCIAIsNull : Boolean read GetREFERENCIAIsNull write SetREFERENCIAIsNull;
|
|
|
|
|
property OldREFERENCIA : String read GetOldREFERENCIAValue;
|
|
|
|
|
property OldREFERENCIAIsNull : Boolean read GetOldREFERENCIAIsNull;
|
|
|
|
|
property SITUACION : String read GetSITUACIONValue write SetSITUACIONValue;
|
|
|
|
|
property SITUACIONIsNull : Boolean read GetSITUACIONIsNull write SetSITUACIONIsNull;
|
|
|
|
|
property OldSITUACION : String read GetOldSITUACIONValue;
|
|
|
|
|
property OldSITUACIONIsNull : Boolean read GetOldSITUACIONIsNull;
|
|
|
|
|
property ID_FACTURA : Integer read GetID_FACTURAValue write SetID_FACTURAValue;
|
|
|
|
|
property ID_FACTURAIsNull : Boolean read GetID_FACTURAIsNull write SetID_FACTURAIsNull;
|
|
|
|
|
property OldID_FACTURA : Integer read GetOldID_FACTURAValue;
|
|
|
|
|
property OldID_FACTURAIsNull : Boolean read GetOldID_FACTURAIsNull;
|
|
|
|
|
property FECHA_EMISION : DateTime read GetFECHA_EMISIONValue write SetFECHA_EMISIONValue;
|
|
|
|
|
property FECHA_EMISIONIsNull : Boolean read GetFECHA_EMISIONIsNull write SetFECHA_EMISIONIsNull;
|
|
|
|
|
property OldFECHA_EMISION : DateTime read GetOldFECHA_EMISIONValue;
|
|
|
|
|
property OldFECHA_EMISIONIsNull : Boolean read GetOldFECHA_EMISIONIsNull;
|
|
|
|
|
property FECHA_VENCIMIENTO : DateTime read GetFECHA_VENCIMIENTOValue write SetFECHA_VENCIMIENTOValue;
|
|
|
|
|
property FECHA_VENCIMIENTOIsNull : Boolean read GetFECHA_VENCIMIENTOIsNull write SetFECHA_VENCIMIENTOIsNull;
|
|
|
|
|
property OldFECHA_VENCIMIENTO : DateTime read GetOldFECHA_VENCIMIENTOValue;
|
|
|
|
|
property OldFECHA_VENCIMIENTOIsNull : Boolean read GetOldFECHA_VENCIMIENTOIsNull;
|
|
|
|
|
property IMPORTE : Currency read GetIMPORTEValue write SetIMPORTEValue;
|
|
|
|
|
property IMPORTEIsNull : Boolean read GetIMPORTEIsNull write SetIMPORTEIsNull;
|
|
|
|
|
property OldIMPORTE : Currency read GetOldIMPORTEValue;
|
|
|
|
|
property OldIMPORTEIsNull : Boolean read GetOldIMPORTEIsNull;
|
|
|
|
|
property OTROS_GASTOS : Currency read GetOTROS_GASTOSValue write SetOTROS_GASTOSValue;
|
|
|
|
|
property OTROS_GASTOSIsNull : Boolean read GetOTROS_GASTOSIsNull write SetOTROS_GASTOSIsNull;
|
|
|
|
|
property OldOTROS_GASTOS : Currency read GetOldOTROS_GASTOSValue;
|
|
|
|
|
property OldOTROS_GASTOSIsNull : Boolean read GetOldOTROS_GASTOSIsNull;
|
|
|
|
|
property IMPORTE_TOTAL : Currency read GetIMPORTE_TOTALValue write SetIMPORTE_TOTALValue;
|
|
|
|
|
property IMPORTE_TOTALIsNull : Boolean read GetIMPORTE_TOTALIsNull write SetIMPORTE_TOTALIsNull;
|
|
|
|
|
property OldIMPORTE_TOTAL : Currency read GetOldIMPORTE_TOTALValue;
|
|
|
|
|
property OldIMPORTE_TOTALIsNull : Boolean read GetOldIMPORTE_TOTALIsNull;
|
|
|
|
|
property FECHA_FACTURA : DateTime read GetFECHA_FACTURAValue write SetFECHA_FACTURAValue;
|
|
|
|
|
property FECHA_FACTURAIsNull : Boolean read GetFECHA_FACTURAIsNull write SetFECHA_FACTURAIsNull;
|
|
|
|
|
property OldFECHA_FACTURA : DateTime read GetOldFECHA_FACTURAValue;
|
|
|
|
|
property OldFECHA_FACTURAIsNull : Boolean read GetOldFECHA_FACTURAIsNull;
|
|
|
|
|
property IMPORTE_FACTURA : Currency read GetIMPORTE_FACTURAValue write SetIMPORTE_FACTURAValue;
|
|
|
|
|
property IMPORTE_FACTURAIsNull : Boolean read GetIMPORTE_FACTURAIsNull write SetIMPORTE_FACTURAIsNull;
|
|
|
|
|
property OldIMPORTE_FACTURA : Currency read GetOldIMPORTE_FACTURAValue;
|
|
|
|
|
property OldIMPORTE_FACTURAIsNull : Boolean read GetOldIMPORTE_FACTURAIsNull;
|
|
|
|
|
property ID_CLIENTE : Integer read GetID_CLIENTEValue write SetID_CLIENTEValue;
|
|
|
|
|
property ID_CLIENTEIsNull : Boolean read GetID_CLIENTEIsNull write SetID_CLIENTEIsNull;
|
|
|
|
|
property OldID_CLIENTE : Integer read GetOldID_CLIENTEValue;
|
|
|
|
|
property OldID_CLIENTEIsNull : Boolean read GetOldID_CLIENTEIsNull;
|
|
|
|
|
property NOMBRE_CLIENTE : String read GetNOMBRE_CLIENTEValue write SetNOMBRE_CLIENTEValue;
|
|
|
|
|
property NOMBRE_CLIENTEIsNull : Boolean read GetNOMBRE_CLIENTEIsNull write SetNOMBRE_CLIENTEIsNull;
|
|
|
|
|
property OldNOMBRE_CLIENTE : String read GetOldNOMBRE_CLIENTEValue;
|
|
|
|
|
property OldNOMBRE_CLIENTEIsNull : Boolean read GetOldNOMBRE_CLIENTEIsNull;
|
|
|
|
|
property NIF_CIF_CLIENTE : String read GetNIF_CIF_CLIENTEValue write SetNIF_CIF_CLIENTEValue;
|
|
|
|
|
property NIF_CIF_CLIENTEIsNull : Boolean read GetNIF_CIF_CLIENTEIsNull write SetNIF_CIF_CLIENTEIsNull;
|
|
|
|
|
property OldNIF_CIF_CLIENTE : String read GetOldNIF_CIF_CLIENTEValue;
|
|
|
|
|
property OldNIF_CIF_CLIENTEIsNull : Boolean read GetOldNIF_CIF_CLIENTEIsNull;
|
|
|
|
|
property ID_EMPRESA : Integer read GetID_EMPRESAValue write SetID_EMPRESAValue;
|
|
|
|
|
property ID_EMPRESAIsNull : Boolean read GetID_EMPRESAIsNull write SetID_EMPRESAIsNull;
|
|
|
|
|
property OldID_EMPRESA : Integer read GetOldID_EMPRESAValue;
|
|
|
|
|
property OldID_EMPRESAIsNull : Boolean read GetOldID_EMPRESAIsNull;
|
2007-11-05 17:59:28 +00:00
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
public
|
|
|
|
|
constructor Create(aBusinessProcessor: TDABusinessProcessor); override;
|
|
|
|
|
destructor Destroy; override;
|
2007-11-05 17:59:28 +00:00
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
end;
|
2007-11-05 17:59:28 +00:00
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
implementation
|
2007-11-05 17:59:28 +00:00
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
uses
|
|
|
|
|
Variants, uROBinaryHelpers, uDAInterfaces;
|
2007-11-05 17:59:28 +00:00
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
{ TRecibosClienteBusinessProcessorRules }
|
|
|
|
|
constructor TRecibosClienteBusinessProcessorRules.Create(aBusinessProcessor: TDABusinessProcessor);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
destructor TRecibosClienteBusinessProcessorRules.Destroy;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIDValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIDIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIDValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIDIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIDValue(const aValue: Integer);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIDIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_RECIBO_COMPENSADOValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_RECIBO_COMPENSADO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_RECIBO_COMPENSADOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_RECIBO_COMPENSADO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_RECIBO_COMPENSADOValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_RECIBO_COMPENSADO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_RECIBO_COMPENSADOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_RECIBO_COMPENSADO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_RECIBO_COMPENSADOValue(const aValue: Integer);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_RECIBO_COMPENSADO] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_RECIBO_COMPENSADOIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_RECIBO_COMPENSADO] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetREFERENCIA_REC_COMPENSADOValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REC_COMPENSADO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetREFERENCIA_REC_COMPENSADOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REC_COMPENSADO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldREFERENCIA_REC_COMPENSADOValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteREFERENCIA_REC_COMPENSADO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldREFERENCIA_REC_COMPENSADOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteREFERENCIA_REC_COMPENSADO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetREFERENCIA_REC_COMPENSADOValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REC_COMPENSADO] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetREFERENCIA_REC_COMPENSADOIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REC_COMPENSADO] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetREFERENCIAValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetREFERENCIAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldREFERENCIAValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteREFERENCIA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldREFERENCIAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteREFERENCIA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetREFERENCIAValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetREFERENCIAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetSITUACIONValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSITUACION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetSITUACIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSITUACION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldSITUACIONValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteSITUACION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldSITUACIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteSITUACION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetSITUACIONValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSITUACION] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetSITUACIONIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSITUACION] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_FACTURAValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_FACTURAValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_FACTURAValue(const aValue: Integer);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_FACTURA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_FACTURAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_FACTURA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_REMESAValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_REMESA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_REMESAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_REMESA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_REMESAValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_REMESA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_REMESAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_REMESA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_REMESAValue(const aValue: Integer);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_REMESA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_REMESAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_REMESA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetREFERENCIA_REMESAValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REMESA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetREFERENCIA_REMESAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REMESA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldREFERENCIA_REMESAValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteREFERENCIA_REMESA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldREFERENCIA_REMESAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteREFERENCIA_REMESA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetREFERENCIA_REMESAValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REMESA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetREFERENCIA_REMESAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteREFERENCIA_REMESA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_EMISIONValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_EMISION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_EMISIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_EMISION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_EMISIONValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_EMISION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_EMISIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_EMISION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_EMISIONValue(const aValue: DateTime);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_EMISION] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_EMISIONIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_EMISION] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_VENCIMIENTOValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_VENCIMIENTO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_VENCIMIENTOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_VENCIMIENTO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_VENCIMIENTOValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_VENCIMIENTO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_VENCIMIENTOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_VENCIMIENTO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_VENCIMIENTOValue(const aValue: DateTime);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_VENCIMIENTO] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_VENCIMIENTOIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_VENCIMIENTO] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetDESCRIPCIONValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDESCRIPCION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetDESCRIPCIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDESCRIPCION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldDESCRIPCIONValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteDESCRIPCION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldDESCRIPCIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteDESCRIPCION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetDESCRIPCIONValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDESCRIPCION] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetDESCRIPCIONIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDESCRIPCION] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOBSERVACIONESValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOBSERVACIONES];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOBSERVACIONESIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOBSERVACIONES]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldOBSERVACIONESValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteOBSERVACIONES];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldOBSERVACIONESIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteOBSERVACIONES]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetOBSERVACIONESValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOBSERVACIONES] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetOBSERVACIONESIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOBSERVACIONES] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIMPORTEValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIMPORTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIMPORTEValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteIMPORTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIMPORTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteIMPORTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIMPORTEValue(const aValue: Currency);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIMPORTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOTROS_GASTOSValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOTROS_GASTOS];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOTROS_GASTOSIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOTROS_GASTOS]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldOTROS_GASTOSValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteOTROS_GASTOS];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldOTROS_GASTOSIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteOTROS_GASTOS]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetOTROS_GASTOSValue(const aValue: Currency);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOTROS_GASTOS] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetOTROS_GASTOSIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteOTROS_GASTOS] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIMPORTE_TOTALValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_TOTAL];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIMPORTE_TOTALIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_TOTAL]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIMPORTE_TOTALValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteIMPORTE_TOTAL];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIMPORTE_TOTALIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteIMPORTE_TOTAL]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIMPORTE_TOTALValue(const aValue: Currency);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_TOTAL] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIMPORTE_TOTALIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_TOTAL] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_FACTURAValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_FACTURAValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_FACTURAValue(const aValue: DateTime);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_FACTURA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_FACTURAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_FACTURA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFORMA_PAGO_FACTURAValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFORMA_PAGO_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFORMA_PAGO_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFORMA_PAGO_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFORMA_PAGO_FACTURAValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFORMA_PAGO_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFORMA_PAGO_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFORMA_PAGO_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFORMA_PAGO_FACTURAValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFORMA_PAGO_FACTURA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFORMA_PAGO_FACTURAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFORMA_PAGO_FACTURA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIMPORTE_FACTURAValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetIMPORTE_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIMPORTE_FACTURAValue: Currency;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteIMPORTE_FACTURA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldIMPORTE_FACTURAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteIMPORTE_FACTURA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIMPORTE_FACTURAValue(const aValue: Currency);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_FACTURA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetIMPORTE_FACTURAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteIMPORTE_FACTURA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_EMPRESAValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_EMPRESA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_EMPRESAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_EMPRESA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_EMPRESAValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_EMPRESA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_EMPRESAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_EMPRESA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_EMPRESAValue(const aValue: Integer);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_EMPRESA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_EMPRESAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_EMPRESA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_CLIENTEValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetID_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_CLIENTEValue: Integer;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldID_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteID_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_CLIENTEValue(const aValue: Integer);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetID_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteID_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetNOMBRE_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNOMBRE_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetNOMBRE_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNOMBRE_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldNOMBRE_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteNOMBRE_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldNOMBRE_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteNOMBRE_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetNOMBRE_CLIENTEValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNOMBRE_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetNOMBRE_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNOMBRE_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetNIF_CIF_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNIF_CIF_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetNIF_CIF_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNIF_CIF_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldNIF_CIF_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteNIF_CIF_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldNIF_CIF_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteNIF_CIF_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetNIF_CIF_CLIENTEValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNIF_CIF_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetNIF_CIF_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteNIF_CIF_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetENTIDAD_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteENTIDAD_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetENTIDAD_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteENTIDAD_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldENTIDAD_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteENTIDAD_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldENTIDAD_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteENTIDAD_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetENTIDAD_CLIENTEValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteENTIDAD_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetENTIDAD_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteENTIDAD_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetSUCURSAL_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSUCURSAL_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetSUCURSAL_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSUCURSAL_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldSUCURSAL_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteSUCURSAL_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldSUCURSAL_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteSUCURSAL_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetSUCURSAL_CLIENTEValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSUCURSAL_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetSUCURSAL_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteSUCURSAL_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetDC_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDC_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetDC_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDC_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldDC_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteDC_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldDC_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteDC_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetDC_CLIENTEValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDC_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetDC_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteDC_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetCUENTA_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteCUENTA_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetCUENTA_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteCUENTA_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldCUENTA_CLIENTEValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteCUENTA_CLIENTE];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldCUENTA_CLIENTEIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteCUENTA_CLIENTE]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetCUENTA_CLIENTEValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteCUENTA_CLIENTE] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetCUENTA_CLIENTEIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteCUENTA_CLIENTE] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_ALTAValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_ALTA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_ALTAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_ALTA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_ALTAValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_ALTA];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_ALTAIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_ALTA]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_ALTAValue(const aValue: DateTime);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_ALTA] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_ALTAIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_ALTA] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_MODIFICACIONValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_MODIFICACION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetFECHA_MODIFICACIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_MODIFICACION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_MODIFICACIONValue: DateTime;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_MODIFICACION];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldFECHA_MODIFICACIONIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteFECHA_MODIFICACION]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_MODIFICACIONValue(const aValue: DateTime);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_MODIFICACION] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetFECHA_MODIFICACIONIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteFECHA_MODIFICACION] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetUSUARIOValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteUSUARIO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetUSUARIOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteUSUARIO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldUSUARIOValue: String;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteUSUARIO];
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
function TRecibosClienteBusinessProcessorRules.GetOldUSUARIOIsNull: Boolean;
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosClienteUSUARIO]);
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetUSUARIOValue(const aValue: String);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteUSUARIO] := aValue;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
2007-11-12 19:37:16 +00:00
|
|
|
procedure TRecibosClienteBusinessProcessorRules.SetUSUARIOIsNull(const aValue: Boolean);
|
2007-11-05 17:59:28 +00:00
|
|
|
begin
|
|
|
|
|
if aValue then
|
2007-11-12 19:37:16 +00:00
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosClienteUSUARIO] := Null;
|
2007-11-05 17:59:28 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ TPagosClienteBusinessProcessorRules }
|
|
|
|
|
constructor TPagosClienteBusinessProcessorRules.Create(aBusinessProcessor: TDABusinessProcessor);
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
destructor TPagosClienteBusinessProcessorRules.Destroy;
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetIDValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetIDIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldIDValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteID];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldIDIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteID]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetIDValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetIDIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetID_RECIBOValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID_RECIBO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetID_RECIBOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID_RECIBO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldID_RECIBOValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteID_RECIBO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldID_RECIBOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteID_RECIBO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetID_RECIBOValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID_RECIBO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetID_RECIBOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteID_RECIBO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetTIPOValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTIPO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetTIPOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTIPO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldTIPOValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteTIPO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldTIPOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteTIPO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetTIPOValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTIPO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetTIPOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTIPO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetFECHA_PAGOValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_PAGO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetFECHA_PAGOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_PAGO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldFECHA_PAGOValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteFECHA_PAGO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldFECHA_PAGOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteFECHA_PAGO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetFECHA_PAGOValue(const aValue: DateTime);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_PAGO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetFECHA_PAGOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_PAGO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetTITULARValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTITULAR];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetTITULARIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTITULAR]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldTITULARValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteTITULAR];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldTITULARIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteTITULAR]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetTITULARValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTITULAR] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetTITULARIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteTITULAR] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetENTIDADValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteENTIDAD];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetENTIDADIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteENTIDAD]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldENTIDADValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteENTIDAD];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldENTIDADIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteENTIDAD]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetENTIDADValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteENTIDAD] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetENTIDADIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteENTIDAD] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetSUCURSALValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteSUCURSAL];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetSUCURSALIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteSUCURSAL]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldSUCURSALValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteSUCURSAL];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldSUCURSALIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteSUCURSAL]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetSUCURSALValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteSUCURSAL] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetSUCURSALIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteSUCURSAL] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetDCValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteDC];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetDCIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteDC]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldDCValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteDC];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldDCIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteDC]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetDCValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteDC] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetDCIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteDC] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetCUENTAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteCUENTA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetCUENTAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteCUENTA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldCUENTAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteCUENTA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldCUENTAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteCUENTA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetCUENTAValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteCUENTA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetCUENTAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteCUENTA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetFECHA_ALTAValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_ALTA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetFECHA_ALTAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_ALTA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldFECHA_ALTAValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteFECHA_ALTA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldFECHA_ALTAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteFECHA_ALTA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetFECHA_ALTAValue(const aValue: DateTime);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_ALTA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetFECHA_ALTAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_ALTA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetFECHA_MODIFICACIONValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_MODIFICACION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetFECHA_MODIFICACIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_MODIFICACION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldFECHA_MODIFICACIONValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteFECHA_MODIFICACION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldFECHA_MODIFICACIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteFECHA_MODIFICACION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetFECHA_MODIFICACIONValue(const aValue: DateTime);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_MODIFICACION] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetFECHA_MODIFICACIONIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteFECHA_MODIFICACION] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetUSUARIOValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteUSUARIO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetUSUARIOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteUSUARIO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldUSUARIOValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteUSUARIO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TPagosClienteBusinessProcessorRules.GetOldUSUARIOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_PagosClienteUSUARIO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetUSUARIOValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteUSUARIO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TPagosClienteBusinessProcessorRules.SetUSUARIOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_PagosClienteUSUARIO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ TRecibosCompensadosCliBusinessProcessorRules }
|
|
|
|
|
constructor TRecibosCompensadosCliBusinessProcessorRules.Create(aBusinessProcessor: TDABusinessProcessor);
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
destructor TRecibosCompensadosCliBusinessProcessorRules.Destroy;
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIDValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIDIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIDValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIDIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIDValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIDIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_RECIBO_COMPENSADOValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_RECIBO_COMPENSADO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_RECIBO_COMPENSADOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_RECIBO_COMPENSADO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_RECIBO_COMPENSADOValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_RECIBO_COMPENSADO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_RECIBO_COMPENSADOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_RECIBO_COMPENSADO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_RECIBO_COMPENSADOValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_RECIBO_COMPENSADO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_RECIBO_COMPENSADOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_RECIBO_COMPENSADO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetREFERENCIAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliREFERENCIA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetREFERENCIAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliREFERENCIA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldREFERENCIAValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliREFERENCIA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldREFERENCIAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliREFERENCIA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetREFERENCIAValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliREFERENCIA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetREFERENCIAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliREFERENCIA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetSITUACIONValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliSITUACION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetSITUACIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliSITUACION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldSITUACIONValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliSITUACION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldSITUACIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliSITUACION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetSITUACIONValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliSITUACION] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetSITUACIONIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliSITUACION] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_FACTURAValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_FACTURA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_FACTURA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_FACTURAValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_FACTURA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_FACTURA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_FACTURAValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_FACTURA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_FACTURAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_FACTURA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetFECHA_EMISIONValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_EMISION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetFECHA_EMISIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_EMISION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldFECHA_EMISIONValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliFECHA_EMISION];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldFECHA_EMISIONIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliFECHA_EMISION]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetFECHA_EMISIONValue(const aValue: DateTime);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_EMISION] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetFECHA_EMISIONIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_EMISION] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetFECHA_VENCIMIENTOValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_VENCIMIENTO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetFECHA_VENCIMIENTOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_VENCIMIENTO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldFECHA_VENCIMIENTOValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliFECHA_VENCIMIENTO];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldFECHA_VENCIMIENTOIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliFECHA_VENCIMIENTO]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetFECHA_VENCIMIENTOValue(const aValue: DateTime);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_VENCIMIENTO] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetFECHA_VENCIMIENTOIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_VENCIMIENTO] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIMPORTEValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIMPORTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIMPORTEValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliIMPORTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIMPORTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliIMPORTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIMPORTEValue(const aValue: Currency);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIMPORTEIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOTROS_GASTOSValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliOTROS_GASTOS];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOTROS_GASTOSIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliOTROS_GASTOS]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldOTROS_GASTOSValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliOTROS_GASTOS];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldOTROS_GASTOSIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliOTROS_GASTOS]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetOTROS_GASTOSValue(const aValue: Currency);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliOTROS_GASTOS] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetOTROS_GASTOSIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliOTROS_GASTOS] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIMPORTE_TOTALValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_TOTAL];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIMPORTE_TOTALIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_TOTAL]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIMPORTE_TOTALValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliIMPORTE_TOTAL];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIMPORTE_TOTALIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliIMPORTE_TOTAL]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIMPORTE_TOTALValue(const aValue: Currency);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_TOTAL] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIMPORTE_TOTALIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_TOTAL] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetFECHA_FACTURAValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_FACTURA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetFECHA_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_FACTURA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldFECHA_FACTURAValue: DateTime;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliFECHA_FACTURA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldFECHA_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliFECHA_FACTURA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetFECHA_FACTURAValue(const aValue: DateTime);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_FACTURA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetFECHA_FACTURAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliFECHA_FACTURA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIMPORTE_FACTURAValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_FACTURA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetIMPORTE_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_FACTURA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIMPORTE_FACTURAValue: Currency;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliIMPORTE_FACTURA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldIMPORTE_FACTURAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliIMPORTE_FACTURA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIMPORTE_FACTURAValue(const aValue: Currency);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_FACTURA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetIMPORTE_FACTURAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliIMPORTE_FACTURA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_CLIENTEValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_CLIENTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_CLIENTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_CLIENTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_CLIENTEValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_CLIENTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_CLIENTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_CLIENTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_CLIENTEValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_CLIENTE] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_CLIENTEIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_CLIENTE] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetNOMBRE_CLIENTEValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNOMBRE_CLIENTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetNOMBRE_CLIENTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNOMBRE_CLIENTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldNOMBRE_CLIENTEValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliNOMBRE_CLIENTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldNOMBRE_CLIENTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliNOMBRE_CLIENTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetNOMBRE_CLIENTEValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNOMBRE_CLIENTE] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetNOMBRE_CLIENTEIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNOMBRE_CLIENTE] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetNIF_CIF_CLIENTEValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNIF_CIF_CLIENTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetNIF_CIF_CLIENTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNIF_CIF_CLIENTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldNIF_CIF_CLIENTEValue: String;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliNIF_CIF_CLIENTE];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldNIF_CIF_CLIENTEIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliNIF_CIF_CLIENTE]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetNIF_CIF_CLIENTEValue(const aValue: String);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNIF_CIF_CLIENTE] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetNIF_CIF_CLIENTEIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliNIF_CIF_CLIENTE] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_EMPRESAValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_EMPRESA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetID_EMPRESAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_EMPRESA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_EMPRESAValue: Integer;
|
|
|
|
|
begin
|
|
|
|
|
result := BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_EMPRESA];
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TRecibosCompensadosCliBusinessProcessorRules.GetOldID_EMPRESAIsNull: Boolean;
|
|
|
|
|
begin
|
|
|
|
|
result := VarIsNull(BusinessProcessor.CurrentChange.OldValueByName[fld_RecibosCompensadosCliID_EMPRESA]);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_EMPRESAValue(const aValue: Integer);
|
|
|
|
|
begin
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_EMPRESA] := aValue;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TRecibosCompensadosCliBusinessProcessorRules.SetID_EMPRESAIsNull(const aValue: Boolean);
|
|
|
|
|
begin
|
|
|
|
|
if aValue then
|
|
|
|
|
BusinessProcessor.CurrentChange.NewValueByName[fld_RecibosCompensadosCliID_EMPRESA] := Null;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initialization
|
|
|
|
|
RegisterBusinessProcessorRules(RID_RecibosClienteDelta, TRecibosClienteBusinessProcessorRules);
|
|
|
|
|
RegisterBusinessProcessorRules(RID_PagosClienteDelta, TPagosClienteBusinessProcessorRules);
|
|
|
|
|
RegisterBusinessProcessorRules(RID_RecibosCompensadosCliDelta, TRecibosCompensadosCliBusinessProcessorRules);
|
|
|
|
|
|
|
|
|
|
end.
|