

Public Member Functions | |
| ResponseStub (Response response) | |
| Set< String > | getStudentIds () |
| void | setStudentIds (Set< String > studentIds) |
| Date | getCreation () |
| void | setCreation (Date creation) |
| String | getWikiText () |
| void | setWikiText (String wikiText) |
Definition at line 31 of file ResponseStub.java.
| org.turro.students.stub.ResponseStub.ResponseStub | ( | Response | response | ) |
Definition at line 37 of file ResponseStub.java.
| Date org.turro.students.stub.ResponseStub.getCreation | ( | ) |
Definition at line 49 of file ResponseStub.java.
| Set<String> org.turro.students.stub.ResponseStub.getStudentIds | ( | ) |
Definition at line 41 of file ResponseStub.java.
| String org.turro.students.stub.ResponseStub.getWikiText | ( | ) |
Definition at line 57 of file ResponseStub.java.
| void org.turro.students.stub.ResponseStub.setCreation | ( | Date | creation | ) |
Definition at line 53 of file ResponseStub.java.
| void org.turro.students.stub.ResponseStub.setStudentIds | ( | Set< String > | studentIds | ) |
Definition at line 45 of file ResponseStub.java.
| void org.turro.students.stub.ResponseStub.setWikiText | ( | String | wikiText | ) |
Definition at line 61 of file ResponseStub.java.