|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.geo.Geo
public class Geo
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 |
---|
public java.util.Date createdOn
public java.lang.Double distanceInKM
public java.util.Vector pointList
public java.lang.Double sourceLat
public java.lang.Double sourceLng
public java.lang.String storageName
Constructor Detail |
---|
public Geo()
Method Detail |
---|
public java.util.Date getCreatedOn()
public java.lang.Double getDistanceInKM()
public java.util.Vector getPointList()
public java.lang.Double getSourceLat()
public java.lang.Double getSourceLng()
public java.lang.String getStorageName()
public void setCreatedOn(java.util.Date createdOn)
createdOn
- - time, day and date when the geo was created.public void setDistanceInKM(java.lang.Double distanceInKM)
distanceInKM
- - distance in km for geo.public void setPointList(java.util.Vector pointList)
pointList
- - list of all the points in the geo.public void setSourceLat(java.lang.Double sourceLat)
sourceLat
- - source lat point for geo.public void setSourceLng(java.lang.Double sourceLng)
sourceLng
- - source lng point for geo.public void setStorageName(java.lang.String storageName)
storageName
- - name of the storage.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |