/**
  * setter for {@see $_backendType}
  * 
  * @todo persist in db
  * 
  * @param string $_backendType
  * @return void
  */
 public static function setBackendType($_backendType)
 {
     self::$_backendType = ucfirst($_backendType);
 }