com.notuvy.podcast
Class PodcastBase

java.lang.Object
  extended by com.notuvy.xml.SimpleJdom
      extended by com.notuvy.podcast.PodcastBase
Direct Known Subclasses:
PodcastChannel, PodcastItem

public abstract class PodcastBase
extends SimpleJdom

Basic description

Author:
murali

Field Summary
protected static org.jdom.Namespace gNsItunes
           
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
protected PodcastBase()
           
protected PodcastBase(String pTitle, String pLink, String pDesc)
           
 
Method Summary
 String getDescription()
           
 String getSiteUrl()
           
protected static String getTextFromElement(org.jdom.Element pElement)
           
 String getTitle()
           
protected  void setDescription(String pDescription)
           
protected  void setSiteUrl(String pSiteUrl)
           
protected  void setTitle(String pTitle)
           
 
Methods inherited from class com.notuvy.xml.SimpleJdom
addChildElement, createFormat, createRoot, getChildInteger, getChildLong, getChildren, getChildrenOfContainer, getChildText, getFormat, getStorage, isValidRoot, parse, readFrom, readFrom, readFromContent, reportXmlParseError, rootName, saveTo, setStorage, toDocument, toString, toXml, toXmlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG

gNsItunes

protected static org.jdom.Namespace gNsItunes
Constructor Detail

PodcastBase

protected PodcastBase()

PodcastBase

protected PodcastBase(String pTitle,
                      String pLink,
                      String pDesc)
Method Detail

getTextFromElement

protected static String getTextFromElement(org.jdom.Element pElement)

getSiteUrl

public String getSiteUrl()

getTitle

public String getTitle()

getDescription

public String getDescription()

setSiteUrl

protected void setSiteUrl(String pSiteUrl)

setTitle

protected void setTitle(String pTitle)

setDescription

protected void setDescription(String pDescription)


Copyright © 2013. All Rights Reserved.