public class Metadata extends java.lang.Object implements DataModel<MetadataType>
Type | Property and Description |
---|---|
javafx.beans.property.StringProperty |
desc |
javafx.beans.property.StringProperty |
keywords |
javafx.beans.property.StringProperty |
name |
javafx.beans.property.ObjectProperty<java.time.LocalDateTime> |
time |
Constructor and Description |
---|
Metadata(MetadataType metadata) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.StringProperty |
descProperty() |
Person |
getAuthor() |
Bounds |
getBounds() |
Copyright |
getCopyright() |
MetadataType |
getData() |
java.lang.String |
getDesc()
Gets the value of the property desc.
|
Extensions |
getExtensions() |
java.lang.String |
getKeywords()
Gets the value of the property keywords.
|
javafx.collections.ObservableList<Link> |
getLink() |
java.lang.String |
getName()
Gets the value of the property name.
|
java.time.LocalDateTime |
getTime()
Gets the value of the property time.
|
javafx.beans.property.StringProperty |
keywordsProperty() |
javafx.beans.property.StringProperty |
nameProperty() |
javafx.beans.property.ObjectProperty<java.time.LocalDateTime> |
timeProperty() |
public javafx.beans.property.StringProperty nameProperty
getName()
public javafx.beans.property.StringProperty descProperty
getDesc()
public javafx.beans.property.ObjectProperty<java.time.LocalDateTime> timeProperty
getTime()
public javafx.beans.property.StringProperty keywordsProperty
getKeywords()
public Metadata(MetadataType metadata)
public MetadataType getData()
getData
in interface DataModel<MetadataType>
D
public java.lang.String getName()
public javafx.beans.property.StringProperty nameProperty()
getName()
public java.lang.String getDesc()
public javafx.beans.property.StringProperty descProperty()
getDesc()
public Person getAuthor()
public Copyright getCopyright()
public javafx.collections.ObservableList<Link> getLink()
public java.time.LocalDateTime getTime()
public javafx.beans.property.ObjectProperty<java.time.LocalDateTime> timeProperty()
getTime()
public java.lang.String getKeywords()
public javafx.beans.property.StringProperty keywordsProperty()
getKeywords()
public Bounds getBounds()
public Extensions getExtensions()