210211212213214215216217
this.date = date; } public StreamItemDTO toDTO() { return new StreamItemDTO(id, url, title, description.getValue(), descrSummary, feedDescription, feedUrl, imageUrl, feedTitle, author, date); }