package testtool.Question; import java.util.Collection; /** * * The date that a question was last modified (i.e. edited after the initial creation). * * @author * @version * **/ public class DateModified { /** Default Constructor **/ public DateModified() { } protected Date date; }