org.superfeedr.extension
Class EntryExtension

java.lang.Object
  extended by org.superfeedr.extension.DefaultSuperfeerExtension
      extended by org.superfeedr.extension.EntryExtension
All Implemented Interfaces:
org.jivesoftware.smack.packet.PacketExtension

public class EntryExtension
extends DefaultSuperfeerExtension


Constructor Summary
EntryExtension(java.lang.String id2, java.lang.String link2, java.lang.String linkType2, java.util.Date published2, java.lang.String title2, java.lang.String summary2)
           
 
Method Summary
 java.lang.String getId()
          The unique Id of this entry
 java.lang.String getLink()
          The link to the original information this entry represents
 java.lang.String getLinkType()
          The Mime typ of the link to the original information this entry represents
 java.util.Date getPublished()
          The date the information has been published
 java.lang.String getSummary()
          The Summary of this entry
 java.lang.String getTitle()
          The title of this entry
 
Methods inherited from class org.superfeedr.extension.DefaultSuperfeerExtension
getElementName, getNamespace, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryExtension

public EntryExtension(java.lang.String id2,
                      java.lang.String link2,
                      java.lang.String linkType2,
                      java.util.Date published2,
                      java.lang.String title2,
                      java.lang.String summary2)
Method Detail

getId

public java.lang.String getId()
The unique Id of this entry

Returns:
a String that represents the id of this entry

getLink

public java.lang.String getLink()
The link to the original information this entry represents

Returns:
a String that links to the original information

getLinkType

public java.lang.String getLinkType()
The Mime typ of the link to the original information this entry represents


getPublished

public java.util.Date getPublished()
The date the information has been published

Returns:
the published date

getSummary

public java.lang.String getSummary()
The Summary of this entry

Returns:
the summary

getTitle

public java.lang.String getTitle()
The title of this entry

Returns:
the title