public class

CatalogProductCustomOptionInfoEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int is_require

private String sort_order

private String title

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductCustomOptionInfoEntity ()

public CatalogProductCustomOptionInfoEntity (String title, String type, String sort_order, int 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 CatalogProductCustomOptionInfoEntity.

Returns
  • additional_fields

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public int getIs_require ()

Gets the is_require value for this CatalogProductCustomOptionInfoEntity.

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

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionInfoEntity.

Returns
  • title

public String getType ()

Gets the type value for this CatalogProductCustomOptionInfoEntity.

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

Parameters
additional_fields

public void setIs_require (int is_require)

Sets the is_require value for this CatalogProductCustomOptionInfoEntity.

Parameters
is_require

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionInfoEntity.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionInfoEntity.

Parameters
title

public void setType (String type)

Sets the type value for this CatalogProductCustomOptionInfoEntity.

Parameters
type