public class PackageGroup
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and 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 and Description |
---|
PackageGroup() |
Modifier and Type | Method and 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.
|
private java.lang.String title
private java.lang.String packages
public java.lang.String getPackages()
public java.lang.String getTitle()
public void setPackages(java.lang.String packages)
packages
- public void setTitle(java.lang.String title)
title
-