public class ValidateableDataModel
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
description |
javafx.beans.property.StringProperty |
name |
| Constructor and Description |
|---|
ValidateableDataModel() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.StringProperty |
descriptionProperty() |
java.lang.String |
getDescription()
Gets the value of the property description.
|
java.lang.String |
getName()
Gets the value of the property name.
|
javafx.beans.property.StringProperty |
nameProperty() |
void |
setDescription(java.lang.String description)
Sets the value of the property description.
|
void |
setName(java.lang.String name)
Sets the value of the property name.
|
public javafx.beans.property.StringProperty nameProperty
getName(),
setName(String)public javafx.beans.property.StringProperty descriptionProperty
getDescription(),
setDescription(String)public javafx.beans.property.StringProperty nameProperty()
getName(),
setName(String)public void setName(java.lang.String name)
public java.lang.String getName()
public javafx.beans.property.StringProperty descriptionProperty()
getDescription(),
setDescription(String)public void setDescription(java.lang.String description)
public java.lang.String getDescription()