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

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

Return Value

integer

at line 92
ProductAttributeValueFeature setId(int $id)

Parameters

int $id

Return Value

ProductAttributeValueFeature

at line 102
string getFeatureName()

Return Value

string

at line 112
ProductAttributeValueFeature setFeatureName(string $featureName)

Parameters

string $featureName

Return Value

ProductAttributeValueFeature

at line 122
string getFeatureValue()

Return Value

string

at line 132
ProductAttributeValueFeature setFeatureValue(string $featureValue)

Parameters

string $featureValue

Return Value

ProductAttributeValueFeature

at line 142
ProductAttributeValues getProductAttributeValue()

Return Value

ProductAttributeValues

at line 152
ProductAttributeValueFeature setProductAttributeValue(ProductAttributeValues $productAttributeValue)

Parameters

ProductAttributeValues $productAttributeValue

Return Value

ProductAttributeValueFeature

at line 167
string serialize()

(PHP 5 >= 5.1.0)
String representation of object

Return Value

string the string representation of the object or null

at line 185
void unserialize(string $serialized)

(PHP 5 >= 5.1.0)
Constructs the object

Parameters

string $serialized The string representation of the object.

Return Value

void