Exemplo n.º 1
0
 public String getHallType() {
   String s = hall.getID();
   if (s.length() == 4) return "中转中心";
   else return "营业厅";
 }
Exemplo n.º 2
0
 public String getHallId() {
   // TODO Auto-generated method stub
   return hall.getID();
 }