|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectInfo.BasicInfo
public abstract class BasicInfo
Represents the basic info of a class
| Field Summary | |
|---|---|
java.lang.String |
className
The name of the class. |
java.util.Collection<Day> |
days
The days the class is in session. |
Time |
endTime
The time the class ends. |
boolean |
hasLab
Determines if there is a lab portion to the class. |
Time |
labEndtime
The time the lab ends. |
Time |
labStartTime
The time the lab begins. |
Quarter |
quarter
The quarter the class takes place. |
Time |
startTime
The time the class begins. |
int |
year
The year the class takes place. |
| Constructor Summary | |
|---|---|
BasicInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String className
public Quarter quarter
public int year
public Time startTime
public Time endTime
public java.util.Collection<Day> days
public boolean hasLab
public Time labStartTime
public Time labEndtime
| Constructor Detail |
|---|
public BasicInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||