public class FeedEntry extends Object implements Serializable
| Constructor and Description |
|---|
FeedEntry(String title,
String link,
String description,
Date publishDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getLink() |
Date |
getPublishDate() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.