0020523: Aguia Branca - GLPI 29148 - [PROJETO] - ESPEC DE REGISTRO NO CAIXA DA SOLICITAÇÃO DE CANCELAMENTO - DUVIDA
bug#20523 dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@103634 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
75456aac94
commit
ca3a02f62d
|
@ -87,6 +87,9 @@ public class FormaPago implements Serializable {
|
|||
@Enumerated(EnumType.STRING)
|
||||
private TipoCarteiraDigital tipoCarteiraDigital;
|
||||
|
||||
@Column(name = "TIPOEVENTOEXTRA_ID")
|
||||
private Long tipoEventoExtraId;
|
||||
|
||||
public FormaPago() {
|
||||
super();
|
||||
}
|
||||
|
@ -301,4 +304,12 @@ public class FormaPago implements Serializable {
|
|||
public void setIndTransferenciaReativacao(Boolean indTransferenciaReativacao) {
|
||||
this.indTransferenciaReativacao = indTransferenciaReativacao;
|
||||
}
|
||||
|
||||
public Long getTipoEventoExtraId() {
|
||||
return tipoEventoExtraId;
|
||||
}
|
||||
|
||||
public void setTipoEventoExtraId(Long tipoEventoExtraId) {
|
||||
this.tipoEventoExtraId = tipoEventoExtraId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue