|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeedResourceItem
An feed Item used by Rss resources.
Method Summary | |
---|---|
Date |
getDate()
Gets the item publishing date |
String |
getDescription()
Gets the item description |
String |
getGUID()
Gets the item id |
String |
getLink()
Gets the item link |
String |
getTitle()
Gets the item title |
void |
setDate(Date date)
Set the item publishing date |
void |
setDescription(String strDescription)
Sets the description |
void |
setGUID(String strGUID)
Sets the item guid |
void |
setLink(String strLink)
Sets the item link |
void |
setTitle(String strTitle)
Sets the item title |
Method Detail |
---|
String getTitle()
void setTitle(String strTitle)
strTitle
- the item titleString getLink()
void setLink(String strLink)
strLink
- the item linkString getDescription()
void setDescription(String strDescription)
strDescription
- the descriptionString getGUID()
void setGUID(String strGUID)
strGUID
- the item guidDate getDate()
void setDate(Date date)
date
- the date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |