public class

CatalogProductDownloadableLinkFileEntity

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

Summary

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

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String base64_content

private String name

private static TypeDesc typeDesc

Public Constructors

public CatalogProductDownloadableLinkFileEntity ()

public CatalogProductDownloadableLinkFileEntity (String name, String base64_content)

Parameters
name
base64_content

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getBase64_content ()

Gets the base64_content value for this CatalogProductDownloadableLinkFileEntity.

Returns
  • base64_content

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 CatalogProductDownloadableLinkFileEntity.

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 setBase64_content (String base64_content)

Sets the base64_content value for this CatalogProductDownloadableLinkFileEntity.

Parameters
base64_content

public void setName (String name)

Sets the name value for this CatalogProductDownloadableLinkFileEntity.

Parameters
name