|
Open Journal Systems
3.3.0
|
51 return $this->
getData(
'completeCount');
59 $this->
setData(
'completeCount', $completeCount);
67 return $this->
getData(
'incompleteCount');
75 $this->
setData(
'incompleteCount', $incompleteCount);
83 return $this->
getData(
'assocType');
91 $this->
setData(
'assocType', $assocType);
99 return $this->
getData(
'assocId');
107 $this->
setData(
'assocId', $assocId);
115 return $this->
getData(
'sequence');
123 $this->
setData(
'sequence', $sequence);
131 return $this->
getData(
'active');
139 $this->
setData(
'active', $active);
148 return $this->
getData(
'title', $locale);
157 $this->
setData(
'title', $title, $locale);
166 return $this->
getData(
'description', $locale);
175 $this->
setData(
'description', $description, $locale);
& getData($key, $locale=null)
getLocalizedData($key, $preferredLocale=null)
Any class with an associated DAO should extend this class.
setData($key, $value, $locale=null)