com.softwareag.centrasite.api.about
Interface AboutTopicValue


public interface AboutTopicValue

Represents a value under each AboutTopic


Method Summary
 java.lang.String getId()
          Return the identifier for this topic value
 java.lang.String getKey()
          Return the localized name for this topic value
 java.lang.String getValue()
          Return the actual value
 

Method Detail

getId

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

Returns:
the identifier for this topic value

getKey

java.lang.String getKey()
Return the localized name for this topic value

Returns:
the localized name for this topic value

getValue

java.lang.String getValue()
Return the actual value

Returns:
the actual value