Class PropertyLiteMap

java.lang.Object
com.maplander.backend.model.manage.property.complex.PropertyLiteMap

public class PropertyLiteMap extends Object
  • Constructor Details

    • PropertyLiteMap

      public PropertyLiteMap()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getLocation

      public com.utils.geo.GeoPt getLocation()
    • setLocation

      public void setLocation(com.utils.geo.GeoPt location)
    • getPrice

      public double getPrice()
    • setPrice

      public void setPrice(double price)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getTownship

      public String getTownship()
    • setTownship

      public void setTownship(String township)
    • getColony

      public String getColony()
    • setColony

      public void setColony(String colony)
    • getType

      public PropertyTypeEnum getType()
    • setType

      public void setType(PropertyTypeEnum type)
    • toString

      public String toString()
      Overrides:
      toString in class Object