Class: ProductVariantLimit

Model~ProductVariantLimit(data) → {void}

ProductVariantLimit data model.

Constructor

new ProductVariantLimit(data) → {void}

ProductVariantLimit Constructor.

ProductVariantLimit Constructor.

Parameters:
Name Type Description
data Object
Source:
Returns:
Type
void

Methods

getAttributeId() → {number}

Get attr_id.

Get attr_id.

Source:
Returns:
Type
number

getAttributeTemplateId() → {number}

Get attmpat_id.

Get attmpat_id.

Source:
Returns:
Type
number

getOptionId() → {number}

Get option_id.

Get option_id.

Source:
Returns:
Type
number

setAttributeId(attributeId) → {ProductVariantLimit}

Set attr_id.

Set attr_id.

Parameters:
Name Type Description
attributeId number
Source:
Returns:
Type
ProductVariantLimit

setAttributeTemplateId(attributeTemplateId) → {ProductVariantLimit}

Set attmpat_id.

Set attmpat_id.

Parameters:
Name Type Description
attributeTemplateId number
Source:
Returns:
Type
ProductVariantLimit

setOptionId(optionId) → {ProductVariantLimit}

Set option_id.

Set option_id.

Parameters:
Name Type Description
optionId number
Source:
Returns:
Type
ProductVariantLimit