Class Features

java.lang.Object
com.maplander.backend.repository.model_table.common.Features

@Embeddable public class Features extends Object
  • Constructor Details

    • Features

      public Features()
  • Method Details

    • getAreaUnit

      public AreaUnitEnum getAreaUnit()
    • setAreaUnit

      public void setAreaUnit(AreaUnitEnum areaUnit)
    • getMainArea

      public Float getMainArea()
    • setMainArea

      public void setMainArea(Float mainArea)
    • getSecondaryArea

      public Float getSecondaryArea()
    • setSecondaryArea

      public void setSecondaryArea(Float secondaryArea)
    • getBathrooms

      public Float getBathrooms()
    • setBathrooms

      public void setBathrooms(Float bathrooms)
    • getBedrooms

      public Integer getBedrooms()
    • setBedrooms

      public void setBedrooms(Integer bedrooms)
    • getCondominiumFeePrice

      public Float getCondominiumFeePrice()
    • setCondominiumFeePrice

      public void setCondominiumFeePrice(Float condominiumFeePrice)
    • getRoi

      public Float getRoi()
    • setRoi

      public void setRoi(Float roi)
    • getLandUse

      public LandUseEnum getLandUse()
    • setLandUse

      public void setLandUse(LandUseEnum landUse)
    • getParkingSpaces

      public Integer getParkingSpaces()
    • setParkingSpaces

      public void setParkingSpaces(Integer parkingSpaces)
    • getBuiltIn

      public Integer getBuiltIn()
    • setBuiltIn

      public void setBuiltIn(Integer builtIn)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toModel

      public Features toModel()