Class BuildingFilterViewModel
-
- 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
isUserPositionBuilding()
final Boolean
isSelected()
final Unit
setSelected(Boolean isSelected)
-
-
Method Detail
-
isUserPositionBuilding
final Boolean isUserPositionBuilding()
-
isSelected
final Boolean isSelected()
-
setSelected
final Unit setSelected(Boolean isSelected)
-
-
-
-