Class Topic


  • public class Topic
    extends Object
    Java Bean class representing a DocBook subsection.
    Author:
    Ullrich Hafner
    • Constructor Detail

      • Topic

        public Topic()
    • Method Detail

      • getName

        public String getName()
        Returns the name of this topic.
        Returns:
        the name
      • setName

        public void setName​(@CheckForNull
                            String name)
        Sets the name of this topic.
        Parameters:
        name - the name
      • getValue

        public String getValue()
        Returns the value of this topic.
        Returns:
        the value
      • setValue

        public void setValue​(@CheckForNull
                             String value)
        Sets the value of this topic.
        Parameters:
        value - the value