|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.wimpi.pim.contact.basicimpl.GeographicalInformationImpl
A basic and simple implementation of the
GeographicalInformation
.
Field Summary | |
protected double |
m_Latitude
|
protected double |
m_Longitude
|
protected java.util.TimeZone |
m_TZ
|
Constructor Summary | |
GeographicalInformationImpl()
|
Method Summary | |
double |
getLatitude()
Returns the latitude of the geographical position. |
double |
getLongitude()
Returns the longitude of the geographical position. |
java.util.TimeZone |
getTimeZone()
Returns the time zone information. |
void |
setLatitude(double latitude)
Sets the latitude of the geographical position. |
void |
setLongitude(double longitude)
Sets the longitude of the geographical position. |
void |
setTimeZone(java.util.TimeZone timezone)
Sets the time zone informations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.TimeZone m_TZ
protected double m_Longitude
protected double m_Latitude
Constructor Detail |
public GeographicalInformationImpl()
Method Detail |
public java.util.TimeZone getTimeZone()
GeographicalInformation
getTimeZone
in interface GeographicalInformation
public void setTimeZone(java.util.TimeZone timezone)
GeographicalInformation
setTimeZone
in interface GeographicalInformation
timezone
- the time zone information as
TimeZone.public double getLongitude()
GeographicalInformation
getLongitude
in interface GeographicalInformation
public void setLongitude(double longitude)
GeographicalInformation
setLongitude
in interface GeographicalInformation
longitude
- the longitude as double.public double getLatitude()
GeographicalInformation
getLatitude
in interface GeographicalInformation
public void setLatitude(double latitude)
GeographicalInformation
setLatitude
in interface GeographicalInformation
latitude
- the latitude as double.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |