Class PropertyLiteMap
java.lang.Object
com.maplander.backend.model.manage.property.complex.PropertyLiteMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
com.utils.geo.GeoPt
double
getPrice()
getState()
getType()
getUrl()
void
void
setCurrency
(String currency) void
void
setLocation
(com.utils.geo.GeoPt location) void
setPrice
(double price) void
void
setTownship
(String township) void
setType
(PropertyTypeEnum type) void
toString()
-
Constructor Details
-
PropertyLiteMap
public PropertyLiteMap()
-
-
Method Details
-
getId
-
setId
-
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
-
setCurrency
-
getUrl
-
setUrl
-
getState
-
setState
-
getTownship
-
setTownship
-
getColony
-
setColony
-
getType
-
setType
-
toString
-