|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFeedEntry
A single feed entry.
Each feed entry has a title, a description, an image, a timestamp and a link.
In addition, a feed entry may have custom attributes.
| Method Summary | |
|---|---|
ICustomAttributes |
getCustomAttributes()
Returns the custom attributes of this entry. |
Date |
getDate()
Returns the date of this entry. |
String |
getDescription()
Returns the description of this entry. |
String |
getIconURI()
Returns the icon URI for this entry. |
String |
getID()
Returns the ID of this entry. |
String |
getLink()
Returns the link for this entry. |
String |
getTitle()
Returns the title of this entry. |
String |
getType()
Returns the type of this entry. |
| Method Detail |
|---|
String getID()
String getTitle()
String getDescription()
String getLink()
String getIconURI()
Date getDate()
ICustomAttributes getCustomAttributes()
String getType()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||