public class CatalogProductAttributeOptionEntityToAdd extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductAttributeOptionEntityToAdd() |
CatalogProductAttributeOptionEntityToAdd(CatalogProductAttributeOptionLabelEntity[] label,
int order,
int is_default) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getIs_default()
Gets the is_default value for this CatalogProductAttributeOptionEntityToAdd.
|
CatalogProductAttributeOptionLabelEntity[] |
getLabel()
Gets the label value for this CatalogProductAttributeOptionEntityToAdd.
|
int |
getOrder()
Gets the order value for this CatalogProductAttributeOptionEntityToAdd.
|
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
|
int |
hashCode() |
void |
setIs_default(int is_default)
Sets the is_default value for this CatalogProductAttributeOptionEntityToAdd.
|
void |
setLabel(CatalogProductAttributeOptionLabelEntity[] label)
Sets the label value for this CatalogProductAttributeOptionEntityToAdd.
|
void |
setOrder(int order)
Sets the order value for this CatalogProductAttributeOptionEntityToAdd.
|
public CatalogProductAttributeOptionEntityToAdd()
public CatalogProductAttributeOptionEntityToAdd(CatalogProductAttributeOptionLabelEntity[] label, int order, int is_default)
public CatalogProductAttributeOptionLabelEntity[] getLabel()
public void setLabel(CatalogProductAttributeOptionLabelEntity[] label)
label - public int getOrder()
public void setOrder(int order)
order - public int getIs_default()
public void setIs_default(int is_default)
is_default - 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.