@@ -15,8 +15,6 @@ class QualificationAward extends ModelBase
1515
1616 public const QUALIFICATION_SCHEME = 'qualificationScheme ' ;
1717
18- public const QUALIFICATION_SUBJECT = 'qualificationSubject ' ;
19-
2018 public const AWARDING_ORGANIZATION = 'awardingOrganization ' ;
2119
2220 public const AWARD_IDENTIFIER = 'awardIdentifier ' ;
@@ -27,22 +25,6 @@ class QualificationAward extends ModelBase
2725
2826 public const QUALIFICATION_AWARD_TYPE = 'qualificationAwardType ' ;
2927
30- public const QUALIFICATION_AWARD_SUBTYPE = 'qualificationAwardSubtype ' ;
31-
32- public const ACCREDITATION_START_DATE = 'accreditationStartDate ' ;
33-
34- public const ACCREDITATION_END_DATE = 'accreditationEndDate ' ;
35-
36- public const EFFECTIVE_DATE = 'effectiveDate ' ;
37-
38- public const END_DATE = 'endDate ' ;
39-
40- public const CERTIFICATION_END_DATE = 'certificationEndDate ' ;
41-
42- public const OPERATIONAL_START_DATE = 'operationalStartDate ' ;
43-
44- public const OPERATIONAL_END_DATE = 'operationalEndDate ' ;
45-
4628 public const IS_LINEAR_QUALIFICATION = 'isLinearQualification ' ;
4729
4830 public const QCA_ACCREDITATION_NUMBER = 'qcaAccreditationNumber ' ;
@@ -159,22 +141,6 @@ public function setQualificationScheme(\Arbor\Model\QualificationScheme $qualifi
159141 $ this ->setProperty ('qualificationScheme ' , $ qualificationScheme );
160142 }
161143
162- /**
163- * @return \Arbor\Model\QualificationSubject
164- */
165- public function getQualificationSubject ()
166- {
167- return $ this ->getProperty ('qualificationSubject ' );
168- }
169-
170- /**
171- * @param \Arbor\Model\QualificationSubject $qualificationSubject
172- */
173- public function setQualificationSubject (\Arbor \Model \QualificationSubject $ qualificationSubject = null )
174- {
175- $ this ->setProperty ('qualificationSubject ' , $ qualificationSubject );
176- }
177-
178144 /**
179145 * @return \Arbor\Model\AwardingOrganization
180146 */
@@ -255,134 +221,6 @@ public function setQualificationAwardType(\Arbor\Model\QualificationAwardType $q
255221 $ this ->setProperty ('qualificationAwardType ' , $ qualificationAwardType );
256222 }
257223
258- /**
259- * @return \Arbor\Model\QualificationAwardSubtype
260- */
261- public function getQualificationAwardSubtype ()
262- {
263- return $ this ->getProperty ('qualificationAwardSubtype ' );
264- }
265-
266- /**
267- * @param \Arbor\Model\QualificationAwardSubtype $qualificationAwardSubtype
268- */
269- public function setQualificationAwardSubtype (\Arbor \Model \QualificationAwardSubtype $ qualificationAwardSubtype = null )
270- {
271- $ this ->setProperty ('qualificationAwardSubtype ' , $ qualificationAwardSubtype );
272- }
273-
274- /**
275- * @return \DateTime
276- */
277- public function getAccreditationStartDate ()
278- {
279- return $ this ->getProperty ('accreditationStartDate ' );
280- }
281-
282- /**
283- * @param \DateTime $accreditationStartDate
284- */
285- public function setAccreditationStartDate (\DateTime $ accreditationStartDate = null )
286- {
287- $ this ->setProperty ('accreditationStartDate ' , $ accreditationStartDate );
288- }
289-
290- /**
291- * @return \DateTime
292- */
293- public function getAccreditationEndDate ()
294- {
295- return $ this ->getProperty ('accreditationEndDate ' );
296- }
297-
298- /**
299- * @param \DateTime $accreditationEndDate
300- */
301- public function setAccreditationEndDate (\DateTime $ accreditationEndDate = null )
302- {
303- $ this ->setProperty ('accreditationEndDate ' , $ accreditationEndDate );
304- }
305-
306- /**
307- * @return \DateTime
308- */
309- public function getEffectiveDate ()
310- {
311- return $ this ->getProperty ('effectiveDate ' );
312- }
313-
314- /**
315- * @param \DateTime $effectiveDate
316- */
317- public function setEffectiveDate (\DateTime $ effectiveDate = null )
318- {
319- $ this ->setProperty ('effectiveDate ' , $ effectiveDate );
320- }
321-
322- /**
323- * @return \DateTime
324- */
325- public function getEndDate ()
326- {
327- return $ this ->getProperty ('endDate ' );
328- }
329-
330- /**
331- * @param \DateTime $endDate
332- */
333- public function setEndDate (\DateTime $ endDate = null )
334- {
335- $ this ->setProperty ('endDate ' , $ endDate );
336- }
337-
338- /**
339- * @return \DateTime
340- */
341- public function getCertificationEndDate ()
342- {
343- return $ this ->getProperty ('certificationEndDate ' );
344- }
345-
346- /**
347- * @param \DateTime $certificationEndDate
348- */
349- public function setCertificationEndDate (\DateTime $ certificationEndDate = null )
350- {
351- $ this ->setProperty ('certificationEndDate ' , $ certificationEndDate );
352- }
353-
354- /**
355- * @return \DateTime
356- */
357- public function getOperationalStartDate ()
358- {
359- return $ this ->getProperty ('operationalStartDate ' );
360- }
361-
362- /**
363- * @param \DateTime $operationalStartDate
364- */
365- public function setOperationalStartDate (\DateTime $ operationalStartDate = null )
366- {
367- $ this ->setProperty ('operationalStartDate ' , $ operationalStartDate );
368- }
369-
370- /**
371- * @return \DateTime
372- */
373- public function getOperationalEndDate ()
374- {
375- return $ this ->getProperty ('operationalEndDate ' );
376- }
377-
378- /**
379- * @param \DateTime $operationalEndDate
380- */
381- public function setOperationalEndDate (\DateTime $ operationalEndDate = null )
382- {
383- $ this ->setProperty ('operationalEndDate ' , $ operationalEndDate );
384- }
385-
386224 /**
387225 * @return bool
388226 */
0 commit comments