0019804: GAP01_Metamorfose - Relatório de Solicitação de Cancelamento
0019805: GAP02.1_Metamorfose - Forma de Pagamento bug#19805 bug#19804 dev:valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@102798 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
afba72a860
commit
63000a76e3
|
@ -15,7 +15,6 @@ import javax.persistence.Entity;
|
|||
import javax.persistence.EnumType;
|
||||
import javax.persistence.Enumerated;
|
||||
import javax.persistence.GeneratedValue;
|
||||
import javax.persistence.GenerationType;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.OneToMany;
|
||||
import javax.persistence.SequenceGenerator;
|
||||
|
@ -75,6 +74,9 @@ public class FormaPago implements Serializable {
|
|||
@Column(name = "INDRESTRICAOFORMAPAGO")
|
||||
private String indRestricaoFormaPago;
|
||||
|
||||
@Column(name = "INDESTORNO")
|
||||
private Boolean indProcessoEstorno;
|
||||
|
||||
public FormaPago() {
|
||||
super();
|
||||
}
|
||||
|
@ -257,4 +259,14 @@ public class FormaPago implements Serializable {
|
|||
public void setIndRestricaoFormaPago(String indRestricaoFormaPago) {
|
||||
this.indRestricaoFormaPago = indRestricaoFormaPago;
|
||||
}
|
||||
|
||||
public Boolean getIndProcessoEstorno() {
|
||||
return indProcessoEstorno == null ? false : indProcessoEstorno;
|
||||
}
|
||||
|
||||
public void setIndProcessoEstorno(Boolean indProcessoEstorno) {
|
||||
this.indProcessoEstorno = indProcessoEstorno;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue