Class LocationsPreviewPolygon
java.lang.Object
com.maplander.backend.model.manage.LocationsPreviewPolygon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDate()
getId()
int
getLevel()
getPath()
int
getTotal()
void
setBathrooms_no
(ArrayList<Integer> bathrooms_no) void
setBedrooms_no
(ArrayList<Integer> bedrooms_no) void
setColony_name
(String colony_name) void
setDate
(int date) void
void
setLevel
(int level) void
setMax_price
(Double max_price) void
setMin_price
(Double min_price) void
setMunicipaly_name
(String municipaly_name) void
void
setPropertyPreviewList
(List<PropertyPreview> propertyPreviewList) void
setState_name
(String state_name) void
setTipo_oferta
(String tipo_oferta) void
setTipo_propiedad
(String tipo_propiedad) void
setTotal
(int total) toString()
-
Constructor Details
-
LocationsPreviewPolygon
public LocationsPreviewPolygon()
-
-
Method Details
-
getId
-
setId
-
getDate
public int getDate() -
setDate
public void setDate(int date) -
getPath
-
setPath
-
getState_name
-
setState_name
-
getMunicipaly_name
-
setMunicipaly_name
-
getColony_name
-
setColony_name
-
getTipo_propiedad
-
setTipo_propiedad
-
getTipo_oferta
-
setTipo_oferta
-
getBathrooms_no
-
setBathrooms_no
-
getBedrooms_no
-
setBedrooms_no
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
getMin_price
-
setMin_price
-
getMax_price
-
setMax_price
-
getPropertyPreviewList
-
setPropertyPreviewList
-
toString
-