Class SQLPlacesV2

java.lang.Object
com.maplander.backend.model.manage.complex.SQLPlacesV2

public class SQLPlacesV2 extends Object
  • Constructor Details

    • SQLPlacesV2

      public SQLPlacesV2()
    • SQLPlacesV2

      public SQLPlacesV2(String colony, String municipality, String state, com.utils.geo.GeoPt location, int total, String id, String postal_code, com.utils.geo.GeoPt noreste, com.utils.geo.GeoPt suroeste, Integer id_row)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getColony

      public String getColony()
    • setColony

      public void setColony(String colony)
    • getMunicipality

      public String getMunicipality()
    • setMunicipality

      public void setMunicipality(String municipality)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getPostal_code

      public String getPostal_code()
    • setPostal_code

      public void setPostal_code(String postal_code)
    • getNoreste

      public com.utils.geo.GeoPt getNoreste()
    • setNoreste

      public void setNoreste(com.utils.geo.GeoPt noreste)
    • getSuroeste

      public com.utils.geo.GeoPt getSuroeste()
    • setSuroeste

      public void setSuroeste(com.utils.geo.GeoPt suroeste)
    • 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)
    • getId_row

      public Integer getId_row()
    • setId_row

      public void setId_row(Integer id_row)
    • toString

      public String toString()
      Overrides:
      toString in class Object