merge mantis #7637
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@57762 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
038e6bd02a
commit
b9c722d7b6
|
@ -108,6 +108,9 @@ public class Convenio implements Serializable {
|
|||
@JoinColumn(name = "CLIENTE_ID", referencedColumnName = "CLIENTE_ID")
|
||||
private Cliente cliente;
|
||||
|
||||
@Column(name = "INDGERAL")
|
||||
private Short indGeral;
|
||||
|
||||
public Cliente getCliente() {
|
||||
return cliente;
|
||||
}
|
||||
|
@ -334,6 +337,15 @@ public class Convenio implements Serializable {
|
|||
this.indDescuentoNormal = indDescuentoNormal;
|
||||
}
|
||||
|
||||
public Short getIndGeral() {
|
||||
return indGeral;
|
||||
}
|
||||
|
||||
public void setIndGeral(Short indGeral) {
|
||||
this.indGeral = indGeral;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
int hash = 0;
|
||||
|
|
Loading…
Reference in New Issue