package eclass2.Main;


import java.util.Collection;

/**
 *
 *  This object wraps around a Lecture to provide additional informatio
 *n
          Neccessary to rendering the lecture                                   * 
 * @author 
 * @version 
 *
 **/

public class LectureWrapper {

     /** Default Constructor **/
     public LectureWrapper() {

     }

     protected Lecture lec;

     protected Layout lay;

     protected Collection<XMLTag> head_secs;

}