public class

CatalogProductCustomOptionToAdd

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields
private Integer is_require
private String sort_order
private String title
private String type
private static TypeDesc typeDesc
Public Constructors
CatalogProductCustomOptionToAdd()
CatalogProductCustomOptionToAdd(String title, String type, String sort_order, Integer is_require, CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)
Public Methods
synchronized boolean equals(Object obj)
CatalogProductCustomOptionAdditionalFieldsEntity[] getAdditional_fields()
Gets the additional_fields value for this CatalogProductCustomOptionToAdd.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Integer getIs_require()
Gets the is_require value for this CatalogProductCustomOptionToAdd.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSort_order()
Gets the sort_order value for this CatalogProductCustomOptionToAdd.
String getTitle()
Gets the title value for this CatalogProductCustomOptionToAdd.
String getType()
Gets the type value for this CatalogProductCustomOptionToAdd.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAdditional_fields(CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)
Sets the additional_fields value for this CatalogProductCustomOptionToAdd.
void setIs_require(Integer is_require)
Sets the is_require value for this CatalogProductCustomOptionToAdd.
void setSort_order(String sort_order)
Sets the sort_order value for this CatalogProductCustomOptionToAdd.
void setTitle(String title)
Sets the title value for this CatalogProductCustomOptionToAdd.
void setType(String type)
Sets the type value for this CatalogProductCustomOptionToAdd.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Integer is_require

private String sort_order

private String title

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductCustomOptionToAdd ()

public CatalogProductCustomOptionToAdd (String title, String type, String sort_order, Integer is_require, CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)

Parameters
title
type
sort_order
is_require
additional_fields

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public CatalogProductCustomOptionAdditionalFieldsEntity[] getAdditional_fields ()

Gets the additional_fields value for this CatalogProductCustomOptionToAdd.

Returns
  • additional_fields

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public Integer getIs_require ()

Gets the is_require value for this CatalogProductCustomOptionToAdd.

Returns
  • is_require

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getSort_order ()

Gets the sort_order value for this CatalogProductCustomOptionToAdd.

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionToAdd.

Returns
  • title

public String getType ()

Gets the type value for this CatalogProductCustomOptionToAdd.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAdditional_fields (CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)

Sets the additional_fields value for this CatalogProductCustomOptionToAdd.

Parameters
additional_fields

public void setIs_require (Integer is_require)

Sets the is_require value for this CatalogProductCustomOptionToAdd.

Parameters
is_require

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionToAdd.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionToAdd.

Parameters
title

public void setType (String type)

Sets the type value for this CatalogProductCustomOptionToAdd.

Parameters
type