public class NewsEntry extends Object implements INewsEntry
| Constructor and Description |
|---|
NewsEntry(String publishedDateISO,
String title,
String description)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the news entry.
|
String |
getPublishedDateISO()
The published date, ISO format : "YYYY-MM-DD"
|
String |
getTitle()
The title of the news entry.
|
String |
toString() |
public String getPublishedDateISO()
INewsEntrygetPublishedDateISO in interface INewsEntrypublic String getTitle()
INewsEntrygetTitle in interface INewsEntrypublic String getDescription()
INewsEntrygetDescription in interface INewsEntryCopyright © 2016. All rights reserved.