Class PackageGroup

  • All Implemented Interfaces:
    java.io.Serializable

    public class PackageGroup
    extends java.lang.Object
    implements java.io.Serializable
    A JavaDoc package group.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String packages
      The packages in the group.
      private java.lang.String title
      The title to use for the package group.
    • Constructor Summary

      Constructors 
      Constructor Description
      PackageGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPackages()
      Get the packages in the group.
      java.lang.String getTitle()
      Get the title to use for the package group.
      void setPackages​(java.lang.String packages)
      Set the packages in the group.
      void setTitle​(java.lang.String title)
      Set the title to use for the package group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • title

        private java.lang.String title
        The title to use for the package group.
      • packages

        private java.lang.String packages
        The packages in the group.
    • Constructor Detail

      • PackageGroup

        public PackageGroup()
    • Method Detail

      • getPackages

        public java.lang.String getPackages()
        Get the packages in the group.
        Returns:
        String
      • getTitle

        public java.lang.String getTitle()
        Get the title to use for the package group.
        Returns:
        String
      • setPackages

        public void setPackages​(java.lang.String packages)
        Set the packages in the group.
        Parameters:
        packages -
      • setTitle

        public void setTitle​(java.lang.String title)
        Set the title to use for the package group.
        Parameters:
        title -