BrightSide Workbench Full Report + Source Code
org.turro.students.stub.ChallengeStub Class Reference
Inheritance diagram for org.turro.students.stub.ChallengeStub:
Collaboration diagram for org.turro.students.stub.ChallengeStub:

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< ResponseStubgetResponses ()
 
void setResponses (Set< ResponseStub > responses)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 31 of file ChallengeStub.java.

Constructor & Destructor Documentation

◆ ChallengeStub()

org.turro.students.stub.ChallengeStub.ChallengeStub ( Challenge  challenge)

Definition at line 43 of file ChallengeStub.java.

43  {
44  silentlyInitializeValues(challenge);
45  }

Member Function Documentation

◆ getCreation()

Date org.turro.students.stub.ChallengeStub.getCreation ( )

Definition at line 87 of file ChallengeStub.java.

87  {
88  return creation;
89  }

◆ getDeadline()

Date org.turro.students.stub.ChallengeStub.getDeadline ( )

Definition at line 95 of file ChallengeStub.java.

95  {
96  return deadline;
97  }

◆ getEntityPath()

String org.turro.students.stub.ChallengeStub.getEntityPath ( )

Definition at line 55 of file ChallengeStub.java.

55  {
56  return entityPath;
57  }

◆ getId()

Long org.turro.students.stub.ChallengeStub.getId ( )

Definition at line 47 of file ChallengeStub.java.

47  {
48  return id;
49  }

◆ getIdChallenger()

String org.turro.students.stub.ChallengeStub.getIdChallenger ( )

Definition at line 63 of file ChallengeStub.java.

63  {
64  return idChallenger;
65  }

◆ getName()

String org.turro.students.stub.ChallengeStub.getName ( )

Definition at line 71 of file ChallengeStub.java.

71  {
72  return name;
73  }

◆ getQuestion()

String org.turro.students.stub.ChallengeStub.getQuestion ( )

Definition at line 79 of file ChallengeStub.java.

79  {
80  return question;
81  }

◆ getResponses()

Set<ResponseStub> org.turro.students.stub.ChallengeStub.getResponses ( )

Definition at line 111 of file ChallengeStub.java.

111  {
112  return responses;
113  }

◆ getWikiText()

String org.turro.students.stub.ChallengeStub.getWikiText ( )

Definition at line 103 of file ChallengeStub.java.

103  {
104  return wikiText;
105  }

◆ setCreation()

void org.turro.students.stub.ChallengeStub.setCreation ( Date  creation)

Definition at line 91 of file ChallengeStub.java.

91  {
92  this.creation = creation;
93  }

◆ setDeadline()

void org.turro.students.stub.ChallengeStub.setDeadline ( Date  deadline)

Definition at line 99 of file ChallengeStub.java.

99  {
100  this.deadline = deadline;
101  }

◆ setEntityPath()

void org.turro.students.stub.ChallengeStub.setEntityPath ( String  entityPath)

Definition at line 59 of file ChallengeStub.java.

59  {
60  this.entityPath = entityPath;
61  }

◆ setId()

void org.turro.students.stub.ChallengeStub.setId ( Long  id)

Definition at line 51 of file ChallengeStub.java.

51  {
52  this.id = id;
53  }

◆ setIdChallenger()

void org.turro.students.stub.ChallengeStub.setIdChallenger ( String  idChallenger)

Definition at line 67 of file ChallengeStub.java.

67  {
68  this.idChallenger = idChallenger;
69  }

◆ setName()

void org.turro.students.stub.ChallengeStub.setName ( String  name)

Definition at line 75 of file ChallengeStub.java.

75  {
76  this.name = name;
77  }

◆ setQuestion()

void org.turro.students.stub.ChallengeStub.setQuestion ( String  question)

Definition at line 83 of file ChallengeStub.java.

83  {
84  this.question = question;
85  }

◆ setResponses()

void org.turro.students.stub.ChallengeStub.setResponses ( Set< ResponseStub responses)

Definition at line 115 of file ChallengeStub.java.

115  {
116  this.responses = responses;
117  }

◆ setWikiText()

void org.turro.students.stub.ChallengeStub.setWikiText ( String  wikiText)

Definition at line 107 of file ChallengeStub.java.

107  {
108  this.wikiText = wikiText;
109  }

The documentation for this class was generated from the following file: