19 package org.turro.students.stub;
21 import java.util.Date;
22 import java.util.HashSet;
24 import org.turro.reflection.stub.DefaultStub;
25 import org.turro.students.entities.Response;
33 private Set<String> studentIds =
new HashSet<>();
34 private Date creation;
35 private String wikiText;
38 silentlyInitializeValues(response);
46 this.studentIds = studentIds;
54 this.creation = creation;
62 this.wikiText = wikiText;
ResponseStub(Response response)
void setWikiText(String wikiText)
void setCreation(Date creation)
void setStudentIds(Set< String > studentIds)
Set< String > getStudentIds()