public class CatalogProductCustomOptionValueUpdateEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductCustomOptionValueUpdateEntity() |
CatalogProductCustomOptionValueUpdateEntity(String title,
String price,
String price_type,
String sku,
String sort_order) |
| 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
|
String |
getPrice_type()
Gets the price_type value for this CatalogProductCustomOptionValueUpdateEntity.
|
String |
getPrice()
Gets the price value for this CatalogProductCustomOptionValueUpdateEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSku()
Gets the sku value for this CatalogProductCustomOptionValueUpdateEntity.
|
String |
getSort_order()
Gets the sort_order value for this CatalogProductCustomOptionValueUpdateEntity.
|
String |
getTitle()
Gets the title value for this CatalogProductCustomOptionValueUpdateEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setPrice_type(String price_type)
Sets the price_type value for this CatalogProductCustomOptionValueUpdateEntity.
|
void |
setPrice(String price)
Sets the price value for this CatalogProductCustomOptionValueUpdateEntity.
|
void |
setSku(String sku)
Sets the sku value for this CatalogProductCustomOptionValueUpdateEntity.
|
void |
setSort_order(String sort_order)
Sets the sort_order value for this CatalogProductCustomOptionValueUpdateEntity.
|
void |
setTitle(String title)
Sets the title value for this CatalogProductCustomOptionValueUpdateEntity.
|
public CatalogProductCustomOptionValueUpdateEntity()
public String getTitle()
public void setTitle(String title)
title - public String getPrice()
public void setPrice(String price)
price - public String getPrice_type()
public void setPrice_type(String price_type)
price_type - public String getSku()
public void setSku(String sku)
sku - public String getSort_order()
public void setSort_order(String sort_order)
sort_order - 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.