fixes bug#6444
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@45739 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
b7f8881204
commit
847f4b9f1e
|
@ -42,6 +42,8 @@ public class FiscalFormapagoEmpresa {
|
|||
@ManyToOne
|
||||
@JoinColumn(name = "FORMAPAGO_ID")
|
||||
private FormaPago formaPago;
|
||||
@Column(name = "INDVINCULADO")
|
||||
private Boolean indVinculado;
|
||||
|
||||
|
||||
public String getDescricao() {
|
||||
|
@ -92,6 +94,13 @@ public class FiscalFormapagoEmpresa {
|
|||
public void setTipoformapago(String tipoformapago) {
|
||||
this.tipoformapago = tipoformapago;
|
||||
}
|
||||
|
||||
public Boolean getIndVinculado() {
|
||||
return indVinculado;
|
||||
}
|
||||
public void setIndVinculado(Boolean indVinculado) {
|
||||
this.indVinculado = indVinculado;
|
||||
}
|
||||
@Override
|
||||
public int hashCode() {
|
||||
final int prime = 31;
|
||||
|
|
Loading…
Reference in New Issue