0014144: JCA - GLPI 12922 - 2ª Via no Totem
0013964: Atualização - segunda via 0014232: Erro ao emitir passagem J3 bug#14144 bug#13964 bug#14232 dev:daniel qua:junia git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@92718 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4fdf800bd7
commit
2da6c2215d
|
@ -35,6 +35,9 @@ public class OrgaoEmpParam implements Serializable {
|
|||
@Column(name = "INDDOISCUPOMEMBARQUE")
|
||||
private Boolean inddoiscupomembarque;
|
||||
|
||||
@Column(name = "INDNAORESTRINGE2VIABPE")
|
||||
private Boolean indNaoRestringe2ViaBPe;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "ORGAOCONCEDENTE_ID", referencedColumnName = "ORGAOCONCEDENTE_ID")
|
||||
private OrgaoConcedente orgaoConcedente;
|
||||
|
@ -127,6 +130,14 @@ public class OrgaoEmpParam implements Serializable {
|
|||
public void setUsuarioId(Integer usuarioId) {
|
||||
this.usuarioId = usuarioId;
|
||||
}
|
||||
|
||||
public Boolean getIndNaoRestringe2ViaBPe() {
|
||||
return indNaoRestringe2ViaBPe == null ? false : indNaoRestringe2ViaBPe;
|
||||
}
|
||||
|
||||
public void setIndNaoRestringe2ViaBPe(Boolean indNaoRestringe2ViaBPe) {
|
||||
this.indNaoRestringe2ViaBPe = indNaoRestringe2ViaBPe;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
|
|
Loading…
Reference in New Issue