public class

CatalogProductCustomOptionListEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private int is_require

private String option_id

private String sort_order

private String title

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductCustomOptionListEntity ()

public CatalogProductCustomOptionListEntity (String option_id, String title, String type, String sort_order, int is_require)

Parameters
option_id
title
type
sort_order
is_require

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 int getIs_require ()

Gets the is_require value for this CatalogProductCustomOptionListEntity.

Returns
  • is_require

public String getOption_id ()

Gets the option_id value for this CatalogProductCustomOptionListEntity.

Returns
  • option_id

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

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductCustomOptionListEntity.

Returns
  • title

public String getType ()

Gets the type value for this CatalogProductCustomOptionListEntity.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setIs_require (int is_require)

Sets the is_require value for this CatalogProductCustomOptionListEntity.

Parameters
is_require

public void setOption_id (String option_id)

Sets the option_id value for this CatalogProductCustomOptionListEntity.

Parameters
option_id

public void setSort_order (String sort_order)

Sets the sort_order value for this CatalogProductCustomOptionListEntity.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductCustomOptionListEntity.

Parameters
title

public void setType (String type)

Sets the type value for this CatalogProductCustomOptionListEntity.

Parameters
type