22 parent::__construct();
30 return $this->
getData(
'publicationFormatId');
38 return $this->
setData(
'publicationFormatId', $publicationFormatId);
63 $codes =& $onixCodelistItemDao->getCodes(
'List46');
64 return $codes[$this->
getType()];
72 $this->
setData(
'rowSetting', $rowSetting);
80 return $this->
getData(
'rowSetting');
88 return $this->
getData(
'countriesIncluded');
96 $this->
setData(
'countriesIncluded', array_filter($countriesIncluded, array(&$this,
'_removeEmptyElements')));
104 return $this->
getData(
'countriesExcluded');
112 $this->
setData(
'countriesExcluded', array_filter($countriesExcluded, array(&$this,
'_removeEmptyElements')));
120 return $this->
getData(
'regionsIncluded');
128 $this->
setData(
'regionsIncluded', array_filter($regionsIncluded, array(&$this,
'_removeEmptyElements')));
136 return $this->
getData(
'regionsExcluded');
144 $this->
setData(
'regionsExcluded', array_filter($regionsExcluded, array(&$this,
'_removeEmptyElements')));
155 return (trim($value) !=
'') ? true :
false;