Constructor
new OrderProductAttribute(data) → {void}
OrderProductAttribute Constructor.
OrderProductAttribute Constructor.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- void
Methods
getCode() → {string}
Get code.
Get code.
Returns:
- Type
- string
getTemplateCode() → {string}
Get template_code.
Get template_code.
Returns:
- Type
- string
getValue() → {string}
Get value.
Get value.
Returns:
- Type
- string
setCode(code) → {OrderProductAttribute}
Set code.
Set code.
Parameters:
Name | Type | Description |
---|---|---|
code |
string |
Returns:
- Type
- OrderProductAttribute
setTemplateCode(templateCode) → {OrderProductAttribute}
Set template_code.
Set template_code.
Parameters:
Name | Type | Description |
---|---|---|
templateCode |
string |
Returns:
- Type
- OrderProductAttribute
setValue(value) → {OrderProductAttribute}
Set value.
Set value.
Parameters:
Name | Type | Description |
---|---|---|
value |
string |
Returns:
- Type
- OrderProductAttribute