public class Region
extends java.lang.Object
| Constructor and Description |
|---|
Region() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLatitude()
Gets the latitude coordinate.
|
java.lang.String |
getLongitude()
Gets the longitude coordinate.
|
java.lang.String |
getName()
Gets the region name.
|
Region |
getParent()
Gets the parent region.
|
java.lang.String |
getPathDesc()
Gets the path description.
|
java.lang.String |
getRegionAddress()
Gets the region address.
|
java.lang.String |
getRegionZip()
Gets the region ZIP code.
|
boolean |
isAddandLatLng()
Checks if address and latitude/longitude are enabled.
|
boolean |
isIsAddandLatLng()
Checks if address and latitude/longitude are enabled (alternative property).
|
void |
setAddandLatLng(boolean addandLatLng)
Sets whether address and latitude/longitude are enabled.
|
void |
setIsAddandLatLng(boolean isAddandLatLng)
Sets whether address and latitude/longitude are enabled (alternative
property).
|
void |
setLatitude(java.lang.String latitude)
Sets the latitude coordinate.
|
void |
setLongitude(java.lang.String longitude)
Sets the longitude coordinate.
|
void |
setName(java.lang.String name)
Sets the region name.
|
void |
setParent(Region parent)
Sets the parent region.
|
void |
setPathDesc(java.lang.String pathDesc)
Sets the path description.
|
void |
setRegionAddress(java.lang.String regionAddress)
Sets the region address.
|
void |
setRegionZip(java.lang.String regionZip)
Sets the region ZIP code.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the region name to setpublic Region getParent()
public void setParent(Region parent)
parent - the parent region to setpublic boolean isAddandLatLng()
public void setAddandLatLng(boolean addandLatLng)
addandLatLng - true to enable, false to disablepublic java.lang.String getPathDesc()
public void setPathDesc(java.lang.String pathDesc)
pathDesc - the path description to setpublic boolean isIsAddandLatLng()
public void setIsAddandLatLng(boolean isAddandLatLng)
isAddandLatLng - true to enable, false to disablepublic java.lang.String getRegionAddress()
public void setRegionAddress(java.lang.String regionAddress)
regionAddress - the region address to setpublic java.lang.String getRegionZip()
public void setRegionZip(java.lang.String regionZip)
regionZip - the region ZIP code to setpublic java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude - the latitude to setpublic java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude - the longitude to set