public String getCnName() {
   if (b != null && b.getCnName() != null) return b.getCnName();
   return "";
 }