Class Features
java.lang.Object
com.maplander.backend.model.manage.property.Features
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
int
int
float
float
int
float
getRoi()
float
void
setAreaUnit
(AreaUnitEnum areaUnit) void
setBathrooms
(float bathrooms) void
setBedrooms
(int bedrooms) void
setBuiltIn
(int builtIn) void
setCondominiumFeePrice
(float condominiumFeePrice) void
setLandUse
(LandUseEnum landUse) void
setMainArea
(float mainArea) void
setParkingSpaces
(int parkingSpaces) void
setRoi
(float roi) void
setSecondaryArea
(float secondaryArea) toString()
-
Constructor Details
-
Features
public Features()
-
-
Method Details
-
getAreaUnit
-
setAreaUnit
-
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 int getBedrooms() -
setBedrooms
public void setBedrooms(int bedrooms) -
getCondominiumFeePrice
public float getCondominiumFeePrice() -
setCondominiumFeePrice
public void setCondominiumFeePrice(float condominiumFeePrice) -
getRoi
public float getRoi() -
setRoi
public void setRoi(float roi) -
getLandUse
-
setLandUse
-
getParkingSpaces
public int getParkingSpaces() -
setParkingSpaces
public void setParkingSpaces(int parkingSpaces) -
getBuiltIn
public int getBuiltIn() -
setBuiltIn
public void setBuiltIn(int builtIn) -
toString
-