org.apache.wink.common.model.synd
Class SyndEntry

java.lang.Object
  extended by org.apache.wink.common.model.synd.SyndCommonAttributes
      extended by org.apache.wink.common.model.synd.SyndBase
          extended by org.apache.wink.common.model.synd.SyndEntry

public class SyndEntry
extends SyndBase


Constructor Summary
SyndEntry()
           
SyndEntry(String title, String id)
           
SyndEntry(String title, String id, Date updated)
           
SyndEntry(SyndEntry other)
           
SyndEntry(SyndText title, String id)
           
SyndEntry(SyndText title, String id, Date updated)
           
 
Method Summary
 boolean equals(Object obj)
           
 SyndContent getContent()
           
 Date getPublished()
           
 SyndText getSummary()
           
 int hashCode()
           
 void setContent(SyndContent content)
           
 void setPublished(Date published)
           
 void setSummary(SyndText summary)
           
 
Methods inherited from class org.apache.wink.common.model.synd.SyndBase
addAuthor, addCategory, addLink, getAuthors, getCategories, getId, getLink, getLinks, getTitle, getUpdated, setId, setTitle, setUpdated
 
Methods inherited from class org.apache.wink.common.model.synd.SyndCommonAttributes
getBase, getLang, setBase, setLang
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyndEntry

public SyndEntry()

SyndEntry

public SyndEntry(String title,
                 String id)

SyndEntry

public SyndEntry(SyndText title,
                 String id)

SyndEntry

public SyndEntry(String title,
                 String id,
                 Date updated)

SyndEntry

public SyndEntry(SyndText title,
                 String id,
                 Date updated)

SyndEntry

public SyndEntry(SyndEntry other)
Method Detail

getSummary

public SyndText getSummary()

setSummary

public void setSummary(SyndText summary)

getPublished

public Date getPublished()

setPublished

public void setPublished(Date published)

getContent

public SyndContent getContent()

setContent

public void setContent(SyndContent content)

hashCode

public int hashCode()
Overrides:
hashCode in class SyndBase

equals

public boolean equals(Object obj)
Overrides:
equals in class SyndBase


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.