|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschedule.Day
abstract class Day
A Day object represents the a day of the Schedule, and contains every course that is schedule for the specific day.
| Field Summary | |
|---|---|
(package private) java.lang.String |
dayAbbreviation
Day abbreviation: M = Monday T = Tuesday W = Wednesday R = Thursday F = Friday |
(package private) java.lang.String |
dayName
Day name, i.e. |
(package private) java.util.Collection<ScheduledItem> |
scheduledItems
The courses and labs scheduled for this day |
| Constructor Summary | |
|---|---|
Day()
|
|
| Method Summary | |
|---|---|
abstract boolean |
isValid()
Function to check validity of the day. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String dayName
java.lang.String dayAbbreviation
java.util.Collection<ScheduledItem> scheduledItems
| Constructor Detail |
|---|
Day()
| Method Detail |
|---|
public abstract boolean isValid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||