Construtor default na Clasificacion fixes bug #AL-3890
parent
38e00c557a
commit
91d0ee34c7
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ModelWeb</artifactId>
|
<artifactId>ModelWeb</artifactId>
|
||||||
<version>1.40.4</version>
|
<version>1.40.5</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -53,6 +53,9 @@ public class Clasificacion implements Serializable {
|
||||||
this.clasificacionId = clasificacionId;
|
this.clasificacionId = clasificacionId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Clasificacion() {
|
||||||
|
}
|
||||||
|
|
||||||
public Integer getClasificacionId() {
|
public Integer getClasificacionId() {
|
||||||
return clasificacionId;
|
return clasificacionId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue