|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.io.parser.rss.model.RSSItem
public class RSSItem
Model class for an RSS item.
| Constructor Summary | ||
|---|---|---|
RSSItem()
Constructs an RSSItem. |
||
| Method Summary | ||
|---|---|---|
String |
getContentEncoded()
Returns the content encoded in this RSSItem. |
|
String |
getDescription()
Returns the description of this RSSItem. |
|
Hashtable |
getMediaContents()
Returns a Hashtable of media files that this RSSItem contains. |
|
Date |
getPubDate()
Returns the last publication date of this RSSItem. |
|
String |
getTitle()
Returns the title of this RSSItem. |
|
void |
setContentEncoded(String contentEncoded)
Sets the content encoded in this RSSItem. |
|
void |
setDescription(String description)
Sets the title of this RSSItem. |
|
void |
setMediaContents(Hashtable mediaContents)
Sets a Hashtable of media files that this RSSItem contains. |
|
void |
setPubDate(Date pubDate)
Sets the last publication date of this RSSItem. |
|
void |
setTitle(String title)
Sets the title of this RSSItem. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSSItem()
RSSItem.
| Method Detail |
|---|
public String getTitle()
RSSItem.
RSSItem.public void setTitle(String title)
RSSItem.
title - Title of this RSSItem.public String getDescription()
RSSItem.
RSSItem.public void setDescription(String description)
RSSItem.
description - Description of this RSSItem.public Hashtable getMediaContents()
Hashtable of media files that this RSSItem contains.
Hashtable of media files.public void setMediaContents(Hashtable mediaContents)
Hashtable of media files that this RSSItem contains.
mediaContents - Hashtable of media filespublic Date getPubDate()
RSSItem.
RSSItem.public void setPubDate(Date pubDate)
RSSItem.
pubDate - Last publication date of this RSSItem.public String getContentEncoded()
RSSItem.
RSSItem.public void setContentEncoded(String contentEncoded)
RSSItem.
contentEncoded - Content encoded of this RSSItem.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.