00001 <?php
00002
00017 import('lib.pkp.classes.controlledVocab.ControlledVocabEntry');
00018
00019 class MonographDiscipline extends ControlledVocabEntry {
00020
00021
00022
00023
00028 function getDiscipline() {
00029 return $this->getData('monographDiscipline');
00030 }
00031
00037 function setDiscipline($discipline, $locale) {
00038 $this->setData('monographDiscipline', $discipline, $locale);
00039 }
00040
00041 function getLocaleMetadataFieldNames() {
00042 return array('monographDiscipline');
00043 }
00044 }
00045 ?>