Class PropertyLink

java.lang.Object
com.maplander.backend.model.manage.LinkXML.PropertyLink

public class PropertyLink extends Object
  • Constructor Details

    • PropertyLink

      public PropertyLink()
  • Method Details

    • getType

      public PropertyTypeEnum getType()
    • setType

      public void setType(PropertyTypeEnum type)
    • getOffering

      public OfferingTypeEnum getOffering()
    • setOffering

      public void setOffering(OfferingTypeEnum offering)
    • getBrand

      public BrandTypeEnum getBrand()
    • setBrand

      public void setBrand(BrandTypeEnum brand)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getAddress

      public Address getAddress()
    • setAddress

      public void setAddress(Address address)
    • getPrice

      public double getPrice()
    • setPrice

      public void setPrice(double price)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getImages

      public List<FileCS> getImages()
    • setImages

      public void setImages(List<FileCS> images)
    • getSpherical

      public List<FileCS> getSpherical()
    • setSpherical

      public void setSpherical(List<FileCS> spherical)
    • getVideos

      public List<FileCS> getVideos()
    • setVideos

      public void setVideos(List<FileCS> videos)
    • getAmenities

      public Amenities getAmenities()
    • setAmenities

      public void setAmenities(Amenities amenities)
    • getFeatures

      public Features getFeatures()
    • setFeatures

      public void setFeatures(Features features)
    • toString

      public String toString()
      Overrides:
      toString in class Object