public class Group extends Object implements Serializable
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Method equals.
|
String |
getPackages()
Get packages can be any package name, or can be the start of
any package name followed by an asterisk (*).
|
String |
getTitle()
Get title can be any text, and can include white space.
|
int |
hashCode()
Method hashCode.
|
void |
setPackages(String packages)
Set packages can be any package name, or can be the start of
any package name followed by an asterisk (*).
|
void |
setTitle(String title)
Set title can be any text, and can include white space.
|
String |
toString()
Method toString.
|
public boolean equals(Object other)
public String getPackages()
public String getTitle()
public void setPackages(String packages)
packages - public void setTitle(String title)
title - Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.