edu.harvard.med.countway.dl.model
Class TocFeed

java.lang.Object
  extended by edu.harvard.med.countway.dl.model.TocFeed

public class TocFeed
extends java.lang.Object


Constructor Summary
TocFeed()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.util.Date getDate()
           
 java.lang.String getDescription()
           
 java.lang.String getLink()
           
 Resource getResource()
           
 java.lang.String getTitle()
           
 TocFeedEntryList getTocFeedEntryList()
           
 void setAuthor(java.lang.String author)
           
 void setDate(java.util.Date date)
           
 void setDescription(java.lang.String description)
           
 void setLink(java.lang.String link)
           
 void setResource(Resource resource)
           
 void setTitle(java.lang.String title)
           
 void setTocFeedEntryList(TocFeedEntryList tocFeedEntryList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TocFeed

public TocFeed()
Method Detail

setResource

public void setResource(Resource resource)

getResource

public Resource getResource()

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()

setLink

public void setLink(java.lang.String link)

getLink

public java.lang.String getLink()

setDate

public void setDate(java.util.Date date)

getDate

public java.util.Date getDate()

setAuthor

public void setAuthor(java.lang.String author)

getAuthor

public java.lang.String getAuthor()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

setTocFeedEntryList

public void setTocFeedEntryList(TocFeedEntryList tocFeedEntryList)

getTocFeedEntryList

public TocFeedEntryList getTocFeedEntryList()


Copyright © 2010. All Rights Reserved.