softwareprojekt
Class Lecture

java.lang.Object
  extended by softwareprojekt.Lecture

public class Lecture
extends java.lang.Object


Constructor Summary
Lecture(java.lang.String shortname, java.lang.String name, short semester, java.lang.String studypath, User prof)
           
Lecture(java.lang.String shortname, java.lang.String name, short semester, java.lang.String studypath, User prof, Form form)
           
Lecture(java.lang.String shortname, java.lang.String name, short semester, java.lang.String studypath, User prof, Form form, java.util.Vector lectureDate)
           
 
Method Summary
 void addLectureDate(LectureDate lectureDate)
           
 LectureDate getLectureDate(int index)
           
 void removeLectureDate(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lecture

public Lecture(java.lang.String shortname,
               java.lang.String name,
               short semester,
               java.lang.String studypath,
               User prof)

Lecture

public Lecture(java.lang.String shortname,
               java.lang.String name,
               short semester,
               java.lang.String studypath,
               User prof,
               Form form)

Lecture

public Lecture(java.lang.String shortname,
               java.lang.String name,
               short semester,
               java.lang.String studypath,
               User prof,
               Form form,
               java.util.Vector lectureDate)
Method Detail

addLectureDate

public void addLectureDate(LectureDate lectureDate)

removeLectureDate

public void removeLectureDate(int index)

getLectureDate

public LectureDate getLectureDate(int index)