public final class Organization
extends Object
| Constructor and Description |
|---|
Organization(String code)
Constructor to create a department value used for editing Department Selection fields.
|
Organization(String name,
String code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode()
The code of department.
|
String |
getName()
The name of department.
|
int |
hashCode() |
String |
toString() |
public Organization(String code)
code - the code of the department.@ConstructorProperties(value={"name","code"})
public Organization(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