LocalBusiness Class

public class LocalBusiness
extends Place

The LocalBusiness model.

Constructor Summary

Constructor Description
LocalBusiness()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean isPermanentlyClosed()

Get the isPermanentlyClosed value.

java.util.List<ImageObject> panoramas()

Get the panoramas value.

java.lang.String priceRange()

Get the priceRange value.

java.lang.String tagLine()

Get the tagLine value.

Methods inherited from Identifiable

id

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

LocalBusiness

public LocalBusiness()

Method Details

isPermanentlyClosed

public Boolean isPermanentlyClosed()

Get the isPermanentlyClosed value.

Returns:

the isPermanentlyClosed value

panoramas

public List panoramas()

Get the panoramas value.

Returns:

the panoramas value

priceRange

public String priceRange()

Get the priceRange value.

Returns:

the priceRange value

tagLine

public String tagLine()

Get the tagLine value.

Returns:

the tagLine value

Applies to