public class FixedLocation extends Object implements Serializable
| Constructor and Description |
|---|
FixedLocation()
Default constructor
|
FixedLocation(FixedLocation template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getCoordinates()
Return the coordinates for the location.
|
String |
getMapProjection()
Return the name of the map projection scheme used to define the coordinates.
|
String |
getPostalAddress()
Return the postal address for the location.
|
String |
getTimeZone()
Returns the time zone of the location.
|
int |
hashCode()
Return has code based on properties.
|
void |
setCoordinates(String coordinates)
Set up coordinates of the location.
|
void |
setMapProjection(String mapProjection)
Set up the name of the map projection scheme used to define the coordinates.
|
void |
setPostalAddress(String postalAddress)
Set up postal address of the location.
|
void |
setTimeZone(String timeZone)
Set up the time zone of the location.
|
String |
toString()
Standard toString method.
|
public FixedLocation()
public FixedLocation(FixedLocation template)
template - template object to copy.public void setCoordinates(String coordinates)
coordinates - Stringpublic String getCoordinates()
public String getMapProjection()
public void setMapProjection(String mapProjection)
mapProjection - string namepublic void setPostalAddress(String postalAddress)
postalAddress - Stringpublic String getPostalAddress()
public void setTimeZone(String timeZone)
timeZone - stringpublic String getTimeZone()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.