Class PropertyPreview
java.lang.Object
com.maplander.backend.model.manage.property.PropertyPreview
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
getId()
getImage()
double
getPrice()
getState()
getType()
void
void
void
setCurrency
(String currency) void
setDescription
(String description) void
setFeatures
(Features features) void
void
void
setOffering
(OfferingTypeEnum offering) void
setPostalCode
(String postalCode) void
setPrice
(double price) void
void
setType
(PropertyTypeEnum type) toString()
-
Constructor Details
-
PropertyPreview
public PropertyPreview() -
PropertyPreview
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getOffering
-
setOffering
-
getDescription
-
setDescription
-
getColony
-
setColony
-
getCity
-
setCity
-
getState
-
setState
-
getPostalCode
-
setPostalCode
-
getPrice
public double getPrice() -
setPrice
public void setPrice(double price) -
getCurrency
-
setCurrency
-
getImage
-
setImage
-
getFeatures
-
setFeatures
-
toString
-