DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Implement FASE3 richiesta di verifica codice sessione (N8/N9)
This commit is contained in:
@@ -11,9 +11,10 @@ public abstract class AbstractGnpCrmDonorOut implements java.io.Serializable {
|
||||
private String tipoChiamata;
|
||||
private Date dataInvio;
|
||||
|
||||
// DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Aggiunti 11 nuovi campi per CRMB
|
||||
// DBCFX_RU_363 - Offerta Open Fiber FTTH (Del.82 Business): Aggiunti 12 nuovi campi per CRMB
|
||||
private Long codiceRichiesta;
|
||||
private String cor;
|
||||
private String cos;
|
||||
private String codOLORecipient;
|
||||
private String codOrdineOLO;
|
||||
private String dn1;
|
||||
@@ -43,8 +44,30 @@ public abstract class AbstractGnpCrmDonorOut implements java.io.Serializable {
|
||||
this.tipoChiamata = tipoChiamata;
|
||||
this.dataInvio = dataInvio;
|
||||
}
|
||||
|
||||
public Long getUniqueId() {
|
||||
|
||||
public AbstractGnpCrmDonorOut(Long uniqueId, Long daScodare, String cowDonating, String dn, String codiceSessione, String tipoChiamata, Date dataInvio, Long codiceRichiesta, String cor, String cos, String codOLORecipient, String codOrdineOLO, String dn1, String dn2, String dn3, String dn4, String dn5, String dn6, String dn7) {
|
||||
this.uniqueId = uniqueId;
|
||||
this.daScodare = daScodare;
|
||||
this.cowDonating = cowDonating;
|
||||
this.dn = dn;
|
||||
this.codiceSessione = codiceSessione;
|
||||
this.tipoChiamata = tipoChiamata;
|
||||
this.dataInvio = dataInvio;
|
||||
this.codiceRichiesta = codiceRichiesta;
|
||||
this.cor = cor;
|
||||
this.cos = cos;
|
||||
this.codOLORecipient = codOLORecipient;
|
||||
this.codOrdineOLO = codOrdineOLO;
|
||||
this.dn1 = dn1;
|
||||
this.dn2 = dn2;
|
||||
this.dn3 = dn3;
|
||||
this.dn4 = dn4;
|
||||
this.dn5 = dn5;
|
||||
this.dn6 = dn6;
|
||||
this.dn7 = dn7;
|
||||
}
|
||||
|
||||
public Long getUniqueId() {
|
||||
return this.uniqueId;
|
||||
}
|
||||
|
||||
@@ -110,6 +133,13 @@ public abstract class AbstractGnpCrmDonorOut implements java.io.Serializable {
|
||||
this.cor = cor;
|
||||
}
|
||||
|
||||
public String getCos() {
|
||||
return cos;
|
||||
}
|
||||
|
||||
public void setCos(String cos) {
|
||||
this.cos = cos;
|
||||
}
|
||||
|
||||
public String getCodOLORecipient() {
|
||||
return codOLORecipient;
|
||||
|
||||
@@ -35,6 +35,9 @@
|
||||
<property name="cor" type="string">
|
||||
<column name="COR" length="12" />
|
||||
</property>
|
||||
<property name="cos" type="string">
|
||||
<column name="COS" length="3" />
|
||||
</property>
|
||||
<property name="codOrdineOLO" type="string">
|
||||
<column name="CODICE_ORDINE_OLO" length="50" />
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user