com.ibm.websphere.personalization
Class PznGeolocationInterface.GeoCoords

java.lang.Object
  extended by com.ibm.websphere.personalization.PznGeolocationInterface.GeoCoords
Enclosing interface:
PznGeolocationInterface

public static class PznGeolocationInterface.GeoCoords
extends java.lang.Object

This class stores geographical coordinates.


Constructor Summary
PznGeolocationInterface.GeoCoords(java.lang.String latitude, java.lang.String longitude)
           
 
Method Summary
 java.lang.String getLatitude()
           
 java.lang.String getLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PznGeolocationInterface.GeoCoords

public PznGeolocationInterface.GeoCoords(java.lang.String latitude,
                                         java.lang.String longitude)
Method Detail

getLatitude

public java.lang.String getLatitude()

getLongitude

public java.lang.String getLongitude()