Class DbNewsEntry
- java.lang.Object
-
- com.openindex.openestate.tool.news.db.DbNewsEntry
-
- All Implemented Interfaces:
Serializable
public class DbNewsEntry extends Object implements Serializable
DbNewsEntry.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbNewsEntry()
-
-
-
Field Detail
-
id
public long id
-
feedId
public long feedId
-
isNew
public boolean isNew
-
isSticky
public boolean isSticky
-
uri
public URI uri
-
link
public URI link
-
title
public String title
-
author
public String author
-
content
public String content
-
time
public Date time
-
createdAt
public Date createdAt
-
modifiedAt
public Date modifiedAt
-
-