00001 <?php
00002
00016
00017
00018
00019 import('article.Article');
00020
00021 class CopyeditorSubmission extends Article {
00022
00026 function CopyeditorSubmission() {
00027 parent::Article();
00028 }
00029
00038 function getCopyedId() {
00039 return $this->getData('copyedId');
00040 }
00041
00046 function setCopyedId($copyedId)
00047 {
00048 return $this->setData('copyedId', $copyedId);
00049 }
00050
00055 function getCopyeditorId() {
00056 return $this->getData('copyeditorId');
00057 }
00058
00063 function setCopyeditorId($copyeditorId)
00064 {
00065 return $this->setData('copyeditorId', $copyeditorId);
00066 }
00067
00072 function &getCopyeditor() {
00073 $copyEditor = &$this->getData('copyeditor');
00074 return $copyEditor;
00075 }
00076
00081 function setCopyeditor($copyeditor) {
00082 return $this->setData('copyeditor', $copyeditor);
00083 }
00084
00089 function getDateNotified() {
00090 return $this->getData('dateNotified');
00091 }
00092
00097 function setDateNotified($dateNotified) {
00098 return $this->setData('dateNotified', $dateNotified);
00099 }
00100
00105 function getDateUnderway() {
00106 return $this->getData('dateUnderway');
00107 }
00108
00113 function setDateUnderway($dateUnderway) {
00114 return $this->setData('dateUnderway', $dateUnderway);
00115 }
00116
00121 function getDateCompleted() {
00122 return $this->getData('dateCompleted');
00123 }
00124
00129 function setDateCompleted($dateCompleted)
00130 {
00131 return $this->setData('dateCompleted', $dateCompleted);
00132 }
00133
00138 function getDateAcknowledged() {
00139 return $this->getData('dateAcknowledged');
00140 }
00141
00146 function setDateAcknowledged($dateAcknowledged)
00147 {
00148 return $this->setData('dateAcknowledged', $dateAcknowledged);
00149 }
00150
00155 function getDateAuthorNotified() {
00156 return $this->getData('dateAuthorNotified');
00157 }
00158
00163 function setDateAuthorNotified($dateAuthorNotified)
00164 {
00165 return $this->setData('dateAuthorNotified', $dateAuthorNotified);
00166 }
00167
00172 function getDateAuthorUnderway() {
00173 return $this->getData('dateAuthorUnderway');
00174 }
00175
00180 function setDateAuthorUnderway($dateAuthorUnderway) {
00181 return $this->setData('dateAuthorUnderway', $dateAuthorUnderway);
00182 }
00183
00188 function getDateAuthorCompleted() {
00189 return $this->getData('dateAuthorCompleted');
00190 }
00191
00196 function setDateAuthorCompleted($dateAuthorCompleted)
00197 {
00198 return $this->setData('dateAuthorCompleted', $dateAuthorCompleted);
00199 }
00200
00205 function getDateAuthorAcknowledged() {
00206 return $this->getData('dateAuthorAcknowledged');
00207 }
00208
00213 function setDateAuthorAcknowledged($dateAuthorAcknowledged)
00214 {
00215 return $this->setData('dateAuthorAcknowledged', $dateAuthorAcknowledged);
00216 }
00217
00222 function getDateFinalNotified() {
00223 return $this->getData('dateFinalNotified');
00224 }
00225
00230 function setDateFinalNotified($dateFinalNotified)
00231 {
00232 return $this->setData('dateFinalNotified', $dateFinalNotified);
00233 }
00234
00239 function getDateFinalUnderway() {
00240 return $this->getData('dateFinalUnderway');
00241 }
00242
00247 function setDateFinalUnderway($dateFinalUnderway) {
00248 return $this->setData('dateFinalUnderway', $dateFinalUnderway);
00249 }
00250
00255 function getDateFinalCompleted() {
00256 return $this->getData('dateFinalCompleted');
00257 }
00258
00263 function setDateFinalCompleted($dateFinalCompleted)
00264 {
00265 return $this->setData('dateFinalCompleted', $dateFinalCompleted);
00266 }
00267
00272 function getDateFinalAcknowledged() {
00273 return $this->getData('dateFinalAcknowledged');
00274 }
00275
00280 function setDateFinalAcknowledged($dateFinalAcknowledged)
00281 {
00282 return $this->setData('dateFinalAcknowledged', $dateFinalAcknowledged);
00283 }
00284
00289 function getInitialRevision() {
00290 return $this->getData('initialRevision');
00291 }
00292
00297 function setInitialRevision($initialRevision) {
00298 return $this->setData('initialRevision', $initialRevision);
00299 }
00300
00305 function getEditorAuthorRevision() {
00306 return $this->getData('editorAuthorRevision');
00307 }
00308
00313 function setEditorAuthorRevision($editorAuthorRevision) {
00314 return $this->setData('editorAuthorRevision', $editorAuthorRevision);
00315 }
00316
00321 function getFinalRevision() {
00322 return $this->getData('finalRevision');
00323 }
00324
00329 function setFinalRevision($finalRevision) {
00330 return $this->setData('finalRevision', $finalRevision);
00331 }
00332
00333
00334
00335
00336
00341 function &getEditAssignments() {
00342 $editAssignments = &$this->getData('editAssignments');
00343 return $editAssignments;
00344 }
00345
00350 function setEditAssignments($editAssignments) {
00351 return $this->setData('editAssignments', $editAssignments);
00352 }
00353
00354
00355
00356
00357
00363 function &getInitialCopyeditFile() {
00364 $returner =& $this->getData('initialCopyeditFile');
00365 return $returner;
00366 }
00367
00373 function setInitialCopyeditFile($initialCopyeditFile) {
00374 return $this->setData('initialCopyeditFile', $initialCopyeditFile);
00375 }
00376
00382 function &getEditorAuthorCopyeditFile() {
00383 $returner =& $this->getData('editorAuthorCopyeditFile');
00384 return $returner;
00385 }
00386
00392 function setEditorAuthorCopyeditFile($editorAuthorCopyeditFile) {
00393 return $this->setData('editorAuthorCopyeditFile', $editorAuthorCopyeditFile);
00394 }
00395
00401 function &getFinalCopyeditFile() {
00402 $returner =& $this->getData('finalCopyeditFile');
00403 return $returner;
00404 }
00405
00411 function setFinalCopyeditFile($finalCopyeditFile) {
00412 return $this->setData('finalCopyeditFile', $finalCopyeditFile);
00413 }
00414
00415
00416
00417
00418
00423 function getMostRecentCopyeditComment() {
00424 return $this->getData('mostRecentCopyeditComment');
00425 }
00426
00431 function setMostRecentCopyeditComment($mostRecentCopyeditComment) {
00432 return $this->setData('mostRecentCopyeditComment', $mostRecentCopyeditComment);
00433 }
00434
00439 function getMostRecentLayoutComment() {
00440 return $this->getData('mostRecentLayoutComment');
00441 }
00442
00447 function setMostRecentLayoutComment($mostRecentLayoutComment) {
00448 return $this->setData('mostRecentLayoutComment', $mostRecentLayoutComment);
00449 }
00450
00455 function &getGalleys() {
00456 $galleys = &$this->getData('galleys');
00457 return $galleys;
00458 }
00459
00464 function setGalleys(&$galleys) {
00465 return $this->setData('galleys', $galleys);
00466 }
00467
00472 function &getSuppFiles() {
00473 $returner =& $this->getData('suppFiles');
00474 return $returner;
00475 }
00476
00481 function setSuppFiles($suppFiles) {
00482 return $this->setData('suppFiles', $suppFiles);
00483 }
00484
00489 function &getLayoutAssignment() {
00490 $returner =& $this->getData('layoutAssignment');
00491 return $returner;
00492 }
00493
00498 function setLayoutAssignment($layoutAssignment) {
00499 return $this->setData('layoutAssignment', $layoutAssignment);
00500 }
00501
00506 function &getProofAssignment() {
00507 $returner =& $this->getData('proofAssignment');
00508 return $returner;
00509 }
00510
00515 function setProofAssignment($proofAssignment) {
00516 return $this->setData('proofAssignment', $proofAssignment);
00517 }
00518 }
00519
00520 ?>