Modifier and Type | Class and Description |
---|---|
static class |
Coach.Type |
Modifier and Type | Field and Description |
---|---|
private int |
id |
private Person |
person |
private Coach.Type |
type |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
Person |
getPerson() |
Coach.Type |
getType() |
void |
setType(Coach.Type type) |
private int id
private Person person
private Coach.Type type
public Coach()
public Coach(Person person)
public int getId()
public Person getPerson()
public Coach.Type getType()
public void setType(Coach.Type type)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.