public interface NewsArticle
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NewsArticle arg0) |
NewsArticle |
copy() |
String |
getArticleId() |
String |
getDescription() |
String |
getLink() |
Date |
getPublishDate() |
String |
getPublishDateDisplay() |
long |
getSourceId() |
String |
getTitle() |
void |
setArticleId(String articleId) |
void |
setDescription(String description) |
void |
setLink(String link) |
void |
setPublishDate(Date publishDate) |
void |
setSourceId(long sourceId) |
void |
setTitle(String title) |
NewsArticle copy()
String getPublishDateDisplay()
int compareTo(NewsArticle arg0)
String getDescription()
void setDescription(String description)
description
- the body text to setDate getPublishDate()
void setPublishDate(Date publishDate)
publishDate
- the publish date to setString getArticleId()
void setArticleId(String articleId)
articleId
- the article id to setlong getSourceId()
void setSourceId(long sourceId)
sourceId
- the id of the NewsSource to which this article belongsCopyright © 2011-2014 The Kuali Foundation. All Rights Reserved.