Description

public final class Description

Container for the descriptions of the property.

Parameters

locationTeaser

A description of the property's location.

hotelTeaser

A description of the features and amenities of the property itself.

roomTeaser

The common description for all of the rooms in the property.

Constructors

Link copied to clipboard
public Description Description(String locationTeaser, String hotelTeaser, String roomTeaser)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String hotelTeaser
Link copied to clipboard
@Valid()
private final String locationTeaser
Link copied to clipboard
@Valid()
private final String roomTeaser

Functions

Link copied to clipboard
public final static Description.Builder builder()
Link copied to clipboard
public final String getHotelTeaser()
Link copied to clipboard
public final String getLocationTeaser()
Link copied to clipboard
public final String getRoomTeaser()
Link copied to clipboard