Mage_Eav_Model_Entity_Attribute_Exception Class Reference

List of all members.

Public Member Functions

 setAttributeCode ($attribute)
 setPart ($part)
 getAttributeCode ()
 getPart ()

Protected Attributes

 $_attributeCode
 $_part


Detailed Description

Definition at line 35 of file Exception.php.


Member Function Documentation

getAttributeCode (  ) 

Retrieve Eav entity attribute

Returns:
string

Definition at line 80 of file Exception.php.

00081     {
00082         return $this->_attributeCode;
00083     }

getPart (  ) 

Retrieve Eav entity attribute part

Returns:
string

Definition at line 90 of file Exception.php.

00091     {
00092         return $this->_part;
00093     }

setAttributeCode ( attribute  ) 

Set Eav entity attribute

Parameters:
string $attribute
Returns:
Mage_Eav_Model_Entity_Attribute_Exception

Definition at line 58 of file Exception.php.

00059     {
00060         $this->_attributeCode = $attribute;
00061         return $this;
00062     }

setPart ( part  ) 

Set Eav entity attribute type

Parameters:
string $part
Returns:
Mage_Eav_Model_Entity_Attribute_Exception

Definition at line 70 of file Exception.php.

00070                                    {
00071         $this->_part = $part;
00072         return $this;
00073     }


Member Data Documentation

$_attributeCode [protected]

Definition at line 42 of file Exception.php.

$_part [protected]

Definition at line 50 of file Exception.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:10 2009 for Magento by  doxygen 1.5.8