fixes bug #9906
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@74544 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3b8ed36ff1
commit
6934958da8
|
@ -64,6 +64,8 @@ public class DiagramaAutobus implements Serializable {
|
|||
@Column(name = "INDTIPO")
|
||||
private Integer indtipo;
|
||||
|
||||
@Column(name = "INDUSAVAGAOFIM")
|
||||
private Boolean indUsaVagaoFim;
|
||||
|
||||
public DiagramaAutobus() {
|
||||
super();
|
||||
|
@ -190,4 +192,12 @@ public class DiagramaAutobus implements Serializable {
|
|||
this.indtipo = indtipo;
|
||||
}
|
||||
|
||||
public Boolean getIndUsaVagaoFim() {
|
||||
return indUsaVagaoFim;
|
||||
}
|
||||
|
||||
public void setIndUsaVagaoFim(Boolean indUsaVagaoFim) {
|
||||
this.indUsaVagaoFim = indUsaVagaoFim;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue