com.sap.portal.feeds

Interface IFeedEntry


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

getID

String getID()
Returns the ID of this entry.

Returns:
The ID of this entry

getTitle

String getTitle()
Returns the title of this entry.

Returns:
The title of this entry

getDescription

String getDescription()
Returns the description of this entry.

Returns:
The description of this entry

getLink

String getLink()
Returns the link for this entry.

Returns:
The link for this entry

getIconURI

String getIconURI()
Returns the icon URI for this entry.

Returns:
The icon URI for this entry

getDate

Date getDate()
Returns the date of this entry.

Returns:
The date of this entry

getCustomAttributes

ICustomAttributes getCustomAttributes()
Returns the custom attributes of this entry.

Returns:
The custom attributes of this entry

getType

String getType()
Returns the type of this entry.

Returns:
The type of this entry


Copyright 2013 SAP AG Complete Copyright Notice