package testtool.StudentTesting;

import testtool.Proctoring.*;
import testtool.Publish.*;

import java.util.Collection;

/**
 *
 * 
		Combination of the date and time.
	 * 
 * @author 
 * @version 
 *
 **/

public class DateTime {

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

     }

     protected Date date;

     protected Time time;

}