aggiunto dettaglio
This commit is contained in:
@@ -222,6 +222,9 @@ public class DtbTipi extends EntityBase {
|
||||
@EntityChild
|
||||
private List<DrlTipiNoteDoc> drlTipiNoteDoc= new ArrayList<>();
|
||||
|
||||
@EntityChild
|
||||
private WtbJreptSetup wtbJreptSetup;
|
||||
|
||||
public DtbTipi() {
|
||||
super(logger);
|
||||
}
|
||||
@@ -822,6 +825,15 @@ public class DtbTipi extends EntityBase {
|
||||
|
||||
public void setCodCcauCoan(String codCcauCoan) { this.codCcauCoan = codCcauCoan; }
|
||||
|
||||
public WtbJreptSetup getWtbJreptSetup() {
|
||||
return wtbJreptSetup;
|
||||
}
|
||||
|
||||
public DtbTipi setWtbJreptSetup(WtbJreptSetup wtbJreptSetup) {
|
||||
this.wtbJreptSetup = wtbJreptSetup;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void deleteChilds() throws Exception {
|
||||
DtbTipiAnag dtbTipiAnag = new DtbTipiAnag();
|
||||
@@ -830,6 +842,8 @@ public class DtbTipi extends EntityBase {
|
||||
dtbTipiCarat.deleteAllEntities(connection, this);
|
||||
DrlTipiNoteDoc drlTipiNoteDoc = new DrlTipiNoteDoc();
|
||||
drlTipiNoteDoc.deleteAllEntities(connection, this);
|
||||
WtbJreptSetup wtbJreptSetup = new WtbJreptSetup();
|
||||
wtbJreptSetup.deleteAllEntities(connection, this);
|
||||
}
|
||||
|
||||
public enum AccontoDa {
|
||||
|
||||
Reference in New Issue
Block a user