public class Squad extends Object implements Serializable
| 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() |
Copyright © 2018. All Rights Reserved.