protected String getLink() {
   if (mMaopaoObject == null) {
     return "";
   } else {
     return mMaopaoObject.getLink();
   }
 }