resources
Class ProfessorSummary
java.lang.Object
resources.ProfessorSummary
- All Implemented Interfaces:
- java.io.Serializable
public class ProfessorSummary
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ProfessorSummary
public ProfessorSummary(Professor professor)
- Creates a new instance of ProfessorSummary
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