ProductAttributeValueFeature
class ProductAttributeValueFeature implements PrimaryKeyInterface, Serializable
Class ProductAttributeValueFeature
Properties
| protected string | $featureName | Product attribute value feature name | |
| protected string | $featureValue | Product attribute value feature value | |
| protected ProductAttributeValues | $productAttributeValue | Associated product attribute value |
Methods
integer
getId()
Get id
setId(int $id)
No description
string
getFeatureName()
No description
setFeatureName(string $featureName)
No description
string
getFeatureValue()
No description
setFeatureValue(string $featureValue)
No description
getProductAttributeValue()
No description
string
serialize()
(PHP 5 >= 5.1.0)
String representation of object
void
unserialize(string $serialized)
(PHP 5 >= 5.1.0)
Constructs the object
Details
at line 82
integer
getId()
Get id
at line 92
ProductAttributeValueFeature
setId(int $id)
at line 102
string
getFeatureName()
at line 112
ProductAttributeValueFeature
setFeatureName(string $featureName)
at line 122
string
getFeatureValue()
at line 132
ProductAttributeValueFeature
setFeatureValue(string $featureValue)
at line 142
ProductAttributeValues
getProductAttributeValue()
at line 152
ProductAttributeValueFeature
setProductAttributeValue(ProductAttributeValues $productAttributeValue)
at line 167
string
serialize()
(PHP 5 >= 5.1.0)
String representation of object
at line 185
void
unserialize(string $serialized)
(PHP 5 >= 5.1.0)
Constructs the object