public class Squad extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
Squad() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
id integer
|
String |
getName()
name string
|
int |
hashCode() |
Squad |
id(Long id) |
Squad |
name(String name) |
void |
setId(Long id) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
Copyright © 2021. All Rights Reserved.