public class

CatalogProductCustomOptionValueUpdateEntity

extends Object
implements Serializable
java.lang.Object
   ↳ com.magento.api.CatalogProductCustomOptionValueUpdateEntity

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String price
private String price_type
private String sku
private String sort_order
private String title
private static TypeDesc typeDesc
Public Constructors
CatalogProductCustomOptionValueUpdateEntity()
CatalogProductCustomOptionValueUpdateEntity(String title, String price, String price_type, String sku, String sort_order)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getPrice()
Gets the price value for this CatalogProductCustomOptionValueUpdateEntity.
String getPrice_type()
Gets the price_type value for this CatalogProductCustomOptionValueUpdateEntity.
static 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 TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setPrice(String price)
Sets the price value for this CatalogProductCustomOptionValueUpdateEntity.
void setPrice_type(String price_type)
Sets the price_type 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String price

private String price_type

private String sku

private String sort_order

private String title

private static TypeDesc typeDesc

Public Constructors

public CatalogProductCustomOptionValueUpdateEntity ()

public CatalogProductCustomOptionValueUpdateEntity (String title, String price, String price_type, String sku, String sort_order)

Parameters
title
price
price_type
sku
sort_order

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getPrice ()

Gets the price value for this CatalogProductCustomOptionValueUpdateEntity.

Returns
  • price

public String getPrice_type ()

Gets the price_type value for this CatalogProductCustomOptionValueUpdateEntity.

Returns
  • price_type

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getSku ()

Gets the sku value for this CatalogProductCustomOptionValueUpdateEntity.

Returns
  • sku

public String getSort_order ()

Gets the sort_order value for this CatalogProductCustomOptionValueUpdateEntity.

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionValueUpdateEntity.

Returns
  • title

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setPrice (String price)

Sets the price value for this CatalogProductCustomOptionValueUpdateEntity.

Parameters
price

public void setPrice_type (String price_type)

Sets the price_type value for this CatalogProductCustomOptionValueUpdateEntity.

Parameters
price_type

public void setSku (String sku)

Sets the sku value for this CatalogProductCustomOptionValueUpdateEntity.

Parameters
sku

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionValueUpdateEntity.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionValueUpdateEntity.

Parameters
title