|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectttsolver.model.CrossListedLecture
public class CrossListedLecture
Cross-listed lectures of a lecture.
This is used only when the model is loaded directly from the database. One class can have several
identifications there.
| Constructor Summary | |
|---|---|
CrossListedLecture(String subject,
String courseNbr,
String iType,
int section)
Constructor |
|
CrossListedLecture(String subject,
String courseNbr,
String iType,
int section,
String name)
Constructor |
|
| Method Summary | |
|---|---|
void |
addStudent(String student)
Add student enrollment |
boolean |
equals(Object o)
|
String |
getCourseNbr()
Course number |
String |
getIType()
Instructional type |
Lecture |
getLecture()
Parent lecture |
String |
getName()
Name |
int |
getSection()
Section |
String |
getSubject()
Subject |
boolean |
hasStudent(String student)
Has given student enrollment |
void |
setLecture(Lecture lecture)
Parent lecture |
Vector |
students()
List of enrolled students |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrossListedLecture(String subject,
String courseNbr,
String iType,
int section)
subject - subjectcourseNbr - course numberiType - instructional typesection - section
public CrossListedLecture(String subject,
String courseNbr,
String iType,
int section,
String name)
subject - subjectcourseNbr - course numberiType - instructional typesection - sectionname - (string representation of this class)| Method Detail |
|---|
public String getSubject()
public String getCourseNbr()
public String getIType()
public int getSection()
public String getName()
public Lecture getLecture()
public void setLecture(Lecture lecture)
public Vector students()
public void addStudent(String student)
public boolean hasStudent(String student)
public boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||