public class

CatalogAttributeEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private Integer attribute_id
private String code
private String required
private String scope
private String type
private static TypeDesc typeDesc
Public Constructors
CatalogAttributeEntity()
CatalogAttributeEntity(Integer attribute_id, String code, String type, String required, String scope)
Public Methods
synchronized boolean equals(Object obj)
Integer getAttribute_id()
Gets the attribute_id value for this CatalogAttributeEntity.
String getCode()
Gets the code value for this CatalogAttributeEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getRequired()
Gets the required value for this CatalogAttributeEntity.
String getScope()
Gets the scope value for this CatalogAttributeEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getType()
Gets the type value for this CatalogAttributeEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAttribute_id(Integer attribute_id)
Sets the attribute_id value for this CatalogAttributeEntity.
void setCode(String code)
Sets the code value for this CatalogAttributeEntity.
void setRequired(String required)
Sets the required value for this CatalogAttributeEntity.
void setScope(String scope)
Sets the scope value for this CatalogAttributeEntity.
void setType(String type)
Sets the type value for this CatalogAttributeEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Integer attribute_id

private String code

private String required

private String scope

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogAttributeEntity ()

public CatalogAttributeEntity (Integer attribute_id, String code, String type, String required, String scope)

Parameters
attribute_id
code
type
required
scope

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public Integer getAttribute_id ()

Gets the attribute_id value for this CatalogAttributeEntity.

Returns
  • attribute_id

public String getCode ()

Gets the code value for this CatalogAttributeEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getRequired ()

Gets the required value for this CatalogAttributeEntity.

Returns
  • required

public String getScope ()

Gets the scope value for this CatalogAttributeEntity.

Returns
  • scope

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getType ()

Gets the type value for this CatalogAttributeEntity.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAttribute_id (Integer attribute_id)

Sets the attribute_id value for this CatalogAttributeEntity.

Parameters
attribute_id

public void setCode (String code)

Sets the code value for this CatalogAttributeEntity.

Parameters
code

public void setRequired (String required)

Sets the required value for this CatalogAttributeEntity.

Parameters
required

public void setScope (String scope)

Sets the scope value for this CatalogAttributeEntity.

Parameters
scope

public void setType (String type)

Sets the type value for this CatalogAttributeEntity.

Parameters
type