public class

CatalogProductDownloadableLinkInfoEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private CatalogProductDownloadableLinkEntity[] links
private CatalogProductDownloadableLinkSampleEntity[] samples
private static TypeDesc typeDesc
Public Constructors
CatalogProductDownloadableLinkInfoEntity()
CatalogProductDownloadableLinkInfoEntity(CatalogProductDownloadableLinkEntity[] links, CatalogProductDownloadableLinkSampleEntity[] samples)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
CatalogProductDownloadableLinkEntity[] getLinks()
Gets the links value for this CatalogProductDownloadableLinkInfoEntity.
CatalogProductDownloadableLinkSampleEntity[] getSamples()
Gets the samples value for this CatalogProductDownloadableLinkInfoEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setLinks(CatalogProductDownloadableLinkEntity[] links)
Sets the links value for this CatalogProductDownloadableLinkInfoEntity.
void setSamples(CatalogProductDownloadableLinkSampleEntity[] samples)
Sets the samples value for this CatalogProductDownloadableLinkInfoEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private static TypeDesc typeDesc

Public Constructors

public CatalogProductDownloadableLinkInfoEntity ()

public CatalogProductDownloadableLinkInfoEntity (CatalogProductDownloadableLinkEntity[] links, CatalogProductDownloadableLinkSampleEntity[] samples)

Parameters
links
samples

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public CatalogProductDownloadableLinkEntity[] getLinks ()

Gets the links value for this CatalogProductDownloadableLinkInfoEntity.

Returns
  • links

public CatalogProductDownloadableLinkSampleEntity[] getSamples ()

Gets the samples value for this CatalogProductDownloadableLinkInfoEntity.

Returns
  • samples

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 setLinks (CatalogProductDownloadableLinkEntity[] links)

Sets the links value for this CatalogProductDownloadableLinkInfoEntity.

Parameters
links

public void setSamples (CatalogProductDownloadableLinkSampleEntity[] samples)

Sets the samples value for this CatalogProductDownloadableLinkInfoEntity.

Parameters
samples