public class PlanSessionImp extends java.lang.Object implements PlanSession
| Constructor and Description |
|---|
PlanSessionImp() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PlanSession another) |
int |
getDay() |
java.util.List<Session> |
getSessionList() |
void |
setDay(int day) |
void |
setSession(java.util.List<Session> sessionList) |
public int getDay()
getDay in interface PlanSessionpublic void setDay(int day)
setDay in interface PlanSessionpublic java.util.List<Session> getSessionList()
getSessionList in interface PlanSessionpublic void setSession(java.util.List<Session> sessionList)
setSession in interface PlanSessionpublic int compareTo(PlanSession another)
compareTo in interface java.lang.Comparable<PlanSession>