org.apache.maven.project
Class PackageGroup

java.lang.Object
  extended by org.apache.maven.project.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
private  java.lang.String modelEncoding
           
private  java.lang.String packages
          Field packages
private  java.lang.String title
          Field title
 
Constructor Summary
PackageGroup()
           
 
Method Summary
 java.lang.String getModelEncoding()
           
 java.lang.String getPackages()
          Get The packages in the group
 java.lang.String getTitle()
          Get The title to use for the package group.
 void setModelEncoding(java.lang.String modelEncoding)
           
 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
Field title


packages

private java.lang.String packages
Field packages


modelEncoding

private java.lang.String modelEncoding
Constructor Detail

PackageGroup

public PackageGroup()
Method Detail

getPackages

public java.lang.String getPackages()
Get The packages in the group


getTitle

public java.lang.String getTitle()
Get The title to use for the package group.


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 -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()