public interface INewsEntry
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the news entry.
|
long |
getId()
The news entry's id
|
String |
getPublishedDate()
The published date, format: "YYYY-MM-DD HH:mm"
|
String |
getTitle()
The title of the news entry.
|
Copyright © 2016. All rights reserved.