public class CatalogProductCustomOptionListEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductCustomOptionListEntity() |
CatalogProductCustomOptionListEntity(String option_id,
String title,
String type,
String sort_order,
int is_require) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.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 org.apache.axis.encoding.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 org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
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.
|
public CatalogProductCustomOptionListEntity()
public String getOption_id()
public void setOption_id(String option_id)
option_id - public String getTitle()
public void setTitle(String title)
title - public String getType()
public void setType(String type)
type - public String getSort_order()
public void setSort_order(String sort_order)
sort_order - public int getIs_require()
public void setIs_require(int is_require)
is_require - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.