|
Open Journal Systems
3.3.0
|
20 return $this->
getData(
'contextId');
28 return $this->
setData(
'contextId', $contextId);
44 return $this->
setData(
'seq', $seq);
61 return $this->
getData(
'name', $locale);
69 public function setName($name, $locale =
null) {
70 return $this->
setData(
'name', $name, $locale);
78 return $this->
getData(
'swordUsername');
86 return $this->
setData(
'swordUsername', $swordUsername);
94 return $this->
getData(
'swordPassword');
102 return $this->
setData(
'swordPassword', $swordPassword);
110 return $this->
getData(
'swordApikey');
118 return $this->
setData(
'swordApikey', $swordApikey);
134 return $this->
setData(
'url', $swordUrl);
150 return $this->
setData(
'type', $type);
& getData($key, $locale=null)
getLocalizedData($key, $preferredLocale=null)
setName($name, $locale=null)
Any class with an associated DAO should extend this class.
setSwordUsername($swordUsername)
setSwordApikey($swordApikey)
setSwordPassword($swordPassword)
setData($key, $value, $locale=null)