resources
Class ProfessorSummary

java.lang.Object
  extended by resources.ProfessorSummary
All Implemented Interfaces:
java.io.Serializable

public class ProfessorSummary
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int CREDIT_HOURS_COL
           
static int NAME_COL
           
static int SECTION_COL
           
static java.lang.String TOTAL
           
static java.lang.String TOTAL_ADJUNCT
           
static java.lang.String TOTAL_FULL
           
 
Constructor Summary
ProfessorSummary(Professor professor)
          Creates a new instance of ProfessorSummary
 
Method Summary
 void calculateCreditHours()
           
 int getCreditHours()
           
 Professor getProfessor()
           
 int getSections()
           
 void incrementCreditHours(int increment)
           
 void incrementSections(int increment)
           
 void setCreditHours(int creditHours)
           
 void setProfessor(Professor professor)
           
 void setSections(int sections)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOTAL

public static final java.lang.String TOTAL
See Also:
Constant Field Values

TOTAL_FULL

public static final java.lang.String TOTAL_FULL
See Also:
Constant Field Values

TOTAL_ADJUNCT

public static final java.lang.String TOTAL_ADJUNCT
See Also:
Constant Field Values

NAME_COL

public static final int NAME_COL
See Also:
Constant Field Values

SECTION_COL

public static final int SECTION_COL
See Also:
Constant Field Values

CREDIT_HOURS_COL

public static final int CREDIT_HOURS_COL
See Also:
Constant Field Values
Constructor Detail

ProfessorSummary

public ProfessorSummary(Professor professor)
Creates a new instance of ProfessorSummary

Method Detail

setProfessor

public void setProfessor(Professor professor)

getProfessor

public Professor getProfessor()

setSections

public void setSections(int sections)

getSections

public int getSections()

incrementSections

public void incrementSections(int increment)

setCreditHours

public void setCreditHours(int creditHours)

getCreditHours

public int getCreditHours()

incrementCreditHours

public void incrementCreditHours(int increment)

calculateCreditHours

public void calculateCreditHours()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object