|
Open Journal Systems
3.3.0
|
23 return $this->
getData(
'contextId');
31 $this->
setData(
'contextId', $contextId);
39 return $this->
getData(
'sequence');
47 $this->
setData(
'sequence', $sequence);
64 return $this->
getData(
'title', $locale);
73 $this->
setData(
'title', $title, $locale);
81 return $this->
getData(
'editorRestricted');
89 $this->
setData(
'editorRestricted', $editorRestricted);
97 return $this->
getData(
'reviewFormId');
105 $this->
setData(
'reviewFormId', $reviewFormId);
114 return $application->getPrimaryMetricByAssoc(ASSOC_TYPE_SECTION, $this->
getId());
131 return $this->
getData(
'policy', $locale);
140 return $this->
setData(
'policy', $policy, $locale);
& getData($key, $locale=null)
getLocalizedData($key, $preferredLocale=null)
Any class with an associated DAO should extend this class.
setTitle($title, $locale)
setReviewFormId($reviewFormId)
Describes basic section properties.
setEditorRestricted($editorRestricted)
setData($key, $value, $locale=null)
setPolicy($policy, $locale)