casestudy
Class Curriculum

java.lang.Object
  extended bycasestudy.Curriculum

public class Curriculum
extends java.lang.Object


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

high

private int high

low

private int low

runningTotal

private int runningTotal

courses

private java.util.Collection courses
Constructor Detail

Curriculum

public Curriculum()
Method Detail

getCourses

public java.util.Collection getCourses()
Returns:

getHigh

public int getHigh()
Returns:

getLow

public int getLow()
Returns:

getRunningTotal

public int getRunningTotal()
Returns:

setCourses

public void setCourses(java.util.Collection collection)
Parameters:
collection -

setHigh

public void setHigh(int i)
Parameters:
i -

setLow

public void setLow(int i)
Parameters:
i -