Class LocationsPreviewPolygon

java.lang.Object
com.maplander.backend.model.manage.LocationsPreviewPolygon

public class LocationsPreviewPolygon extends Object
  • Constructor Details

    • LocationsPreviewPolygon

      public LocationsPreviewPolygon()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDate

      public int getDate()
    • setDate

      public void setDate(int date)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getState_name

      public String getState_name()
    • setState_name

      public void setState_name(String state_name)
    • getMunicipaly_name

      public String getMunicipaly_name()
    • setMunicipaly_name

      public void setMunicipaly_name(String municipaly_name)
    • getColony_name

      public String getColony_name()
    • setColony_name

      public void setColony_name(String colony_name)
    • getTipo_propiedad

      public String getTipo_propiedad()
    • setTipo_propiedad

      public void setTipo_propiedad(String tipo_propiedad)
    • getTipo_oferta

      public String getTipo_oferta()
    • setTipo_oferta

      public void setTipo_oferta(String tipo_oferta)
    • getBathrooms_no

      public ArrayList<Integer> getBathrooms_no()
    • setBathrooms_no

      public void setBathrooms_no(ArrayList<Integer> bathrooms_no)
    • getBedrooms_no

      public ArrayList<Integer> getBedrooms_no()
    • setBedrooms_no

      public void setBedrooms_no(ArrayList<Integer> bedrooms_no)
    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)
    • getLevel

      public int getLevel()
    • setLevel

      public void setLevel(int level)
    • getMin_price

      public Double getMin_price()
    • setMin_price

      public void setMin_price(Double min_price)
    • getMax_price

      public Double getMax_price()
    • setMax_price

      public void setMax_price(Double max_price)
    • getPropertyPreviewList

      public List<PropertyPreview> getPropertyPreviewList()
    • setPropertyPreviewList

      public void setPropertyPreviewList(List<PropertyPreview> propertyPreviewList)
    • toString

      public String toString()
      Overrides:
      toString in class Object