org.apache.maven.model.v3_0_0
Class PackageGroup

java.lang.Object
  extended by org.apache.maven.model.v3_0_0.PackageGroup
All Implemented Interfaces:
Serializable

public class PackageGroup
extends Object
implements Serializable

A JavaDoc package group.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
PackageGroup()
           
 
Method Summary
 String getPackages()
          Get the packages in the group.
 String getTitle()
          Get the title to use for the package group.
 void setPackages(String packages)
          Set the packages in the group.
 void setTitle(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
 

Constructor Detail

PackageGroup

public PackageGroup()
Method Detail

getPackages

public String getPackages()
Get the packages in the group.

Returns:
String

getTitle

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

Returns:
String

setPackages

public void setPackages(String packages)
Set the packages in the group.

Parameters:
packages -

setTitle

public void setTitle(String title)
Set the title to use for the package group.

Parameters:
title -


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.