|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcasestudy.Curriculum
Field Summary | |
private java.util.Collection |
courses
|
private int |
high
|
private int |
low
|
private int |
runningTotal
|
Constructor Summary | |
Curriculum()
|
Method Summary | |
java.util.Collection |
getCourses()
|
int |
getHigh()
|
int |
getLow()
|
int |
getRunningTotal()
|
void |
setCourses(java.util.Collection collection)
|
void |
setHigh(int i)
|
void |
setLow(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int high
private int low
private int runningTotal
private java.util.Collection courses
Constructor Detail |
public Curriculum()
Method Detail |
public java.util.Collection getCourses()
public int getHigh()
public int getLow()
public int getRunningTotal()
public void setCourses(java.util.Collection collection)
collection
- public void setHigh(int i)
i
- public void setLow(int i)
i
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |