public final class Location extends Object implements ProjectEntityWithUniqueID
Modifier and Type | Class and Description |
---|---|
static class |
Location.Builder
Location builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddressLine1()
Retrieve a line of the address.
|
String |
getAddressLine2()
Retrieve a line of the address.
|
String |
getAddressLine3()
Retrieve a line of the address.
|
String |
getCity()
Retrieve the city.
|
String |
getCountry()
Retrieve the country.
|
String |
getCountryCode()
Retrieve the country code.
|
Double |
getLatitude()
Retrieve the latitude.
|
Double |
getLongitude()
Retrieve the longitude.
|
String |
getMunicipality()
Retrieve the municipality.
|
String |
getName()
Retrieve the name.
|
String |
getPostalCode()
Retrieve the postal code.
|
String |
getState()
Retrieve the state.
|
String |
getStateCode()
Retrieve the state code.
|
Integer |
getUniqueID()
Retrieve the unique ID.
|
public Integer getUniqueID()
getUniqueID
in interface ProjectEntityWithUniqueID
public String getAddressLine1()
public String getAddressLine2()
public String getAddressLine3()
public String getCity()
public String getCountry()
public String getCountryCode()
public Double getLatitude()
public Double getLongitude()
public String getMunicipality()
public String getName()
public String getPostalCode()
public String getState()
public String getStateCode()
Copyright © 2000–2024 Packwood Software. All rights reserved.