public class

CatalogProductCustomOptionValueAddEntity

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

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

public CatalogProductCustomOptionValueAddEntity (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 CatalogProductCustomOptionValueAddEntity.

Returns
  • price

public String getPrice_type ()

Gets the price_type value for this CatalogProductCustomOptionValueAddEntity.

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

Returns
  • sku

public String getSort_order ()

Gets the sort_order value for this CatalogProductCustomOptionValueAddEntity.

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionValueAddEntity.

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

Parameters
price

public void setPrice_type (String price_type)

Sets the price_type value for this CatalogProductCustomOptionValueAddEntity.

Parameters
price_type

public void setSku (String sku)

Sets the sku value for this CatalogProductCustomOptionValueAddEntity.

Parameters
sku

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionValueAddEntity.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionValueAddEntity.

Parameters
title