org.exoplatform.services.rss.parser
Class DefaultRSSItem
java.lang.Object
org.exoplatform.services.rss.parser.DefaultRSSItem
- All Implemented Interfaces:
- IRSSItem
- Direct Known Subclasses:
- DefaultRSSChannel
public class DefaultRSSItem
- extends java.lang.Object
- implements IRSSItem
Created by The eXo Platform SARL .
Author : Nhu Dinh Thuan
nhudinhthuan@yahoo.com
Mar 13, 2006../
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRSSItem
public DefaultRSSItem()
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface IRSSItem
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface IRSSItem
setDesc
public void setDesc(java.lang.String desc)
- Specified by:
setDesc in interface IRSSItem
getDesc
public java.lang.String getDesc()
- Specified by:
getDesc in interface IRSSItem
setImage
public void setImage(java.lang.String image)
- Specified by:
setImage in interface IRSSItem
getImage
public java.lang.String getImage()
- Specified by:
getImage in interface IRSSItem
setTime
public void setTime(java.lang.String time)
- Specified by:
setTime in interface IRSSItem
getTime
public java.lang.String getTime()
- Specified by:
getTime in interface IRSSItem
setLink
public void setLink(java.lang.String link)
- Specified by:
setLink in interface IRSSItem
getLink
public java.lang.String getLink()
- Specified by:
getLink in interface IRSSItem
setCreator
public void setCreator(java.lang.String creator)
- Specified by:
setCreator in interface IRSSItem
getCreator
public java.lang.String getCreator()
- Specified by:
getCreator in interface IRSSItem
setNode
public void setNode(XMLNode node)
- Specified by:
setNode in interface IRSSItem
getNode
public XMLNode getNode()
- Specified by:
getNode in interface IRSSItem
getItem
public XMLNode getItem(java.lang.String name)
- Specified by:
getItem in interface IRSSItem
getValueItem
public java.lang.String getValueItem(java.lang.String name)
- Specified by:
getValueItem in interface IRSSItem
Copyright © 2011 eXo Platform SAS. All Rights Reserved.