| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private Map<String,Position> |
positions |
private String |
team |
| Constructor and Description |
|---|
Lineup() |
| Modifier and Type | Method and Description |
|---|---|
Lineup |
addPosition(Position position) |
int |
getId() |
Map<String,Position> |
getPositions() |
String |
getTeam() |
void |
setTeam(String team) |
private int id
private String team
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.