public interface NewsEntry
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of the news entry.
|
long |
getId()
The news entry's id
|
Date |
getPublishedDate()
The published date
|
String |
getTitle()
The title of the news entry.
|
Copyright © 2018. All rights reserved.