mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix #28
This commit is contained in:
@@ -12,6 +12,7 @@ public class Entry implements Serializable {
|
||||
private Date date;
|
||||
private String feedId;
|
||||
private String feedName;
|
||||
private String feedUrl;
|
||||
private String url;
|
||||
private boolean read;
|
||||
private boolean starred;
|
||||
@@ -88,4 +89,12 @@ public class Entry implements Serializable {
|
||||
this.starred = starred;
|
||||
}
|
||||
|
||||
public String getFeedUrl() {
|
||||
return feedUrl;
|
||||
}
|
||||
|
||||
public void setFeedUrl(String feedUrl) {
|
||||
this.feedUrl = feedUrl;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user