mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
display favicon
This commit is contained in:
@@ -24,6 +24,9 @@ public class Feed extends AbstractModel {
|
||||
@Transient
|
||||
private String title;
|
||||
|
||||
@Column(length = 2048)
|
||||
private String link;
|
||||
|
||||
@Temporal(TemporalType.TIMESTAMP)
|
||||
private Date lastUpdated;
|
||||
|
||||
@@ -92,4 +95,12 @@ public class Feed extends AbstractModel {
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
public String getLink() {
|
||||
return link;
|
||||
}
|
||||
|
||||
public void setLink(String link) {
|
||||
this.link = link;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user