21 private $publicDescription;
26 private $publicInstructions;
31 private $privateComment;
46 private $assignmentsIssuingViewConfig;
51 private $qualityControl;
73 return $this->publicInstructions;
83 $this->publicInstructions = $publicInstructions;
93 return $this->privateComment;
103 $this->privateComment = $privateComment;
113 return $this->taskSpec;
123 $this->taskSpec = $taskSpec;
133 return $this->assignmentsIssuingViewConfig;
143 $this->assignmentsIssuingViewConfig = $assignmentsIssuingViewConfig;
153 return $this->qualityControl;
163 $this->qualityControl = $qualityControl;
193 return $this->status;
203 $this->status = $status;
213 return $this->created;
223 $this->created = $created;
231 'public_name' => $this->publicName,
232 'public_description' => $this->publicDescription,
233 'public_instruction' => $this->publicInstructions,
234 'task_spec' => $this->taskSpec->toArray(),
235 'assignments_issuing_type' => $this->assignmentsIssuingType
244 return $this->publicName;
254 $this->publicName = $publicName;
264 return $this->publicDescription;
274 $this->publicDescription = $publicDescription;
284 return $this->assignmentsIssuingType;
294 $this->assignmentsIssuingType = $assignmentsIssuingType;
setPublicName(string $publicName)
setAssignmentsIssuingViewConfig(ViewConfig $assignmentsIssuingViewConfig)
setCreated(string $created)
setPublicDescription(string $publicDescription)
setPrivateComment(string $privateComment)
const ASSIGNMENTS_ISSUING_TYPE_MAP_SELECTOR
setQualityControl(QualityControl $qualityControl)
setStatus(string $status)
setAssignmentsIssuingType(string $assignmentsIssuingType)
setPublicInstructions(string $publicInstructions)
const ASSIGNMENTS_ISSUING_TYPE_AUTOMATED
setTaskSpec(TaskSpec $taskSpec)
getAssignmentsIssuingViewConfig()
getAssignmentsIssuingType()