Class Place
java.lang.Object
org.primefaces.extensions.model.inputplace.Place
- All Implemented Interfaces:
Serializable
Model object for InputPlace representing a single Google Place location.
- Since:
- 14.0
- Author:
- Melloware <mellowaredev@gmail.com>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()doubledoublegetName()getPhone()getState()getTypes()getUrl()inthashCode()voidsetAddressLine(String addressLine) voidsetAdministrativeAreaLevel1(String administrativeAreaLevel1) voidsetAdministrativeAreaLevel2(String administrativeAreaLevel2) voidsetAdministrativeAreaLevel3(String administrativeAreaLevel3) voidvoidsetCountry(String country) voidsetCountryCode(String countryCode) voidsetFormattedAddress(String formattedAddress) voidsetLatitude(double latitude) voidsetLongitude(double longitude) voidvoidvoidsetPlaceId(String placeId) voidsetPostalCode(String postalCode) voidvoidvoidtoString()
-
Constructor Details
-
Place
public Place() -
Place
-
-
Method Details
-
getPlaceId
-
setPlaceId
-
getFormattedAddress
-
setFormattedAddress
-
getName
-
setName
-
getAddressLine
-
setAddressLine
-
getPostalCode
-
setPostalCode
-
getCity
-
setCity
-
getState
-
setState
-
getCountry
-
setCountry
-
getCountryCode
-
setCountryCode
-
getAdministrativeAreaLevel1
-
setAdministrativeAreaLevel1
-
getAdministrativeAreaLevel2
-
setAdministrativeAreaLevel2
-
getAdministrativeAreaLevel3
-
setAdministrativeAreaLevel3
-
getTypes
-
setTypes
-
getLatitude
public double getLatitude() -
setLatitude
public void setLatitude(double latitude) -
getLongitude
public double getLongitude() -
setLongitude
public void setLongitude(double longitude) -
getUrl
-
setUrl
-
getPhone
-
setPhone
-
equals
-
hashCode
public int hashCode() -
toString
-