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