Class PropertyLink
java.lang.Object
com.maplander.backend.model.manage.LinkXML.PropertyLink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
double
getPrice()
getType()
void
setAddress
(Address address) void
setAmenities
(Amenities amenities) void
setBrand
(BrandTypeEnum brand) void
setCurrency
(String currency) void
setDescription
(String description) void
setFeatures
(Features features) void
void
setOffering
(OfferingTypeEnum offering) void
setPrice
(double price) void
setSpherical
(List<FileCS> spherical) void
setType
(PropertyTypeEnum type) void
toString()
-
Constructor Details
-
PropertyLink
public PropertyLink()
-
-
Method Details
-
getType
-
setType
-
getOffering
-
setOffering
-
getBrand
-
setBrand
-
getDescription
-
setDescription
-
getAddress
-
setAddress
-
getPrice
public double getPrice() -
setPrice
public void setPrice(double price) -
getCurrency
-
setCurrency
-
getImages
-
setImages
-
getSpherical
-
setSpherical
-
getVideos
-
setVideos
-
getAmenities
-
setAmenities
-
getFeatures
-
setFeatures
-
toString
-