public class RSSDataContainer
extends com.ibm.xsp.model.AbstractDataContainer
Constructor and Description |
---|
RSSDataContainer() |
RSSDataContainer(String strBeanID,
String strUniqueID,
String feedURL) |
Modifier and Type | Method and Description |
---|---|
void |
deserialize(ObjectInput in) |
Object |
getData() |
String |
getFeedURL() |
List<FeedEntryData> |
getRSSasList() |
void |
serialize(ObjectOutput out) |
void |
setFeedURL(String feedURL) |
public void deserialize(ObjectInput in) throws IOException
IOException
public void serialize(ObjectOutput out) throws IOException
IOException
public String getFeedURL()
public void setFeedURL(String feedURL)
public List<FeedEntryData> getRSSasList()
public Object getData()
Copyright © 2021. All Rights Reserved.