Class SQLResults
java.lang.Object
com.maplander.backend.model.manage.complex.SQLResults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.utils.geo.GeoPt
getName()
int
getTotal()
void
setLocation
(com.utils.geo.GeoPt location) void
void
setOffering
(String offering) void
setTotal
(int total) toString()
-
Constructor Details
-
SQLResults
public SQLResults()
-
-
Method Details
-
getName
-
setName
-
getOffering
-
setOffering
-
getLocation
public com.utils.geo.GeoPt getLocation() -
setLocation
public void setLocation(com.utils.geo.GeoPt location) -
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
toString
-