com.shephertz.app42.paas.sdk.jme.geo
Class Geo

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.geo.Geo

public class Geo
extends App42Response

This Geo object is the value object which contains the properties of Geo along with the setter & getter for those properties.


Nested Class Summary
 class Geo.Point
          An inner class that contains the remaining properties of the Geo.
 
Field Summary
 java.util.Date createdOn
           
 java.lang.Double distanceInKM
           
 java.util.Vector pointList
           
 java.lang.Double sourceLat
           
 java.lang.Double sourceLng
           
 java.lang.String storageName
           
 
Constructor Summary
Geo()
           
 
Method Summary
 java.util.Date getCreatedOn()
          Returns the time, day and date when the geo was created.
 java.lang.Double getDistanceInKM()
          Returns the distance in km for geo.
 java.util.Vector getPointList()
          Returns the list of all the points in the geo.
 java.lang.Double getSourceLat()
          Returns the source lat point for geo.
 java.lang.Double getSourceLng()
          Returns the source lng point for geo.
 java.lang.String getStorageName()
          Returns the name of the storage.
 void setCreatedOn(java.util.Date createdOn)
          Sets the time, day and date when the geo was created.
 void setDistanceInKM(java.lang.Double distanceInKM)
          Sets the distance in km for geo.
 void setPointList(java.util.Vector pointList)
          Sets the list of all the points in the geo.
 void setSourceLat(java.lang.Double sourceLat)
          Sets the source lat point for geo.
 void setSourceLng(java.lang.Double sourceLng)
          Sets the source lng point for geo.
 void setStorageName(java.lang.String storageName)
          Sets the name of the storage.
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

createdOn

public java.util.Date createdOn

distanceInKM

public java.lang.Double distanceInKM

pointList

public java.util.Vector pointList

sourceLat

public java.lang.Double sourceLat

sourceLng

public java.lang.Double sourceLng

storageName

public java.lang.String storageName
Constructor Detail

Geo

public Geo()
Method Detail

getCreatedOn

public java.util.Date getCreatedOn()
Returns the time, day and date when the geo was created.

Returns:
the time, day and date when the geo was created.

getDistanceInKM

public java.lang.Double getDistanceInKM()
Returns the distance in km for geo.

Returns:
the distance in km for geo.

getPointList

public java.util.Vector getPointList()
Returns the list of all the points in the geo.

Returns:
the list of all the points in the geo.

getSourceLat

public java.lang.Double getSourceLat()
Returns the source lat point for geo.

Returns:
the source lat point for geo.

getSourceLng

public java.lang.Double getSourceLng()
Returns the source lng point for geo.

Returns:
the source lng point for geo.

getStorageName

public java.lang.String getStorageName()
Returns the name of the storage.

Returns:
the name of the storage.

setCreatedOn

public void setCreatedOn(java.util.Date createdOn)
Sets the time, day and date when the geo was created.

Parameters:
createdOn - - time, day and date when the geo was created.

setDistanceInKM

public void setDistanceInKM(java.lang.Double distanceInKM)
Sets the distance in km for geo.

Parameters:
distanceInKM - - distance in km for geo.

setPointList

public void setPointList(java.util.Vector pointList)
Sets the list of all the points in the geo.

Parameters:
pointList - - list of all the points in the geo.

setSourceLat

public void setSourceLat(java.lang.Double sourceLat)
Sets the source lat point for geo.

Parameters:
sourceLat - - source lat point for geo.

setSourceLng

public void setSourceLng(java.lang.Double sourceLng)
Sets the source lng point for geo.

Parameters:
sourceLng - - source lng point for geo.

setStorageName

public void setStorageName(java.lang.String storageName)
Sets the name of the storage.

Parameters:
storageName - - name of the storage.