Package myorg.relex.one2one
Class Coach
- java.lang.Object
-
- myorg.relex.one2one.Coach
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Coach.Type
-
Field Summary
Fields Modifier and Type Field Description private int
id
private Person
person
private Coach.Type
type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
Person
getPerson()
Coach.Type
getType()
void
setType(Coach.Type type)
-
-
-
Field Detail
-
id
private int id
-
person
private Person person
-
type
private Coach.Type type
-
-
Constructor Detail
-
Coach
public Coach()
-
Coach
public Coach(Person person)
-
-
Method Detail
-
getId
public int getId()
-
getPerson
public Person getPerson()
-
getType
public Coach.Type getType()
-
setType
public void setType(Coach.Type type)
-
-