www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,33 @@
|
|||
package it.acxent.anag.json;
|
||||
|
||||
public class JsonComune {
|
||||
private long id_comune;
|
||||
|
||||
private String descrizione;
|
||||
|
||||
private long lastUpdTmst;
|
||||
|
||||
public long getId_comune() {
|
||||
return this.id_comune;
|
||||
}
|
||||
|
||||
public void setId_comune(long id_tipologiaProdotto) {
|
||||
this.id_comune = id_tipologiaProdotto;
|
||||
}
|
||||
|
||||
public String getDescrizione() {
|
||||
return this.descrizione;
|
||||
}
|
||||
|
||||
public void setDescrizione(String descrizione) {
|
||||
this.descrizione = descrizione;
|
||||
}
|
||||
|
||||
public long getLastUpdTmst() {
|
||||
return this.lastUpdTmst;
|
||||
}
|
||||
|
||||
public void setLastUpdTmst(long lastUpdTmst) {
|
||||
this.lastUpdTmst = lastUpdTmst;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue