public final class Group
extends Object
| Constructor and Description |
|---|
Group(String code)
Constructor to create a group value used for editing Group Selection fields.
|
Group(String name,
String code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode()
The code of group.
|
String |
getName()
The name of group.
|
int |
hashCode() |
String |
toString() |
public Group(String code)
code - the code of the group.@ConstructorProperties(value={"name","code"})
public Group(String name,
String code)
public String getName()
public String getCode()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object