Skip to content

Commit

Permalink
Corretto recupero GAE
Browse files Browse the repository at this point in the history
  • Loading branch information
gifracr committed Dec 22, 2016
1 parent 29dc2fe commit a35a036
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Expand Up @@ -29,7 +29,8 @@ public class WorkpackageBulk extends WorkpackageBase implements CostantiTi_gesti

private BulkList risultati;
private BulkList dettagliPostIt = new BulkList();

private java.lang.Integer esercizio;

private final static java.util.Dictionary ti_gestioneKeys;

static {
Expand Down Expand Up @@ -639,4 +640,10 @@ public void setUtilizzata2016(boolean utilizzata2016) {
public boolean isUtilizzata2016() {
return utilizzata2016;
}
public java.lang.Integer getEsercizio() {
return esercizio;
}
public void setEsercizio(java.lang.Integer esercizio) {
this.esercizio = esercizio;
}
}
Expand Up @@ -67,6 +67,12 @@
sqlTypeName="VARCHAR"
columnSize="30"
nullable="true" />
<columnMapping
columnName="ESERCIZIO"
propertyName="esercizio"
sqlTypeName="DECIMAL"
columnSize="4"
nullable="true" />
</columnMap>
<columnMap
name="V_LINEA_ATT_NOT_IN_PDG"
Expand Down

0 comments on commit a35a036

Please sign in to comment.