public class GroupCategory
extends java.lang.Object
Note: this class is not intended to be subclassed
| Constructor and Description |
|---|
GroupCategory(java.lang.String id,
java.lang.String name,
java.lang.String description)
Creates a new group category with the given name and
description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the description of the group category.
|
java.lang.String |
getName()
Returns the name of the group category.
|
int |
hashCode() |
public GroupCategory(java.lang.String id,
java.lang.String name,
java.lang.String description)
id - a unique identifiername - the namedescription - the descriptionpublic java.lang.String getName()
public java.lang.String getDescription()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.