public class

ShoppingCartLicenseEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String agreement_id
private String content
private Integer is_active
private Integer is_html
private String name
private static TypeDesc typeDesc
Public Constructors
ShoppingCartLicenseEntity()
ShoppingCartLicenseEntity(String agreement_id, String name, String content, Integer is_active, Integer is_html)
Public Methods
synchronized boolean equals(Object obj)
String getAgreement_id()
Gets the agreement_id value for this ShoppingCartLicenseEntity.
String getContent()
Gets the content value for this ShoppingCartLicenseEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Integer getIs_active()
Gets the is_active value for this ShoppingCartLicenseEntity.
Integer getIs_html()
Gets the is_html value for this ShoppingCartLicenseEntity.
String getName()
Gets the name value for this ShoppingCartLicenseEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAgreement_id(String agreement_id)
Sets the agreement_id value for this ShoppingCartLicenseEntity.
void setContent(String content)
Sets the content value for this ShoppingCartLicenseEntity.
void setIs_active(Integer is_active)
Sets the is_active value for this ShoppingCartLicenseEntity.
void setIs_html(Integer is_html)
Sets the is_html value for this ShoppingCartLicenseEntity.
void setName(String name)
Sets the name value for this ShoppingCartLicenseEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String agreement_id

private String content

private Integer is_active

private Integer is_html

private String name

private static TypeDesc typeDesc

Public Constructors

public ShoppingCartLicenseEntity ()

public ShoppingCartLicenseEntity (String agreement_id, String name, String content, Integer is_active, Integer is_html)

Parameters
agreement_id
name
content
is_active
is_html

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAgreement_id ()

Gets the agreement_id value for this ShoppingCartLicenseEntity.

Returns
  • agreement_id

public String getContent ()

Gets the content value for this ShoppingCartLicenseEntity.

Returns
  • content

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public Integer getIs_active ()

Gets the is_active value for this ShoppingCartLicenseEntity.

Returns
  • is_active

public Integer getIs_html ()

Gets the is_html value for this ShoppingCartLicenseEntity.

Returns
  • is_html

public String getName ()

Gets the name value for this ShoppingCartLicenseEntity.

Returns
  • name

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 setAgreement_id (String agreement_id)

Sets the agreement_id value for this ShoppingCartLicenseEntity.

Parameters
agreement_id

public void setContent (String content)

Sets the content value for this ShoppingCartLicenseEntity.

Parameters
content

public void setIs_active (Integer is_active)

Sets the is_active value for this ShoppingCartLicenseEntity.

Parameters
is_active

public void setIs_html (Integer is_html)

Sets the is_html value for this ShoppingCartLicenseEntity.

Parameters
is_html

public void setName (String name)

Sets the name value for this ShoppingCartLicenseEntity.

Parameters
name