public class Copyright extends java.lang.Object implements DataModel<CopyrightType>
Type | Property and Description |
---|---|
javafx.beans.property.StringProperty |
author |
javafx.beans.property.StringProperty |
license |
javafx.beans.property.ObjectProperty<java.time.LocalDate> |
year |
Constructor and Description |
---|
Copyright(CopyrightType copyright) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.StringProperty |
authorProperty() |
java.lang.String |
getAuthor()
Gets the value of the property author.
|
CopyrightType |
getData() |
java.lang.String |
getLicense()
Gets the value of the property license.
|
java.time.LocalDate |
getYear()
Gets the value of the property year.
|
javafx.beans.property.StringProperty |
licenseProperty() |
javafx.beans.property.ObjectProperty<java.time.LocalDate> |
yearProperty() |
public javafx.beans.property.ObjectProperty<java.time.LocalDate> yearProperty
getYear()
public javafx.beans.property.StringProperty licenseProperty
getLicense()
public javafx.beans.property.StringProperty authorProperty
getAuthor()
public Copyright(CopyrightType copyright)
public CopyrightType getData()
getData
in interface DataModel<CopyrightType>
D
public java.time.LocalDate getYear()
public javafx.beans.property.ObjectProperty<java.time.LocalDate> yearProperty()
getYear()
public java.lang.String getLicense()
public javafx.beans.property.StringProperty licenseProperty()
getLicense()
public java.lang.String getAuthor()
public javafx.beans.property.StringProperty authorProperty()
getAuthor()