public class

ShoppingCartShippingMethodEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String carrier
private String carrier_title
private String code
private String method
private String method_description
private String method_title
private Double price
private static TypeDesc typeDesc
Public Constructors
ShoppingCartShippingMethodEntity()
ShoppingCartShippingMethodEntity(String code, String carrier, String carrier_title, String method, String method_title, String method_description, Double price)
Public Methods
synchronized boolean equals(Object obj)
String getCarrier()
Gets the carrier value for this ShoppingCartShippingMethodEntity.
String getCarrier_title()
Gets the carrier_title value for this ShoppingCartShippingMethodEntity.
String getCode()
Gets the code value for this ShoppingCartShippingMethodEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getMethod()
Gets the method value for this ShoppingCartShippingMethodEntity.
String getMethod_description()
Gets the method_description value for this ShoppingCartShippingMethodEntity.
String getMethod_title()
Gets the method_title value for this ShoppingCartShippingMethodEntity.
Double getPrice()
Gets the price value for this ShoppingCartShippingMethodEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCarrier(String carrier)
Sets the carrier value for this ShoppingCartShippingMethodEntity.
void setCarrier_title(String carrier_title)
Sets the carrier_title value for this ShoppingCartShippingMethodEntity.
void setCode(String code)
Sets the code value for this ShoppingCartShippingMethodEntity.
void setMethod(String method)
Sets the method 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 setPrice(Double price)
Sets the price value for this ShoppingCartShippingMethodEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String carrier

private String carrier_title

private String code

private String method

private String method_description

private String method_title

private Double price

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartShippingMethodEntity ()

public ShoppingCartShippingMethodEntity (String code, String carrier, String carrier_title, String method, String method_title, String method_description, Double price)

Parameters
code
carrier
carrier_title
method
method_title
method_description
price

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCarrier ()

Gets the carrier value for this ShoppingCartShippingMethodEntity.

Returns
  • carrier

public String getCarrier_title ()

Gets the carrier_title value for this ShoppingCartShippingMethodEntity.

Returns
  • carrier_title

public String getCode ()

Gets the code value for this ShoppingCartShippingMethodEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getMethod ()

Gets the method value for this ShoppingCartShippingMethodEntity.

Returns
  • method

public String getMethod_description ()

Gets the method_description value for this ShoppingCartShippingMethodEntity.

Returns
  • method_description

public String getMethod_title ()

Gets the method_title value for this ShoppingCartShippingMethodEntity.

Returns
  • method_title

public Double getPrice ()

Gets the price value for this ShoppingCartShippingMethodEntity.

Returns
  • price

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setCarrier (String carrier)

Sets the carrier value for this ShoppingCartShippingMethodEntity.

Parameters
carrier

public void setCarrier_title (String carrier_title)

Sets the carrier_title value for this ShoppingCartShippingMethodEntity.

Parameters
carrier_title

public void setCode (String code)

Sets the code value for this ShoppingCartShippingMethodEntity.

Parameters
code

public void setMethod (String method)

Sets the method value for this ShoppingCartShippingMethodEntity.

Parameters
method

public void setMethod_description (String method_description)

Sets the method_description value for this ShoppingCartShippingMethodEntity.

Parameters
method_description

public void setMethod_title (String method_title)

Sets the method_title value for this ShoppingCartShippingMethodEntity.

Parameters
method_title

public void setPrice (Double price)

Sets the price value for this ShoppingCartShippingMethodEntity.

Parameters
price