Package myorg.relex.one2one
Class Coach
- java.lang.Object
-
- myorg.relex.one2one.Coach
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoach.Type
-
Field Summary
Fields Modifier and Type Field Description private intidprivate Personpersonprivate Coach.Typetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()PersongetPerson()Coach.TypegetType()voidsetType(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)
-
-