public class NewsEntry extends Object implements Comparable<NewsEntry>
String
authorName
content
contentType
id
link
summary
title
long
updated
NewsEntry()
int
compareTo(NewsEntry e)
boolean
equals(Object o)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public String title
public String link
public String id
public long updated
public String summary
public String content
public String contentType
public String authorName
public NewsEntry()
public int compareTo(NewsEntry e)
compareTo
Comparable<NewsEntry>
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode