public class NewsEntry extends Object implements Comparable<NewsEntry>
Modifier and Type | Field and Description |
---|---|
String |
authorName |
String |
content |
String |
contentType |
String |
id |
String |
link |
String |
summary |
String |
title |
long |
updated |
Constructor and Description |
---|
NewsEntry() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NewsEntry e)
reverse, newest first
|
boolean |
equals(Object o) |
int |
hashCode() |