public static class RestSample.Tweet
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
author |
javafx.beans.property.StringProperty |
pubDate |
javafx.beans.property.StringProperty |
title |
| Constructor and Description |
|---|
Tweet() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.StringProperty |
authorProperty() |
java.lang.String |
getAuthor()
Gets the value of the property author.
|
java.lang.String |
getPubDate()
Gets the value of the property pubDate.
|
java.lang.String |
getTitle()
Gets the value of the property title.
|
javafx.beans.property.StringProperty |
pubDateProperty() |
void |
setAuthor(java.lang.String author)
Sets the value of the property author.
|
void |
setPubDate(java.lang.String date)
Sets the value of the property pubDate.
|
void |
setTitle(java.lang.String title)
Sets the value of the property title.
|
javafx.beans.property.StringProperty |
titleProperty() |
java.lang.String |
toString() |
public javafx.beans.property.StringProperty titleProperty
getTitle(),
setTitle(String)public javafx.beans.property.StringProperty authorProperty
getAuthor(),
setAuthor(String)public javafx.beans.property.StringProperty pubDateProperty
getPubDate(),
setPubDate(String)public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public javafx.beans.property.StringProperty titleProperty()
getTitle(),
setTitle(String)public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public javafx.beans.property.StringProperty authorProperty()
getAuthor(),
setAuthor(String)public java.lang.String getPubDate()
public void setPubDate(java.lang.String date)
public javafx.beans.property.StringProperty pubDateProperty()
getPubDate(),
setPubDate(String)public java.lang.String toString()
toString in class java.lang.Object