public interface PlanSession extends java.lang.Comparable<PlanSession>
| Modifier and Type | Method and Description |
|---|---|
int |
getDay() |
java.util.List<Session> |
getSessionList() |
void |
setDay(int day) |
void |
setSession(java.util.List<Session> sessionList) |