public class Event extends Object
| Constructor and Description |
|---|
Event(com.sun.syndication.feed.atom.Entry entry) |
Event(com.sun.syndication.feed.atom.Entry entry,
String feedUri) |
Event(String id,
String content) |
Event(String id,
String content,
String title) |
Event(String id,
String content,
String title,
String feedUri,
Date updatedDate) |
| Modifier and Type | Method and Description |
|---|---|
List |
getCategories() |
String |
getContent()
It does remove the CDATA part of XML
|
Date |
getDateCreated() |
String |
getFeedUri() |
String |
getId() |
String |
getTitle() |
Date |
getUpdatedDate() |
void |
setTitle(String title) |
String |
toString() |
public Event(com.sun.syndication.feed.atom.Entry entry)
public Event(com.sun.syndication.feed.atom.Entry entry,
String feedUri)
public String getContent()
public String getId()
public String getFeedUri()
public String getTitle()
public void setTitle(String title)
public Date getUpdatedDate()
public List getCategories()
public Date getDateCreated()
Copyright © 2016. All rights reserved.