/**
  * get tax class of this product
  * 
  * @return timpanyTaxClass
  */
 public function getTaxClass()
 {
     return timpanyTaxClassTable::getInstance()->findOneById($this->getFrozen('tax_class_id'));
 }
 /**
  * get tax class of this product
  * 
  * @return timpanyTaxClass
  */
 public function getTaxClass()
 {
     return timpanyTaxClassTable::getInstance()->findOneById($this->getProductAttribute('tax_class_id'));
 }