edu.harvard.med.countway.dl.model
Class TocFeed
java.lang.Object
edu.harvard.med.countway.dl.model.TocFeed
public class TocFeed
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TocFeed
public TocFeed()
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.