/**
  * initDataTypeObject
  * @author Thomas Schedler <*****@*****.**>
  * @version 1.0
  */
 public function initDataTypeObject()
 {
     $this->objDataType = GenericSetup::getDataTypeObject($this->setup->getFormTypeId());
     if ($this->objDataType instanceof GenericDataTypeAbstract) {
         $this->objDataType->setGenericSetup($this->setup);
     }
 }