| 
    Open Journal Systems
    3.3.0
    
   | 
 
 
 
 
   18 import(
'lib.pkp.classes.security.Role');
 
   27       return $this->
getData(
'roleId');
 
   35       $this->
setData(
'roleId', $roleId);
 
   59       return $this->
getData(
'contextId');
 
   67       $this->
setData(
'contextId', $contextId);
 
   75       return $this->
getData(
'isDefault');
 
   83       $this->
setData(
'isDefault', $isDefault);
 
   92       return $this->
getData(
'showTitle');
 
  100       $this->
setData(
'showTitle', $showTitle);
 
  111       return $this->
getData(
'permitSelfRegistration');
 
  119       $this->
setData(
'permitSelfRegistration', $permitSelfRegistration);
 
  128       return $this->
getData(
'recommendOnly');
 
  137       $this->
setData(
'recommendOnly', $recommendOnly);
 
  154       return $this->
getData(
'name', $locale);
 
  163       $this->
setData(
'name', $name, $locale);
 
  180       return $this->
getData(
'abbrev', $locale);
 
  189       $this->
setData(
'abbrev', $abbrev, $locale);
 
  197       return $this->
getData(
'permitMetadataEdit');
 
  205       $this->
setData(
'permitMetadataEdit', $permitMetadataEdit);
 
  
 
& getData($key, $locale=null)
 
getLocalizedData($key, $preferredLocale=null)
 
Any class with an associated DAO should extend this class.
 
setAbbrev($abbrev, $locale)
 
setPermitMetadataEdit($permitMetadataEdit)
 
setRecommendOnly($recommendOnly)
 
getPermitSelfRegistration()
 
setData($key, $value, $locale=null)
 
setPermitSelfRegistration($permitSelfRegistration)