public class Location extends Object implements Serializable
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getCountryCode() |
Long |
getDstoff() |
Long |
getGmtoff() |
Long |
getLatitude() |
Long |
getLongitude() |
String |
getTimezone() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCountryCode(String countryCode) |
void |
setDstoff(Long dstoff) |
void |
setGmtoff(Long gmtoff) |
void |
setLatitude(Long latitude) |
void |
setLongitude(Long longitude) |
void |
setTimezone(String timezone) |
public Long getLatitude()
public void setLatitude(Long latitude)
public Long getLongitude()
public void setLongitude(Long longitude)
public Long getGmtoff()
public void setGmtoff(Long gmtoff)
public Long getDstoff()
public void setDstoff(Long dstoff)
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getTimezone()
public void setTimezone(String timezone)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.