Esempio n. 1
0
 public City getCity() {
   if (this.selectedCity != null && !this.selectedCity.isEmpty()) {
     return locationBean.findCity(this.selectedCity);
   } else {
     return null;
   }
 }