• Main Page
  • Modules
  • Classes
  • Files
  • File List

classes/monograph/MonographKeyword.inc.php

00001 <?php
00002 
00016 import('lib.pkp.classes.controlledVocab.ControlledVocabEntry');
00017 
00018 class MonographKeyword extends ControlledVocabEntry {
00019    //
00020    // Get/set methods
00021    //
00022 
00027    function getKeyword() {
00028       return $this->getData('monographKeyword');
00029    }
00030 
00036    function setKeyword($keyword, $locale) {
00037       $this->setData('monographKeyword', $keyword, $locale);
00038    }
00039 
00040    function getLocaleMetadataFieldNames() {
00041       return array('monographKeyword');
00042    }
00043 }
00044 ?>

Generated on Mon Sep 17 2012 13:58:55 for Open Monograph Press by  doxygen 1.7.1