-
- All Implemented Interfaces:
public final class BuildingFilterViewModel
ViewModel for building filter for poi search
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
id
private final String
name
private final Boolean
isUserPositionBuilding
private Boolean
isSelected
-
Constructor Summary
Constructors Constructor Description BuildingFilterViewModel(Integer id, String name, Boolean isUserPositionBuilding, Boolean isSelected)
-
Method Summary
Modifier and Type Method Description final Integer
getId()
final String
getName()
final Boolean
getIsUserPositionBuilding()
final Boolean
getIsSelected()
final Unit
setIsSelected(Boolean isSelected)
-
-
Method Detail
-
getIsUserPositionBuilding
final Boolean getIsUserPositionBuilding()
-
getIsSelected
final Boolean getIsSelected()
-
setIsSelected
final Unit setIsSelected(Boolean isSelected)
-
-
-
-