DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Implement FASE 2
This commit is contained in:
@@ -11,10 +11,23 @@ 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
|
||||
private Long codiceRichiesta;
|
||||
private String cor;
|
||||
private String codOLORecipient;
|
||||
private String codOrdineOLO;
|
||||
private String dn1;
|
||||
private String dn2;
|
||||
private String dn3;
|
||||
private String dn4;
|
||||
private String dn5;
|
||||
private String dn6;
|
||||
private String dn7;
|
||||
|
||||
|
||||
public AbstractGnpCrmDonorOut() {
|
||||
}
|
||||
|
||||
|
||||
public AbstractGnpCrmDonorOut(Long daScodare, String cowDonating, String dn, String codiceSessione, String tipoChiamata) {
|
||||
this.daScodare = daScodare;
|
||||
this.cowDonating = cowDonating;
|
||||
@@ -81,4 +94,90 @@ public abstract class AbstractGnpCrmDonorOut implements java.io.Serializable {
|
||||
this.dataInvio = dataInvio;
|
||||
}
|
||||
|
||||
public Long getCodiceRichiesta() {
|
||||
return codiceRichiesta;
|
||||
}
|
||||
|
||||
public void setCodiceRichiesta(Long codiceRichiesta) {
|
||||
this.codiceRichiesta = codiceRichiesta;
|
||||
}
|
||||
|
||||
public String getCor() {
|
||||
return cor;
|
||||
}
|
||||
|
||||
public void setCor(String cor) {
|
||||
this.cor = cor;
|
||||
}
|
||||
|
||||
|
||||
public String getCodOLORecipient() {
|
||||
return codOLORecipient;
|
||||
}
|
||||
|
||||
public void setCodOLORecipient(String codOLORecipient) {
|
||||
this.codOLORecipient = codOLORecipient;
|
||||
}
|
||||
|
||||
public String getCodOrdineOLO() {
|
||||
return codOrdineOLO;
|
||||
}
|
||||
|
||||
public void setCodOrdineOLO(String codOrdineOLO) {
|
||||
this.codOrdineOLO = codOrdineOLO;
|
||||
}
|
||||
|
||||
public void setDn1(String dn1) {
|
||||
this.dn1 = dn1;
|
||||
}
|
||||
public String getDn1() {
|
||||
return dn1;
|
||||
}
|
||||
public String getDn2() {
|
||||
return dn2;
|
||||
}
|
||||
|
||||
public void setDn2(String dn2) {
|
||||
this.dn2 = dn2;
|
||||
}
|
||||
|
||||
public String getDn3() {
|
||||
return dn3;
|
||||
}
|
||||
|
||||
public void setDn3(String dn3) {
|
||||
this.dn3 = dn3;
|
||||
}
|
||||
|
||||
public String getDn4() {
|
||||
return dn4;
|
||||
}
|
||||
|
||||
public void setDn4(String dn4) {
|
||||
this.dn4 = dn4;
|
||||
}
|
||||
|
||||
public String getDn5() {
|
||||
return dn5;
|
||||
}
|
||||
|
||||
public void setDn5(String dn5) {
|
||||
this.dn5 = dn5;
|
||||
}
|
||||
|
||||
public String getDn6() {
|
||||
return dn6;
|
||||
}
|
||||
|
||||
public void setDn6(String dn6) {
|
||||
this.dn6 = dn6;
|
||||
}
|
||||
|
||||
public String getDn7() {
|
||||
return dn7;
|
||||
}
|
||||
|
||||
public void setDn7(String dn7) {
|
||||
this.dn7 = dn7;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,5 +28,39 @@
|
||||
<property name="dataInvio" type="timestamp">
|
||||
<column name="DATA_INVIO" length="7" />
|
||||
</property>
|
||||
<!-- DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Aggiunto mapping 11 nuovi campi per CRMB -->
|
||||
<property name="codiceRichiesta" type="java.lang.Long">
|
||||
<column name="CODICE_RICHIESTA" precision="22" scale="0" />
|
||||
</property>
|
||||
<property name="cor" type="string">
|
||||
<column name="COR" length="12" />
|
||||
</property>
|
||||
<property name="codOrdineOLO" type="string">
|
||||
<column name="CODICE_ORDINE_OLO" length="50" />
|
||||
</property>
|
||||
<property name="codOLORecipient" type="string">
|
||||
<column name="COD_OLO_RECIPIENT" length="3" />
|
||||
</property>
|
||||
<property name="dn1" type="string">
|
||||
<column name="DN1" length="20" />
|
||||
</property>
|
||||
<property name="dn2" type="string">
|
||||
<column name="DN2" length="20" />
|
||||
</property>
|
||||
<property name="dn3" type="string">
|
||||
<column name="DN3" length="20" />
|
||||
</property>
|
||||
<property name="dn4" type="string">
|
||||
<column name="DN4" length="20" />
|
||||
</property>
|
||||
<property name="dn5" type="string">
|
||||
<column name="DN5" length="20" />
|
||||
</property>
|
||||
<property name="dn6" type="string">
|
||||
<column name="DN6" length="20" />
|
||||
</property>
|
||||
<property name="dn7" type="string">
|
||||
<column name="DN7" length="20" />
|
||||
</property>
|
||||
</class>
|
||||
</hibernate-mapping>
|
||||
|
||||
Reference in New Issue
Block a user