public class PlanSessionImp extends java.lang.Object implements PlanSession
| Constructor and Description |
|---|
PlanSessionImp() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDay() |
Session |
getSession() |
void |
setDay(int day) |
void |
setSession(Session session) |
public int getDay()
getDay in interface PlanSessionpublic void setDay(int day)
setDay in interface PlanSessionpublic Session getSession()
getSession in interface PlanSessionpublic void setSession(Session session)
setSession in interface PlanSession