public class

CatalogProductCustomOptionToUpdate

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

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
CatalogProductCustomOptionToUpdate()
CatalogProductCustomOptionToUpdate(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 CatalogProductCustomOptionToUpdate.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Integer getIs_require()
Gets the is_require value for this CatalogProductCustomOptionToUpdate.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getSort_order()
Gets the sort_order value for this CatalogProductCustomOptionToUpdate.
String getTitle()
Gets the title value for this CatalogProductCustomOptionToUpdate.
String getType()
Gets the type value for this CatalogProductCustomOptionToUpdate.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAdditional_fields(CatalogProductCustomOptionAdditionalFieldsEntity[] additional_fields)
Sets the additional_fields value for this CatalogProductCustomOptionToUpdate.
void setIs_require(Integer is_require)
Sets the is_require value for this CatalogProductCustomOptionToUpdate.
void setSort_order(String sort_order)
Sets the sort_order value for this CatalogProductCustomOptionToUpdate.
void setTitle(String title)
Sets the title value for this CatalogProductCustomOptionToUpdate.
void setType(String type)
Sets the type value for this CatalogProductCustomOptionToUpdate.
[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 CatalogProductCustomOptionToUpdate ()

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

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

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

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionToUpdate.

Returns
  • title

public String getType ()

Gets the type value for this CatalogProductCustomOptionToUpdate.

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

Parameters
additional_fields

public void setIs_require (Integer is_require)

Sets the is_require value for this CatalogProductCustomOptionToUpdate.

Parameters
is_require

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionToUpdate.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionToUpdate.

Parameters
title

public void setType (String type)

Sets the type value for this CatalogProductCustomOptionToUpdate.

Parameters
type