public class

CatalogProductCustomOptionValueInfoEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String default_price
private String default_price_type
private String default_title
private String option_id
private String price
private String price_type
private String sku
private String sort_order
private String store_price
private String store_price_type
private String store_title
private String title
private static TypeDesc typeDesc
private String value_id
Public Constructors
CatalogProductCustomOptionValueInfoEntity()
CatalogProductCustomOptionValueInfoEntity(String value_id, String option_id, String sku, String sort_order, String default_price, String default_price_type, String store_price, String store_price_type, String price, String price_type, String default_title, String store_title, String title)
Public Methods
synchronized boolean equals(Object obj)
String getDefault_price()
Gets the default_price value for this CatalogProductCustomOptionValueInfoEntity.
String getDefault_price_type()
Gets the default_price_type value for this CatalogProductCustomOptionValueInfoEntity.
String getDefault_title()
Gets the default_title value for this CatalogProductCustomOptionValueInfoEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getOption_id()
Gets the option_id value for this CatalogProductCustomOptionValueInfoEntity.
String getPrice()
Gets the price value for this CatalogProductCustomOptionValueInfoEntity.
String getPrice_type()
Gets the price_type value for this CatalogProductCustomOptionValueInfoEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSku()
Gets the sku value for this CatalogProductCustomOptionValueInfoEntity.
String getSort_order()
Gets the sort_order value for this CatalogProductCustomOptionValueInfoEntity.
String getStore_price()
Gets the store_price value for this CatalogProductCustomOptionValueInfoEntity.
String getStore_price_type()
Gets the store_price_type value for this CatalogProductCustomOptionValueInfoEntity.
String getStore_title()
Gets the store_title value for this CatalogProductCustomOptionValueInfoEntity.
String getTitle()
Gets the title value for this CatalogProductCustomOptionValueInfoEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getValue_id()
Gets the value_id value for this CatalogProductCustomOptionValueInfoEntity.
synchronized int hashCode()
void setDefault_price(String default_price)
Sets the default_price value for this CatalogProductCustomOptionValueInfoEntity.
void setDefault_price_type(String default_price_type)
Sets the default_price_type value for this CatalogProductCustomOptionValueInfoEntity.
void setDefault_title(String default_title)
Sets the default_title value for this CatalogProductCustomOptionValueInfoEntity.
void setOption_id(String option_id)
Sets the option_id value for this CatalogProductCustomOptionValueInfoEntity.
void setPrice(String price)
Sets the price value for this CatalogProductCustomOptionValueInfoEntity.
void setPrice_type(String price_type)
Sets the price_type value for this CatalogProductCustomOptionValueInfoEntity.
void setSku(String sku)
Sets the sku value for this CatalogProductCustomOptionValueInfoEntity.
void setSort_order(String sort_order)
Sets the sort_order value for this CatalogProductCustomOptionValueInfoEntity.
void setStore_price(String store_price)
Sets the store_price value for this CatalogProductCustomOptionValueInfoEntity.
void setStore_price_type(String store_price_type)
Sets the store_price_type value for this CatalogProductCustomOptionValueInfoEntity.
void setStore_title(String store_title)
Sets the store_title value for this CatalogProductCustomOptionValueInfoEntity.
void setTitle(String title)
Sets the title value for this CatalogProductCustomOptionValueInfoEntity.
void setValue_id(String value_id)
Sets the value_id value for this CatalogProductCustomOptionValueInfoEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String default_price

private String default_price_type

private String default_title

private String option_id

private String price

private String price_type

private String sku

private String sort_order

private String store_price

private String store_price_type

private String store_title

private String title

private static TypeDesc typeDesc

private String value_id

Public Constructors

public CatalogProductCustomOptionValueInfoEntity ()

public CatalogProductCustomOptionValueInfoEntity (String value_id, String option_id, String sku, String sort_order, String default_price, String default_price_type, String store_price, String store_price_type, String price, String price_type, String default_title, String store_title, String title)

Parameters
value_id
option_id
sku
sort_order
default_price
default_price_type
store_price
store_price_type
price
price_type
default_title
store_title
title

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getDefault_price ()

Gets the default_price value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • default_price

public String getDefault_price_type ()

Gets the default_price_type value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • default_price_type

public String getDefault_title ()

Gets the default_title value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • default_title

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getOption_id ()

Gets the option_id value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • option_id

public String getPrice ()

Gets the price value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • price

public String getPrice_type ()

Gets the price_type value for this CatalogProductCustomOptionValueInfoEntity.

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

Returns
  • sku

public String getSort_order ()

Gets the sort_order value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • sort_order

public String getStore_price ()

Gets the store_price value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • store_price

public String getStore_price_type ()

Gets the store_price_type value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • store_price_type

public String getStore_title ()

Gets the store_title value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • store_title

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • title

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getValue_id ()

Gets the value_id value for this CatalogProductCustomOptionValueInfoEntity.

Returns
  • value_id

public synchronized int hashCode ()

public void setDefault_price (String default_price)

Sets the default_price value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
default_price

public void setDefault_price_type (String default_price_type)

Sets the default_price_type value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
default_price_type

public void setDefault_title (String default_title)

Sets the default_title value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
default_title

public void setOption_id (String option_id)

Sets the option_id value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
option_id

public void setPrice (String price)

Sets the price value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
price

public void setPrice_type (String price_type)

Sets the price_type value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
price_type

public void setSku (String sku)

Sets the sku value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
sku

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
sort_order

public void setStore_price (String store_price)

Sets the store_price value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
store_price

public void setStore_price_type (String store_price_type)

Sets the store_price_type value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
store_price_type

public void setStore_title (String store_title)

Sets the store_title value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
store_title

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
title

public void setValue_id (String value_id)

Sets the value_id value for this CatalogProductCustomOptionValueInfoEntity.

Parameters
value_id