public interface INewsEntry
| 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.
|
Copyright © 2016. All rights reserved.