public class

ExistsFaltureEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String code
private String message
private static TypeDesc typeDesc
Public Constructors
ExistsFaltureEntity()
ExistsFaltureEntity(String code, String message)
Public Methods
synchronized boolean equals(Object obj)
String getCode()
Gets the code value for this ExistsFaltureEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getMessage()
Gets the message value for this ExistsFaltureEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setCode(String code)
Sets the code value for this ExistsFaltureEntity.
void setMessage(String message)
Sets the message value for this ExistsFaltureEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String code

private String message

private static TypeDesc typeDesc

Public Constructors

public ExistsFaltureEntity ()

public ExistsFaltureEntity (String code, String message)

Parameters
code
message

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getCode ()

Gets the code value for this ExistsFaltureEntity.

Returns
  • code

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getMessage ()

Gets the message value for this ExistsFaltureEntity.

Returns
  • message

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 setCode (String code)

Sets the code value for this ExistsFaltureEntity.

Parameters
code

public void setMessage (String message)

Sets the message value for this ExistsFaltureEntity.

Parameters
message