/**
  * Enter description here...
  *
  * @return Mage_Eav_Model_Entity_Attribute_Abstract
  */
 public function getAttribute($attr)
 {
     return $this->_entity->getAttribute($attr);
 }