@ -115,6 +115,9 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
attributes . put ( "destinazione" , getDestinazione ( ) ) ;
attributes . put ( "destinazione" , getDestinazione ( ) ) ;
attributes . put ( "ag" , getAg ( ) ) ;
attributes . put ( "ag" , getAg ( ) ) ;
attributes . put ( "descLongIntervento" , getDescLongIntervento ( ) ) ;
attributes . put ( "descLongIntervento" , getDescLongIntervento ( ) ) ;
attributes . put ( "paesaggioLocale" , getPaesaggioLocale ( ) ) ;
attributes . put ( "livelloDiTutela" , getLivelloDiTutela ( ) ) ;
attributes . put ( "vincoli" , getVincoli ( ) ) ;
attributes . put ( "via" , getVia ( ) ) ;
attributes . put ( "via" , getVia ( ) ) ;
attributes . put ( "localita" , getLocalita ( ) ) ;
attributes . put ( "localita" , getLocalita ( ) ) ;
attributes . put ( "estremiCatastali" , getEstremiCatastali ( ) ) ;
attributes . put ( "estremiCatastali" , getEstremiCatastali ( ) ) ;
@ -186,6 +189,8 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
attributes . put ( "deInfAltro" , getDeInfAltro ( ) ) ;
attributes . put ( "deInfAltro" , getDeInfAltro ( ) ) ;
attributes . put ( "deInfAltroDesc" , getDeInfAltroDesc ( ) ) ;
attributes . put ( "deInfAltroDesc" , getDeInfAltroDesc ( ) ) ;
attributes . put ( "dccFondazioni" , getDccFondazioni ( ) ) ;
attributes . put ( "dccFondazioni" , getDccFondazioni ( ) ) ;
attributes . put ( "destinazioneAltroIntervento" ,
getDestinazioneAltroIntervento ( ) ) ;
attributes . put ( "dccStruttureEleMuraturePietrame" ,
attributes . put ( "dccStruttureEleMuraturePietrame" ,
getDccStruttureEleMuraturePietrame ( ) ) ;
getDccStruttureEleMuraturePietrame ( ) ) ;
attributes . put ( "dccStruttureEleMuratureLaterizio" ,
attributes . put ( "dccStruttureEleMuratureLaterizio" ,
@ -325,6 +330,9 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
attributes . put ( "tcRiparazioneInterventoLocale" ,
attributes . put ( "tcRiparazioneInterventoLocale" ,
getTcRiparazioneInterventoLocale ( ) ) ;
getTcRiparazioneInterventoLocale ( ) ) ;
attributes . put ( "tcCostruzioniEsistenti" , getTcCostruzioniEsistenti ( ) ) ;
attributes . put ( "tcCostruzioniEsistenti" , getTcCostruzioniEsistenti ( ) ) ;
attributes . put ( "tcManutOrdStraord" , getTcManutOrdStraord ( ) ) ;
attributes . put ( "tcAltriInterventi" , getTcAltriInterventi ( ) ) ;
attributes . put ( "tcAltriInterventiDesc" , getTcAltriInterventiDesc ( ) ) ;
attributes . put ( "tcInCA" , getTcInCA ( ) ) ;
attributes . put ( "tcInCA" , getTcInCA ( ) ) ;
attributes . put ( "tcInOpera" , getTcInOpera ( ) ) ;
attributes . put ( "tcInOpera" , getTcInOpera ( ) ) ;
attributes . put ( "tcPrefabbricato" , getTcPrefabbricato ( ) ) ;
attributes . put ( "tcPrefabbricato" , getTcPrefabbricato ( ) ) ;
@ -610,6 +618,24 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
setDescLongIntervento ( descLongIntervento ) ;
setDescLongIntervento ( descLongIntervento ) ;
}
}
String paesaggioLocale = ( String ) attributes . get ( "paesaggioLocale" ) ;
if ( paesaggioLocale ! = null ) {
setPaesaggioLocale ( paesaggioLocale ) ;
}
String livelloDiTutela = ( String ) attributes . get ( "livelloDiTutela" ) ;
if ( livelloDiTutela ! = null ) {
setLivelloDiTutela ( livelloDiTutela ) ;
}
String vincoli = ( String ) attributes . get ( "vincoli" ) ;
if ( vincoli ! = null ) {
setVincoli ( vincoli ) ;
}
String via = ( String ) attributes . get ( "via" ) ;
String via = ( String ) attributes . get ( "via" ) ;
if ( via ! = null ) {
if ( via ! = null ) {
@ -987,6 +1013,13 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
setDccFondazioni ( dccFondazioni ) ;
setDccFondazioni ( dccFondazioni ) ;
}
}
String destinazioneAltroIntervento = ( String ) attributes . get (
"destinazioneAltroIntervento" ) ;
if ( destinazioneAltroIntervento ! = null ) {
setDestinazioneAltroIntervento ( destinazioneAltroIntervento ) ;
}
Boolean dccStruttureEleMuraturePietrame = ( Boolean ) attributes . get (
Boolean dccStruttureEleMuraturePietrame = ( Boolean ) attributes . get (
"dccStruttureEleMuraturePietrame" ) ;
"dccStruttureEleMuraturePietrame" ) ;
@ -1651,6 +1684,25 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
setTcCostruzioniEsistenti ( tcCostruzioniEsistenti ) ;
setTcCostruzioniEsistenti ( tcCostruzioniEsistenti ) ;
}
}
Boolean tcManutOrdStraord = ( Boolean ) attributes . get ( "tcManutOrdStraord" ) ;
if ( tcManutOrdStraord ! = null ) {
setTcManutOrdStraord ( tcManutOrdStraord ) ;
}
Boolean tcAltriInterventi = ( Boolean ) attributes . get ( "tcAltriInterventi" ) ;
if ( tcAltriInterventi ! = null ) {
setTcAltriInterventi ( tcAltriInterventi ) ;
}
String tcAltriInterventiDesc = ( String ) attributes . get (
"tcAltriInterventiDesc" ) ;
if ( tcAltriInterventiDesc ! = null ) {
setTcAltriInterventiDesc ( tcAltriInterventiDesc ) ;
}
Boolean tcInCA = ( Boolean ) attributes . get ( "tcInCA" ) ;
Boolean tcInCA = ( Boolean ) attributes . get ( "tcInCA" ) ;
if ( tcInCA ! = null ) {
if ( tcInCA ! = null ) {
@ -2848,6 +2900,77 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
}
}
}
}
@Override
public String getPaesaggioLocale ( ) {
return _paesaggioLocale ;
}
@Override
public void setPaesaggioLocale ( String paesaggioLocale ) {
_paesaggioLocale = paesaggioLocale ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setPaesaggioLocale" ,
String . class ) ;
method . invoke ( _dettPraticaRemoteModel , paesaggioLocale ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
public String getLivelloDiTutela ( ) {
return _livelloDiTutela ;
}
@Override
public void setLivelloDiTutela ( String livelloDiTutela ) {
_livelloDiTutela = livelloDiTutela ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setLivelloDiTutela" ,
String . class ) ;
method . invoke ( _dettPraticaRemoteModel , livelloDiTutela ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
public String getVincoli ( ) {
return _vincoli ;
}
@Override
public void setVincoli ( String vincoli ) {
_vincoli = vincoli ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setVincoli" , String . class ) ;
method . invoke ( _dettPraticaRemoteModel , vincoli ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
@Override
public String getVia ( ) {
public String getVia ( ) {
return _via ;
return _via ;
@ -4328,6 +4451,32 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
}
}
}
}
@Override
public String getDestinazioneAltroIntervento ( ) {
return _destinazioneAltroIntervento ;
}
@Override
public void setDestinazioneAltroIntervento (
String destinazioneAltroIntervento ) {
_destinazioneAltroIntervento = destinazioneAltroIntervento ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setDestinazioneAltroIntervento" ,
String . class ) ;
method . invoke ( _dettPraticaRemoteModel ,
destinazioneAltroIntervento ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
@Override
public boolean getDccStruttureEleMuraturePietrame ( ) {
public boolean getDccStruttureEleMuraturePietrame ( ) {
return _dccStruttureEleMuraturePietrame ;
return _dccStruttureEleMuraturePietrame ;
@ -6972,6 +7121,88 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
}
}
}
}
@Override
public boolean getTcManutOrdStraord ( ) {
return _tcManutOrdStraord ;
}
@Override
public boolean isTcManutOrdStraord ( ) {
return _tcManutOrdStraord ;
}
@Override
public void setTcManutOrdStraord ( boolean tcManutOrdStraord ) {
_tcManutOrdStraord = tcManutOrdStraord ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setTcManutOrdStraord" ,
boolean . class ) ;
method . invoke ( _dettPraticaRemoteModel , tcManutOrdStraord ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
public boolean getTcAltriInterventi ( ) {
return _tcAltriInterventi ;
}
@Override
public boolean isTcAltriInterventi ( ) {
return _tcAltriInterventi ;
}
@Override
public void setTcAltriInterventi ( boolean tcAltriInterventi ) {
_tcAltriInterventi = tcAltriInterventi ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setTcAltriInterventi" ,
boolean . class ) ;
method . invoke ( _dettPraticaRemoteModel , tcAltriInterventi ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
public String getTcAltriInterventiDesc ( ) {
return _tcAltriInterventiDesc ;
}
@Override
public void setTcAltriInterventiDesc ( String tcAltriInterventiDesc ) {
_tcAltriInterventiDesc = tcAltriInterventiDesc ;
if ( _dettPraticaRemoteModel ! = null ) {
try {
Class < ? > clazz = _dettPraticaRemoteModel . getClass ( ) ;
Method method = clazz . getMethod ( "setTcAltriInterventiDesc" ,
String . class ) ;
method . invoke ( _dettPraticaRemoteModel , tcAltriInterventiDesc ) ;
}
catch ( Exception e ) {
throw new UnsupportedOperationException ( e ) ;
}
}
}
@Override
@Override
public boolean getTcInCA ( ) {
public boolean getTcInCA ( ) {
return _tcInCA ;
return _tcInCA ;
@ -8512,6 +8743,9 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
clone . setDestinazione ( getDestinazione ( ) ) ;
clone . setDestinazione ( getDestinazione ( ) ) ;
clone . setAg ( getAg ( ) ) ;
clone . setAg ( getAg ( ) ) ;
clone . setDescLongIntervento ( getDescLongIntervento ( ) ) ;
clone . setDescLongIntervento ( getDescLongIntervento ( ) ) ;
clone . setPaesaggioLocale ( getPaesaggioLocale ( ) ) ;
clone . setLivelloDiTutela ( getLivelloDiTutela ( ) ) ;
clone . setVincoli ( getVincoli ( ) ) ;
clone . setVia ( getVia ( ) ) ;
clone . setVia ( getVia ( ) ) ;
clone . setLocalita ( getLocalita ( ) ) ;
clone . setLocalita ( getLocalita ( ) ) ;
clone . setEstremiCatastali ( getEstremiCatastali ( ) ) ;
clone . setEstremiCatastali ( getEstremiCatastali ( ) ) ;
@ -8570,6 +8804,7 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
clone . setDeInfAltro ( getDeInfAltro ( ) ) ;
clone . setDeInfAltro ( getDeInfAltro ( ) ) ;
clone . setDeInfAltroDesc ( getDeInfAltroDesc ( ) ) ;
clone . setDeInfAltroDesc ( getDeInfAltroDesc ( ) ) ;
clone . setDccFondazioni ( getDccFondazioni ( ) ) ;
clone . setDccFondazioni ( getDccFondazioni ( ) ) ;
clone . setDestinazioneAltroIntervento ( getDestinazioneAltroIntervento ( ) ) ;
clone . setDccStruttureEleMuraturePietrame ( getDccStruttureEleMuraturePietrame ( ) ) ;
clone . setDccStruttureEleMuraturePietrame ( getDccStruttureEleMuraturePietrame ( ) ) ;
clone . setDccStruttureEleMuratureLaterizio ( getDccStruttureEleMuratureLaterizio ( ) ) ;
clone . setDccStruttureEleMuratureLaterizio ( getDccStruttureEleMuratureLaterizio ( ) ) ;
clone . setDccStruttureEleMuratureMisto ( getDccStruttureEleMuratureMisto ( ) ) ;
clone . setDccStruttureEleMuratureMisto ( getDccStruttureEleMuratureMisto ( ) ) ;
@ -8667,6 +8902,9 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
clone . setTcMiglioramentoSismico ( getTcMiglioramentoSismico ( ) ) ;
clone . setTcMiglioramentoSismico ( getTcMiglioramentoSismico ( ) ) ;
clone . setTcRiparazioneInterventoLocale ( getTcRiparazioneInterventoLocale ( ) ) ;
clone . setTcRiparazioneInterventoLocale ( getTcRiparazioneInterventoLocale ( ) ) ;
clone . setTcCostruzioniEsistenti ( getTcCostruzioniEsistenti ( ) ) ;
clone . setTcCostruzioniEsistenti ( getTcCostruzioniEsistenti ( ) ) ;
clone . setTcManutOrdStraord ( getTcManutOrdStraord ( ) ) ;
clone . setTcAltriInterventi ( getTcAltriInterventi ( ) ) ;
clone . setTcAltriInterventiDesc ( getTcAltriInterventiDesc ( ) ) ;
clone . setTcInCA ( getTcInCA ( ) ) ;
clone . setTcInCA ( getTcInCA ( ) ) ;
clone . setTcInOpera ( getTcInOpera ( ) ) ;
clone . setTcInOpera ( getTcInOpera ( ) ) ;
clone . setTcPrefabbricato ( getTcPrefabbricato ( ) ) ;
clone . setTcPrefabbricato ( getTcPrefabbricato ( ) ) ;
@ -8763,7 +9001,7 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
@Override
@Override
public String toString ( ) {
public String toString ( ) {
StringBundler sb = new StringBundler ( 475 ) ;
StringBundler sb = new StringBundler ( 489 ) ;
sb . append ( "{uuid=" ) ;
sb . append ( "{uuid=" ) ;
sb . append ( getUuid ( ) ) ;
sb . append ( getUuid ( ) ) ;
@ -8841,6 +9079,12 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
sb . append ( getAg ( ) ) ;
sb . append ( getAg ( ) ) ;
sb . append ( ", descLongIntervento=" ) ;
sb . append ( ", descLongIntervento=" ) ;
sb . append ( getDescLongIntervento ( ) ) ;
sb . append ( getDescLongIntervento ( ) ) ;
sb . append ( ", paesaggioLocale=" ) ;
sb . append ( getPaesaggioLocale ( ) ) ;
sb . append ( ", livelloDiTutela=" ) ;
sb . append ( getLivelloDiTutela ( ) ) ;
sb . append ( ", vincoli=" ) ;
sb . append ( getVincoli ( ) ) ;
sb . append ( ", via=" ) ;
sb . append ( ", via=" ) ;
sb . append ( getVia ( ) ) ;
sb . append ( getVia ( ) ) ;
sb . append ( ", localita=" ) ;
sb . append ( ", localita=" ) ;
@ -8957,6 +9201,8 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
sb . append ( getDeInfAltroDesc ( ) ) ;
sb . append ( getDeInfAltroDesc ( ) ) ;
sb . append ( ", dccFondazioni=" ) ;
sb . append ( ", dccFondazioni=" ) ;
sb . append ( getDccFondazioni ( ) ) ;
sb . append ( getDccFondazioni ( ) ) ;
sb . append ( ", destinazioneAltroIntervento=" ) ;
sb . append ( getDestinazioneAltroIntervento ( ) ) ;
sb . append ( ", dccStruttureEleMuraturePietrame=" ) ;
sb . append ( ", dccStruttureEleMuraturePietrame=" ) ;
sb . append ( getDccStruttureEleMuraturePietrame ( ) ) ;
sb . append ( getDccStruttureEleMuraturePietrame ( ) ) ;
sb . append ( ", dccStruttureEleMuratureLaterizio=" ) ;
sb . append ( ", dccStruttureEleMuratureLaterizio=" ) ;
@ -9151,6 +9397,12 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
sb . append ( getTcRiparazioneInterventoLocale ( ) ) ;
sb . append ( getTcRiparazioneInterventoLocale ( ) ) ;
sb . append ( ", tcCostruzioniEsistenti=" ) ;
sb . append ( ", tcCostruzioniEsistenti=" ) ;
sb . append ( getTcCostruzioniEsistenti ( ) ) ;
sb . append ( getTcCostruzioniEsistenti ( ) ) ;
sb . append ( ", tcManutOrdStraord=" ) ;
sb . append ( getTcManutOrdStraord ( ) ) ;
sb . append ( ", tcAltriInterventi=" ) ;
sb . append ( getTcAltriInterventi ( ) ) ;
sb . append ( ", tcAltriInterventiDesc=" ) ;
sb . append ( getTcAltriInterventiDesc ( ) ) ;
sb . append ( ", tcInCA=" ) ;
sb . append ( ", tcInCA=" ) ;
sb . append ( getTcInCA ( ) ) ;
sb . append ( getTcInCA ( ) ) ;
sb . append ( ", tcInOpera=" ) ;
sb . append ( ", tcInOpera=" ) ;
@ -9246,7 +9498,7 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
@Override
@Override
public String toXmlString ( ) {
public String toXmlString ( ) {
StringBundler sb = new StringBundler ( 715 ) ;
StringBundler sb = new StringBundler ( 736 ) ;
sb . append ( "<model><model-name>" ) ;
sb . append ( "<model><model-name>" ) ;
sb . append ( "it.tref.liferay.portos.bo.model.DettPratica" ) ;
sb . append ( "it.tref.liferay.portos.bo.model.DettPratica" ) ;
@ -9404,6 +9656,18 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
"<column><column-name>descLongIntervento</column-name><column-value><![CDATA[" ) ;
"<column><column-name>descLongIntervento</column-name><column-value><![CDATA[" ) ;
sb . append ( getDescLongIntervento ( ) ) ;
sb . append ( getDescLongIntervento ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>paesaggioLocale</column-name><column-value><![CDATA[" ) ;
sb . append ( getPaesaggioLocale ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>livelloDiTutela</column-name><column-value><![CDATA[" ) ;
sb . append ( getLivelloDiTutela ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>vincoli</column-name><column-value><![CDATA[" ) ;
sb . append ( getVincoli ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
sb . append (
"<column><column-name>via</column-name><column-value><![CDATA[" ) ;
"<column><column-name>via</column-name><column-value><![CDATA[" ) ;
sb . append ( getVia ( ) ) ;
sb . append ( getVia ( ) ) ;
@ -9636,6 +9900,10 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
"<column><column-name>dccFondazioni</column-name><column-value><![CDATA[" ) ;
"<column><column-name>dccFondazioni</column-name><column-value><![CDATA[" ) ;
sb . append ( getDccFondazioni ( ) ) ;
sb . append ( getDccFondazioni ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>destinazioneAltroIntervento</column-name><column-value><![CDATA[" ) ;
sb . append ( getDestinazioneAltroIntervento ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
sb . append (
"<column><column-name>dccStruttureEleMuraturePietrame</column-name><column-value><![CDATA[" ) ;
"<column><column-name>dccStruttureEleMuraturePietrame</column-name><column-value><![CDATA[" ) ;
sb . append ( getDccStruttureEleMuraturePietrame ( ) ) ;
sb . append ( getDccStruttureEleMuraturePietrame ( ) ) ;
@ -10024,6 +10292,18 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
"<column><column-name>tcCostruzioniEsistenti</column-name><column-value><![CDATA[" ) ;
"<column><column-name>tcCostruzioniEsistenti</column-name><column-value><![CDATA[" ) ;
sb . append ( getTcCostruzioniEsistenti ( ) ) ;
sb . append ( getTcCostruzioniEsistenti ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>tcManutOrdStraord</column-name><column-value><![CDATA[" ) ;
sb . append ( getTcManutOrdStraord ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>tcAltriInterventi</column-name><column-value><![CDATA[" ) ;
sb . append ( getTcAltriInterventi ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
"<column><column-name>tcAltriInterventiDesc</column-name><column-value><![CDATA[" ) ;
sb . append ( getTcAltriInterventiDesc ( ) ) ;
sb . append ( "]]></column-value></column>" ) ;
sb . append (
sb . append (
"<column><column-name>tcInCA</column-name><column-value><![CDATA[" ) ;
"<column><column-name>tcInCA</column-name><column-value><![CDATA[" ) ;
sb . append ( getTcInCA ( ) ) ;
sb . append ( getTcInCA ( ) ) ;
@ -10246,6 +10526,9 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
private String _destinazione ;
private String _destinazione ;
private String _ag ;
private String _ag ;
private String _descLongIntervento ;
private String _descLongIntervento ;
private String _paesaggioLocale ;
private String _livelloDiTutela ;
private String _vincoli ;
private String _via ;
private String _via ;
private String _localita ;
private String _localita ;
private String _estremiCatastali ;
private String _estremiCatastali ;
@ -10304,6 +10587,7 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
private boolean _deInfAltro ;
private boolean _deInfAltro ;
private String _deInfAltroDesc ;
private String _deInfAltroDesc ;
private String _dccFondazioni ;
private String _dccFondazioni ;
private String _destinazioneAltroIntervento ;
private boolean _dccStruttureEleMuraturePietrame ;
private boolean _dccStruttureEleMuraturePietrame ;
private boolean _dccStruttureEleMuratureLaterizio ;
private boolean _dccStruttureEleMuratureLaterizio ;
private boolean _dccStruttureEleMuratureMisto ;
private boolean _dccStruttureEleMuratureMisto ;
@ -10401,6 +10685,9 @@ public class DettPraticaClp extends BaseModelImpl<DettPratica>
private boolean _tcMiglioramentoSismico ;
private boolean _tcMiglioramentoSismico ;
private boolean _tcRiparazioneInterventoLocale ;
private boolean _tcRiparazioneInterventoLocale ;
private boolean _tcCostruzioniEsistenti ;
private boolean _tcCostruzioniEsistenti ;
private boolean _tcManutOrdStraord ;
private boolean _tcAltriInterventi ;
private String _tcAltriInterventiDesc ;
private boolean _tcInCA ;
private boolean _tcInCA ;
private boolean _tcInOpera ;
private boolean _tcInOpera ;
private boolean _tcPrefabbricato ;
private boolean _tcPrefabbricato ;