*/ class Mage_Sales_Model_Entity_Quote_Address_Rate_Collection extends Mage_Eav_Model_Entity_Collection_Abstract { protected function _construct() { $this->_init('sales/quote_address_rate'); } public function setAddressFilter($addressId) { $this->addAttributeToFilter('parent_id', $addressId); return $this; } }