public class ShoppingCartShippingMethodEntity extends Object implements Serializable
| Constructor and Description |
|---|
ShoppingCartShippingMethodEntity() |
ShoppingCartShippingMethodEntity(String code,
String carrier,
String carrier_title,
String method,
String method_title,
String method_description,
Double price) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCarrier_title()
Gets the carrier_title value for this ShoppingCartShippingMethodEntity.
|
String |
getCarrier()
Gets the carrier value for this ShoppingCartShippingMethodEntity.
|
String |
getCode()
Gets the code value for this ShoppingCartShippingMethodEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getMethod_description()
Gets the method_description value for this ShoppingCartShippingMethodEntity.
|
String |
getMethod_title()
Gets the method_title value for this ShoppingCartShippingMethodEntity.
|
String |
getMethod()
Gets the method value for this ShoppingCartShippingMethodEntity.
|
Double |
getPrice()
Gets the price value for this ShoppingCartShippingMethodEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCarrier_title(String carrier_title)
Sets the carrier_title value for this ShoppingCartShippingMethodEntity.
|
void |
setCarrier(String carrier)
Sets the carrier value for this ShoppingCartShippingMethodEntity.
|
void |
setCode(String code)
Sets the code value for this ShoppingCartShippingMethodEntity.
|
void |
setMethod_description(String method_description)
Sets the method_description value for this ShoppingCartShippingMethodEntity.
|
void |
setMethod_title(String method_title)
Sets the method_title value for this ShoppingCartShippingMethodEntity.
|
void |
setMethod(String method)
Sets the method value for this ShoppingCartShippingMethodEntity.
|
void |
setPrice(Double price)
Sets the price value for this ShoppingCartShippingMethodEntity.
|
public String getCode()
public void setCode(String code)
code - public String getCarrier()
public void setCarrier(String carrier)
carrier - public String getCarrier_title()
public void setCarrier_title(String carrier_title)
carrier_title - public String getMethod()
public void setMethod(String method)
method - public String getMethod_title()
public void setMethod_title(String method_title)
method_title - public String getMethod_description()
public void setMethod_description(String method_description)
method_description - public Double getPrice()
public void setPrice(Double price)
price - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.