public class UserViewModel extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyStringProperty |
id |
javafx.beans.property.ReadOnlyStringProperty |
name |
| Constructor and Description |
|---|
UserViewModel(rst.domotic.unit.UnitConfigType.UnitConfig unitConfig) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the property id.
|
String |
getName()
Gets the value of the property name.
|
javafx.beans.property.ReadOnlyStringProperty |
idProperty() |
javafx.beans.property.ReadOnlyStringProperty |
nameProperty() |
public javafx.beans.property.ReadOnlyStringProperty idProperty
getId()public javafx.beans.property.ReadOnlyStringProperty nameProperty
getName()public UserViewModel(rst.domotic.unit.UnitConfigType.UnitConfig unitConfig)
public String getId()
public javafx.beans.property.ReadOnlyStringProperty idProperty()
getId()public String getName()
public javafx.beans.property.ReadOnlyStringProperty nameProperty()
getName()Copyright © 2015–2018 openbase.org. All rights reserved.