public class CatalogProductAttributeEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductAttributeEntity() |
CatalogProductAttributeEntity(String attribute_id,
String attribute_code,
String frontend_input,
String scope,
String default_value,
Integer is_unique,
Integer is_required,
String[] apply_to,
Integer is_configurable,
Integer is_searchable,
Integer is_visible_in_advanced_search,
Integer is_comparable,
Integer is_used_for_promo_rules,
Integer is_visible_on_front,
Integer used_in_product_listing,
AssociativeEntity[] additional_fields,
CatalogAttributeOptionEntity[] options,
CatalogProductAttributeFrontendLabelEntity[] frontend_label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AssociativeEntity[] |
getAdditional_fields()
Gets the additional_fields value for this CatalogProductAttributeEntity.
|
String[] |
getApply_to()
Gets the apply_to value for this CatalogProductAttributeEntity.
|
String |
getAttribute_code()
Gets the attribute_code value for this CatalogProductAttributeEntity.
|
String |
getAttribute_id()
Gets the attribute_id value for this CatalogProductAttributeEntity.
|
String |
getDefault_value()
Gets the default_value value for this CatalogProductAttributeEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFrontend_input()
Gets the frontend_input value for this CatalogProductAttributeEntity.
|
CatalogProductAttributeFrontendLabelEntity[] |
getFrontend_label()
Gets the frontend_label value for this CatalogProductAttributeEntity.
|
Integer |
getIs_comparable()
Gets the is_comparable value for this CatalogProductAttributeEntity.
|
Integer |
getIs_configurable()
Gets the is_configurable value for this CatalogProductAttributeEntity.
|
Integer |
getIs_required()
Gets the is_required value for this CatalogProductAttributeEntity.
|
Integer |
getIs_searchable()
Gets the is_searchable value for this CatalogProductAttributeEntity.
|
Integer |
getIs_unique()
Gets the is_unique value for this CatalogProductAttributeEntity.
|
Integer |
getIs_used_for_promo_rules()
Gets the is_used_for_promo_rules value for this CatalogProductAttributeEntity.
|
Integer |
getIs_visible_in_advanced_search()
Gets the is_visible_in_advanced_search value for this CatalogProductAttributeEntity.
|
Integer |
getIs_visible_on_front()
Gets the is_visible_on_front value for this CatalogProductAttributeEntity.
|
CatalogAttributeOptionEntity[] |
getOptions()
Gets the options value for this CatalogProductAttributeEntity.
|
String |
getScope()
Gets the scope value for this CatalogProductAttributeEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Integer |
getUsed_in_product_listing()
Gets the used_in_product_listing value for this CatalogProductAttributeEntity.
|
int |
hashCode() |
void |
setAdditional_fields(AssociativeEntity[] additional_fields)
Sets the additional_fields value for this CatalogProductAttributeEntity.
|
void |
setApply_to(String[] apply_to)
Sets the apply_to value for this CatalogProductAttributeEntity.
|
void |
setAttribute_code(String attribute_code)
Sets the attribute_code value for this CatalogProductAttributeEntity.
|
void |
setAttribute_id(String attribute_id)
Sets the attribute_id value for this CatalogProductAttributeEntity.
|
void |
setDefault_value(String default_value)
Sets the default_value value for this CatalogProductAttributeEntity.
|
void |
setFrontend_input(String frontend_input)
Sets the frontend_input value for this CatalogProductAttributeEntity.
|
void |
setFrontend_label(CatalogProductAttributeFrontendLabelEntity[] frontend_label)
Sets the frontend_label value for this CatalogProductAttributeEntity.
|
void |
setIs_comparable(Integer is_comparable)
Sets the is_comparable value for this CatalogProductAttributeEntity.
|
void |
setIs_configurable(Integer is_configurable)
Sets the is_configurable value for this CatalogProductAttributeEntity.
|
void |
setIs_required(Integer is_required)
Sets the is_required value for this CatalogProductAttributeEntity.
|
void |
setIs_searchable(Integer is_searchable)
Sets the is_searchable value for this CatalogProductAttributeEntity.
|
void |
setIs_unique(Integer is_unique)
Sets the is_unique value for this CatalogProductAttributeEntity.
|
void |
setIs_used_for_promo_rules(Integer is_used_for_promo_rules)
Sets the is_used_for_promo_rules value for this CatalogProductAttributeEntity.
|
void |
setIs_visible_in_advanced_search(Integer is_visible_in_advanced_search)
Sets the is_visible_in_advanced_search value for this CatalogProductAttributeEntity.
|
void |
setIs_visible_on_front(Integer is_visible_on_front)
Sets the is_visible_on_front value for this CatalogProductAttributeEntity.
|
void |
setOptions(CatalogAttributeOptionEntity[] options)
Sets the options value for this CatalogProductAttributeEntity.
|
void |
setScope(String scope)
Sets the scope value for this CatalogProductAttributeEntity.
|
void |
setUsed_in_product_listing(Integer used_in_product_listing)
Sets the used_in_product_listing value for this CatalogProductAttributeEntity.
|
public CatalogProductAttributeEntity()
public CatalogProductAttributeEntity(String attribute_id, String attribute_code, String frontend_input, String scope, String default_value, Integer is_unique, Integer is_required, String[] apply_to, Integer is_configurable, Integer is_searchable, Integer is_visible_in_advanced_search, Integer is_comparable, Integer is_used_for_promo_rules, Integer is_visible_on_front, Integer used_in_product_listing, AssociativeEntity[] additional_fields, CatalogAttributeOptionEntity[] options, CatalogProductAttributeFrontendLabelEntity[] frontend_label)
public String getAttribute_id()
public void setAttribute_id(String attribute_id)
attribute_id - public String getAttribute_code()
public void setAttribute_code(String attribute_code)
attribute_code - public String getFrontend_input()
public void setFrontend_input(String frontend_input)
frontend_input - public String getScope()
public void setScope(String scope)
scope - public String getDefault_value()
public void setDefault_value(String default_value)
default_value - public Integer getIs_unique()
public void setIs_unique(Integer is_unique)
is_unique - public Integer getIs_required()
public void setIs_required(Integer is_required)
is_required - public String[] getApply_to()
public void setApply_to(String[] apply_to)
apply_to - public Integer getIs_configurable()
public void setIs_configurable(Integer is_configurable)
is_configurable - public Integer getIs_searchable()
public void setIs_searchable(Integer is_searchable)
is_searchable - public Integer getIs_visible_in_advanced_search()
public void setIs_visible_in_advanced_search(Integer is_visible_in_advanced_search)
is_visible_in_advanced_search - public Integer getIs_comparable()
public void setIs_comparable(Integer is_comparable)
is_comparable - public Integer getIs_used_for_promo_rules()
public void setIs_used_for_promo_rules(Integer is_used_for_promo_rules)
is_used_for_promo_rules - public Integer getIs_visible_on_front()
public void setIs_visible_on_front(Integer is_visible_on_front)
is_visible_on_front - public Integer getUsed_in_product_listing()
public void setUsed_in_product_listing(Integer used_in_product_listing)
used_in_product_listing - public AssociativeEntity[] getAdditional_fields()
public void setAdditional_fields(AssociativeEntity[] additional_fields)
additional_fields - public CatalogAttributeOptionEntity[] getOptions()
public void setOptions(CatalogAttributeOptionEntity[] options)
options - public CatalogProductAttributeFrontendLabelEntity[] getFrontend_label()
public void setFrontend_label(CatalogProductAttributeFrontendLabelEntity[] frontend_label)
frontend_label - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.