public function doFromObject($dbPdfFlavorParamsOutput, KalturaDetachedResponseProfile $responseProfile = null)
 {
     parent::doFromObject($dbPdfFlavorParamsOutput, $responseProfile);
     if ($this->shouldGet('readonly', $responseProfile)) {
         if ($dbPdfFlavorParamsOutput->getReadonly() == true) {
             $this->readonly = 1;
         } else {
             $this->readonly = 0;
         }
     }
 }