Class SQLPlaces
java.lang.Object
com.maplander.backend.model.manage.complex.SQLPlaces
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()intgetLevel()com.utils.geo.GeoPtgetState()intgetTotal()voidvoidvoidsetLevel(int level) voidsetLocation(com.utils.geo.GeoPt location) voidsetMunicipality(String municipality) voidsetPostalCode(String postalCode) voidvoidsetTotal(int total) toString()
-
Constructor Details
-
SQLPlaces
public SQLPlaces() -
SQLPlaces
-
-
Method Details
-
getPostalCode
-
setPostalCode
-
getColony
-
setColony
-
getMunicipality
-
setMunicipality
-
getCity
-
setCity
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getState
-
setState
-
getLocation
public com.utils.geo.GeoPt getLocation() -
setLocation
public void setLocation(com.utils.geo.GeoPt location) -
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
toString
-