|
|
|
|
@@ -42,47 +42,20 @@ public class GnpCrmNotifyDonorOut implements java.io.Serializable {
|
|
|
|
|
private String codiceOloRecipient;
|
|
|
|
|
private String codiceSessione;
|
|
|
|
|
|
|
|
|
|
private String codFiscalePartitaIva;
|
|
|
|
|
|
|
|
|
|
public GnpCrmNotifyDonorOut() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public GnpCrmNotifyDonorOut(Long daScodare, String directoryNumber, Long codiceRichiesta, String sistComp) {
|
|
|
|
|
this.daScodare = daScodare;
|
|
|
|
|
this.directoryNumber = directoryNumber;
|
|
|
|
|
this.codiceRichiesta = codiceRichiesta;
|
|
|
|
|
this.sistComp = sistComp;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public GnpCrmNotifyDonorOut(Long daScodare, String directoryNumber, Long codiceRichiesta, String nativoTlc, String tipoEvento, Date dac, Date des, Long tipoLinea, String ambito, String idOperatoreDonating, String cognomeCliente, Date dataInvioMessaggio, String codiceOrdineOlo, String sistComp, String businessId, String transactionId, Date dataOrdine, String idOperatoreDonor, String cow, String flagNp, String aggiuntivi, String note, String codiceSegreto, String cor, String codiceOloRecipient) {
|
|
|
|
|
this.daScodare = daScodare;
|
|
|
|
|
this.directoryNumber = directoryNumber;
|
|
|
|
|
this.codiceRichiesta = codiceRichiesta;
|
|
|
|
|
this.nativoTlc = nativoTlc;
|
|
|
|
|
this.tipoEvento = tipoEvento;
|
|
|
|
|
this.dac = dac;
|
|
|
|
|
this.des = des;
|
|
|
|
|
this.tipoLinea = tipoLinea;
|
|
|
|
|
this.ambito = ambito;
|
|
|
|
|
this.idOperatoreDonating = idOperatoreDonating;
|
|
|
|
|
this.cognomeCliente = cognomeCliente;
|
|
|
|
|
this.dataInvioMessaggio = dataInvioMessaggio;
|
|
|
|
|
this.codiceOrdineOlo = codiceOrdineOlo;
|
|
|
|
|
this.sistComp = sistComp;
|
|
|
|
|
this.businessId = businessId;
|
|
|
|
|
this.transactionId = transactionId;
|
|
|
|
|
this.dataOrdine = dataOrdine;
|
|
|
|
|
this.idOperatoreDonor = idOperatoreDonor;
|
|
|
|
|
this.cow = cow;
|
|
|
|
|
this.flagNp = flagNp;
|
|
|
|
|
this.aggiuntivi = aggiuntivi;
|
|
|
|
|
this.note = note;
|
|
|
|
|
this.codiceSegreto = codiceSegreto;
|
|
|
|
|
this.cor = cor;
|
|
|
|
|
this.codiceOloRecipient = codiceOloRecipient;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public GnpCrmNotifyDonorOut(Long daScodare, String directoryNumber, Long codiceRichiesta, String nativoTlc, String tipoEvento, Date dac, Date des, Long tipoLinea, String ambito, String idOperatoreDonating, String cognomeCliente, Date dataInvioMessaggio, String codiceOrdineOlo, String sistComp, String businessId, String transactionId, Date dataOrdine, String idOperatoreDonor, String cow, String flagNp, String aggiuntivi, String note, String telefonoReferenteRichiedente, String codiceSegreto, String cor, String codiceOloRecipient) {
|
|
|
|
|
public GnpCrmNotifyDonorOut(Long daScodare, String directoryNumber, Long codiceRichiesta, String nativoTlc, String tipoEvento, Date dac, Date des, Long tipoLinea, String ambito, String idOperatoreDonating, String cognomeCliente, Date dataInvioMessaggio, String codiceOrdineOlo, String sistComp, String businessId, String transactionId, Date dataOrdine, String idOperatoreDonor, String cow, String flagNp, String aggiuntivi, String note, String telefonoReferenteRichiedente, String codiceSegreto, String cor, String codiceOloRecipient, String codFiscalePartitaIva) {
|
|
|
|
|
this.daScodare = daScodare;
|
|
|
|
|
this.directoryNumber = directoryNumber;
|
|
|
|
|
this.codiceRichiesta = codiceRichiesta;
|
|
|
|
|
@@ -109,6 +82,7 @@ public class GnpCrmNotifyDonorOut implements java.io.Serializable {
|
|
|
|
|
this.codiceSegreto = codiceSegreto;
|
|
|
|
|
this.cor = cor;
|
|
|
|
|
this.codiceOloRecipient = codiceOloRecipient;
|
|
|
|
|
this.codFiscalePartitaIva = codFiscalePartitaIva;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Long getUniqueId() {
|
|
|
|
|
@@ -313,5 +287,11 @@ public class GnpCrmNotifyDonorOut implements java.io.Serializable {
|
|
|
|
|
this.codiceSessione = codiceSessione;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String getCodFiscalePartitaIva() {
|
|
|
|
|
return codFiscalePartitaIva;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void setCodFiscalePartitaIva(String codFiscalePartitaIva) {
|
|
|
|
|
this.codFiscalePartitaIva = codFiscalePartitaIva;
|
|
|
|
|
}
|
|
|
|
|
}
|