Freigeben über


Hotel Class

public class Hotel
extends LodgingBusiness

The Hotel model.

Constructor Summary

Constructor Description
Hotel()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> amenities()

Get the amenities value.

java.lang.String hotelClass()

Get the hotelClass value.

Methods inherited from Identifiable

id

Methods inherited from LocalBusiness

Methods inherited from Place

Methods inherited from Response

Methods inherited from Thing

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Hotel

public Hotel()

Method Details

amenities

public List amenities()

Get the amenities value.

Returns:

the amenities value

hotelClass

public String hotelClass()

Get the hotelClass value.

Returns:

the hotelClass value

Applies to