org.eclipse.ecf.datashare.mergeable
Interface IChannelHeader


public interface IChannelHeader

Channel header information


Method Summary
 java.lang.String getDescription()
          Get description
 java.lang.String getLink()
          Get link
 java.lang.String getTitle()
          Get title
 

Method Detail

getTitle

java.lang.String getTitle()
Get title

Returns:
String title. May be null.

getLink

java.lang.String getLink()
Get link

Returns:
String link. May be null.

getDescription

java.lang.String getDescription()
Get description

Returns:
String description. May be null.