|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.superfeedr.extension.DefaultSuperfeerExtension
org.superfeedr.extension.EntryExtension
public class EntryExtension
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 |
---|
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 |
---|
public java.lang.String getId()
public java.lang.String getLink()
public java.lang.String getLinkType()
public java.util.Date getPublished()
public java.lang.String getSummary()
public java.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |