public class

CatalogProductCustomOptionValueListEntity

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

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
private String value_id
Public Constructors
CatalogProductCustomOptionValueListEntity()
CatalogProductCustomOptionValueListEntity(String value_id, 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 CatalogProductCustomOptionValueListEntity.
String getPrice_type()
Gets the price_type value for this CatalogProductCustomOptionValueListEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSku()
Gets the sku value for this CatalogProductCustomOptionValueListEntity.
String getSort_order()
Gets the sort_order value for this CatalogProductCustomOptionValueListEntity.
String getTitle()
Gets the title value for this CatalogProductCustomOptionValueListEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getValue_id()
Gets the value_id value for this CatalogProductCustomOptionValueListEntity.
synchronized int hashCode()
void setPrice(String price)
Sets the price value for this CatalogProductCustomOptionValueListEntity.
void setPrice_type(String price_type)
Sets the price_type value for this CatalogProductCustomOptionValueListEntity.
void setSku(String sku)
Sets the sku value for this CatalogProductCustomOptionValueListEntity.
void setSort_order(String sort_order)
Sets the sort_order value for this CatalogProductCustomOptionValueListEntity.
void setTitle(String title)
Sets the title value for this CatalogProductCustomOptionValueListEntity.
void setValue_id(String value_id)
Sets the value_id value for this CatalogProductCustomOptionValueListEntity.
[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

private String value_id

Public Constructors

public CatalogProductCustomOptionValueListEntity ()

public CatalogProductCustomOptionValueListEntity (String value_id, String title, String price, String price_type, String sku, String sort_order)

Parameters
value_id
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 CatalogProductCustomOptionValueListEntity.

Returns
  • price

public String getPrice_type ()

Gets the price_type value for this CatalogProductCustomOptionValueListEntity.

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 CatalogProductCustomOptionValueListEntity.

Returns
  • sku

public String getSort_order ()

Gets the sort_order value for this CatalogProductCustomOptionValueListEntity.

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionValueListEntity.

Returns
  • title

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getValue_id ()

Gets the value_id value for this CatalogProductCustomOptionValueListEntity.

Returns
  • value_id

public synchronized int hashCode ()

public void setPrice (String price)

Sets the price value for this CatalogProductCustomOptionValueListEntity.

Parameters
price

public void setPrice_type (String price_type)

Sets the price_type value for this CatalogProductCustomOptionValueListEntity.

Parameters
price_type

public void setSku (String sku)

Sets the sku value for this CatalogProductCustomOptionValueListEntity.

Parameters
sku

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionValueListEntity.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionValueListEntity.

Parameters
title

public void setValue_id (String value_id)

Sets the value_id value for this CatalogProductCustomOptionValueListEntity.

Parameters
value_id