getHotelCity method

String getHotelCity()

Implementation

String getHotelCity() {
  return this.hotelCity;
}