public class

CustomerGroupEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String customer_group_code
private int customer_group_id
private static TypeDesc typeDesc
Public Constructors
CustomerGroupEntity()
CustomerGroupEntity(int customer_group_id, String customer_group_code)
Public Methods
synchronized boolean equals(Object obj)
String getCustomer_group_code()
Gets the customer_group_code value for this CustomerGroupEntity.
int getCustomer_group_id()
Gets the customer_group_id value for this CustomerGroupEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCustomer_group_code(String customer_group_code)
Sets the customer_group_code value for this CustomerGroupEntity.
void setCustomer_group_id(int customer_group_id)
Sets the customer_group_id value for this CustomerGroupEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String customer_group_code

private int customer_group_id

private static TypeDesc typeDesc

Public Constructors

public CustomerGroupEntity ()

public CustomerGroupEntity (int customer_group_id, String customer_group_code)

Parameters
customer_group_id
customer_group_code

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCustomer_group_code ()

Gets the customer_group_code value for this CustomerGroupEntity.

Returns
  • customer_group_code

public int getCustomer_group_id ()

Gets the customer_group_id value for this CustomerGroupEntity.

Returns
  • customer_group_id

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

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 setCustomer_group_code (String customer_group_code)

Sets the customer_group_code value for this CustomerGroupEntity.

Parameters
customer_group_code

public void setCustomer_group_id (int customer_group_id)

Sets the customer_group_id value for this CustomerGroupEntity.

Parameters
customer_group_id