Novas Informação Ônibus (fixed bug #5391)
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@36283 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
db5f99a2ea
commit
cb2f6f4716
|
@ -66,4 +66,9 @@ public class MarcaAutobus implements Serializable {
|
|||
public void setUsuarioId(Integer usuarioId) {
|
||||
this.usuarioId = usuarioId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString(){
|
||||
return this.descmarca;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue