public class

CatalogProductDownloadableLinkAddSampleEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private CatalogProductDownloadableLinkFileEntity file
private String type
private static TypeDesc typeDesc
private String url
Public Constructors
CatalogProductDownloadableLinkAddSampleEntity()
CatalogProductDownloadableLinkAddSampleEntity(String type, CatalogProductDownloadableLinkFileEntity file, String url)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
CatalogProductDownloadableLinkFileEntity getFile()
Gets the file value for this CatalogProductDownloadableLinkAddSampleEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
String getType()
Gets the type value for this CatalogProductDownloadableLinkAddSampleEntity.
static TypeDesc getTypeDesc()
Return type metadata object
String getUrl()
Gets the url value for this CatalogProductDownloadableLinkAddSampleEntity.
synchronized int hashCode()
void setFile(CatalogProductDownloadableLinkFileEntity file)
Sets the file value for this CatalogProductDownloadableLinkAddSampleEntity.
void setType(String type)
Sets the type value for this CatalogProductDownloadableLinkAddSampleEntity.
void setUrl(String url)
Sets the url value for this CatalogProductDownloadableLinkAddSampleEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String type

private static TypeDesc typeDesc

private String url

Public Constructors

public CatalogProductDownloadableLinkAddSampleEntity ()

public CatalogProductDownloadableLinkAddSampleEntity (String type, CatalogProductDownloadableLinkFileEntity file, String url)

Parameters
type
file
url

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 CatalogProductDownloadableLinkFileEntity getFile ()

Gets the file value for this CatalogProductDownloadableLinkAddSampleEntity.

Returns
  • file

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

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUrl ()

Gets the url value for this CatalogProductDownloadableLinkAddSampleEntity.

Returns
  • url

public synchronized int hashCode ()

public void setFile (CatalogProductDownloadableLinkFileEntity file)

Sets the file value for this CatalogProductDownloadableLinkAddSampleEntity.

Parameters
file

public void setType (String type)

Sets the type value for this CatalogProductDownloadableLinkAddSampleEntity.

Parameters
type

public void setUrl (String url)

Sets the url value for this CatalogProductDownloadableLinkAddSampleEntity.

Parameters
url