public class

ApiMethodEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String[] aliases
private String name
private String path
private String title
private static TypeDesc typeDesc
Public Constructors
ApiMethodEntity()
ApiMethodEntity(String title, String path, String name, String[] aliases)
Public Methods
synchronized boolean equals(Object obj)
String[] getAliases()
Gets the aliases value for this ApiMethodEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getName()
Gets the name value for this ApiMethodEntity.
String getPath()
Gets the path value for this ApiMethodEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getTitle()
Gets the title value for this ApiMethodEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAliases(String[] aliases)
Sets the aliases value for this ApiMethodEntity.
void setName(String name)
Sets the name value for this ApiMethodEntity.
void setPath(String path)
Sets the path value for this ApiMethodEntity.
void setTitle(String title)
Sets the title value for this ApiMethodEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String[] aliases

private String name

private String path

private String title

private static TypeDesc typeDesc

Public Constructors

public ApiMethodEntity ()

public ApiMethodEntity (String title, String path, String name, String[] aliases)

Parameters
title
path
name
aliases

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String[] getAliases ()

Gets the aliases value for this ApiMethodEntity.

Returns
  • aliases

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getName ()

Gets the name value for this ApiMethodEntity.

Returns
  • name

public String getPath ()

Gets the path value for this ApiMethodEntity.

Returns
  • path

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public String getTitle ()

Gets the title value for this ApiMethodEntity.

Returns
  • title

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAliases (String[] aliases)

Sets the aliases value for this ApiMethodEntity.

Parameters
aliases

public void setName (String name)

Sets the name value for this ApiMethodEntity.

Parameters
name

public void setPath (String path)

Sets the path value for this ApiMethodEntity.

Parameters
path

public void setTitle (String title)

Sets the title value for this ApiMethodEntity.

Parameters
title