fixes bug #7339
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@55547 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
21e2a54019
commit
6aab19e6a4
|
@ -68,6 +68,9 @@ public class Categoria implements Serializable {
|
||||||
@Column(name = "INDEMITETERMORECUSA")
|
@Column(name = "INDEMITETERMORECUSA")
|
||||||
private Boolean indemitetermorecusa;
|
private Boolean indemitetermorecusa;
|
||||||
|
|
||||||
|
@Column(name = "CVECATEGORIA")
|
||||||
|
private String cvecategoria;
|
||||||
|
|
||||||
public Categoria() {
|
public Categoria() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -195,4 +198,12 @@ public class Categoria implements Serializable {
|
||||||
this.indemitetermorecusa = indemitetermorecusa;
|
this.indemitetermorecusa = indemitetermorecusa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getCvecategoria() {
|
||||||
|
return cvecategoria;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setCvecategoria(String cvecategoria) {
|
||||||
|
this.cvecategoria = cvecategoria;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue