public class Item extends Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The value to provide in the result.
|
String |
getName()
The display name.
|
int |
hashCode() |
Item |
id(String id) |
Item |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
Copyright © 2022. All rights reserved.