getHotelName method

String getHotelName()

Implementation

String getHotelName() {
  return this.hotelName;
}