Public Member Functions | |
ChallengeStub (Challenge challenge) | |
Long | getId () |
void | setId (Long id) |
String | getEntityPath () |
void | setEntityPath (String entityPath) |
String | getIdChallenger () |
void | setIdChallenger (String idChallenger) |
String | getName () |
void | setName (String name) |
String | getQuestion () |
void | setQuestion (String question) |
Date | getCreation () |
void | setCreation (Date creation) |
Date | getDeadline () |
void | setDeadline (Date deadline) |
String | getWikiText () |
void | setWikiText (String wikiText) |
Set< ResponseStub > | getResponses () |
void | setResponses (Set< ResponseStub > responses) |
Definition at line 31 of file ChallengeStub.java.
org.turro.students.stub.ChallengeStub.ChallengeStub | ( | Challenge | challenge | ) |
Definition at line 43 of file ChallengeStub.java.
Date org.turro.students.stub.ChallengeStub.getCreation | ( | ) |
Definition at line 87 of file ChallengeStub.java.
Date org.turro.students.stub.ChallengeStub.getDeadline | ( | ) |
Definition at line 95 of file ChallengeStub.java.
String org.turro.students.stub.ChallengeStub.getEntityPath | ( | ) |
Definition at line 55 of file ChallengeStub.java.
Long org.turro.students.stub.ChallengeStub.getId | ( | ) |
Definition at line 47 of file ChallengeStub.java.
String org.turro.students.stub.ChallengeStub.getIdChallenger | ( | ) |
Definition at line 63 of file ChallengeStub.java.
String org.turro.students.stub.ChallengeStub.getName | ( | ) |
Definition at line 71 of file ChallengeStub.java.
String org.turro.students.stub.ChallengeStub.getQuestion | ( | ) |
Definition at line 79 of file ChallengeStub.java.
Set<ResponseStub> org.turro.students.stub.ChallengeStub.getResponses | ( | ) |
Definition at line 111 of file ChallengeStub.java.
String org.turro.students.stub.ChallengeStub.getWikiText | ( | ) |
Definition at line 103 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setCreation | ( | Date | creation | ) |
Definition at line 91 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setDeadline | ( | Date | deadline | ) |
Definition at line 99 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setEntityPath | ( | String | entityPath | ) |
Definition at line 59 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setId | ( | Long | id | ) |
Definition at line 51 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setIdChallenger | ( | String | idChallenger | ) |
Definition at line 67 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setName | ( | String | name | ) |
Definition at line 75 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setQuestion | ( | String | question | ) |
Definition at line 83 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setResponses | ( | Set< ResponseStub > | responses | ) |
Definition at line 115 of file ChallengeStub.java.
void org.turro.students.stub.ChallengeStub.setWikiText | ( | String | wikiText | ) |
Definition at line 107 of file ChallengeStub.java.