desenvolvimento (fixes 6303)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@44003 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2015-05-14 17:34:34 +00:00
parent 67d3e9f66d
commit 0d31ccc4ae
1 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,8 @@ public class Estado implements Serializable {
private Integer tiempoHorVerano;
@OneToMany(mappedBy = "estado")
private List<EmpresaImposto> empresaImpostoList;
@Column(name = "DESCPROCON")
private String descProcon;
public Estado() {
}
@ -190,6 +192,14 @@ public class Estado implements Serializable {
this.tiempoHorVerano = tiempoHorVerano;
}
public String getDescProcon() {
return descProcon;
}
public void setDescProcon(String descProcon) {
this.descProcon = descProcon;
}
@Override
public int hashCode() {
int hash = 0;