Esempio n. 1
0
 public String getFullName() {
   if (ap != null && ap.getFullName() != null) return ap.getFullName();
   return "";
 }