com.softwareag.centrasite.api.about
Interface AboutTopic


public interface AboutTopic

Represents a topic in the about dialog


Method Summary
 java.lang.String getId()
          Return the identifier for this topic
 java.lang.String getTitle()
          Return the title of this topic
 java.util.List<AboutTopicValue> getTopicInfo()
          Return the list of values under this topic
 

Method Detail

getTitle

java.lang.String getTitle()
Return the title of this topic

Returns:
the title of this topic

getTopicInfo

java.util.List<AboutTopicValue> getTopicInfo()
                                             throws CLLException
Return the list of values under this topic

Returns:
the list of values under this topic
Throws:
CLLException

getId

java.lang.String getId()
Return the identifier for this topic

Returns:
the identifier for this topic