public class

CatalogProductDownloadableLinkAddEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private CatalogProductDownloadableLinkFileEntity file
private Integer is_shareable
private Integer is_unlimited
private String link_url
private Integer number_of_downloads
private String price
private CatalogProductDownloadableLinkAddSampleEntity sample
private String sample_url
private Integer sort_order
private String title
private String type
private static TypeDesc typeDesc
Public Constructors
CatalogProductDownloadableLinkAddEntity()
CatalogProductDownloadableLinkAddEntity(String title, String price, Integer is_unlimited, Integer number_of_downloads, Integer is_shareable, CatalogProductDownloadableLinkAddSampleEntity sample, String type, CatalogProductDownloadableLinkFileEntity file, String link_url, String sample_url, Integer sort_order)
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 CatalogProductDownloadableLinkAddEntity.
Integer getIs_shareable()
Gets the is_shareable value for this CatalogProductDownloadableLinkAddEntity.
Integer getIs_unlimited()
Gets the is_unlimited value for this CatalogProductDownloadableLinkAddEntity.
String getLink_url()
Gets the link_url value for this CatalogProductDownloadableLinkAddEntity.
Integer getNumber_of_downloads()
Gets the number_of_downloads value for this CatalogProductDownloadableLinkAddEntity.
String getPrice()
Gets the price value for this CatalogProductDownloadableLinkAddEntity.
CatalogProductDownloadableLinkAddSampleEntity getSample()
Gets the sample value for this CatalogProductDownloadableLinkAddEntity.
String getSample_url()
Gets the sample_url value for this CatalogProductDownloadableLinkAddEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
Integer getSort_order()
Gets the sort_order value for this CatalogProductDownloadableLinkAddEntity.
String getTitle()
Gets the title value for this CatalogProductDownloadableLinkAddEntity.
String getType()
Gets the type value for this CatalogProductDownloadableLinkAddEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setFile(CatalogProductDownloadableLinkFileEntity file)
Sets the file value for this CatalogProductDownloadableLinkAddEntity.
void setIs_shareable(Integer is_shareable)
Sets the is_shareable value for this CatalogProductDownloadableLinkAddEntity.
void setIs_unlimited(Integer is_unlimited)
Sets the is_unlimited value for this CatalogProductDownloadableLinkAddEntity.
void setLink_url(String link_url)
Sets the link_url value for this CatalogProductDownloadableLinkAddEntity.
void setNumber_of_downloads(Integer number_of_downloads)
Sets the number_of_downloads value for this CatalogProductDownloadableLinkAddEntity.
void setPrice(String price)
Sets the price value for this CatalogProductDownloadableLinkAddEntity.
void setSample(CatalogProductDownloadableLinkAddSampleEntity sample)
Sets the sample value for this CatalogProductDownloadableLinkAddEntity.
void setSample_url(String sample_url)
Sets the sample_url value for this CatalogProductDownloadableLinkAddEntity.
void setSort_order(Integer sort_order)
Sets the sort_order value for this CatalogProductDownloadableLinkAddEntity.
void setTitle(String title)
Sets the title value for this CatalogProductDownloadableLinkAddEntity.
void setType(String type)
Sets the type value for this CatalogProductDownloadableLinkAddEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private Integer is_shareable

private Integer is_unlimited

private String link_url

private Integer number_of_downloads

private String price

private String sample_url

private Integer sort_order

private String title

private String type

private static TypeDesc typeDesc

Public Constructors

public CatalogProductDownloadableLinkAddEntity ()

public CatalogProductDownloadableLinkAddEntity (String title, String price, Integer is_unlimited, Integer number_of_downloads, Integer is_shareable, CatalogProductDownloadableLinkAddSampleEntity sample, String type, CatalogProductDownloadableLinkFileEntity file, String link_url, String sample_url, Integer sort_order)

Parameters
title
price
is_unlimited
number_of_downloads
is_shareable
sample
type
file
link_url
sample_url
sort_order

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

Returns
  • file

public Integer getIs_shareable ()

Gets the is_shareable value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • is_shareable

public Integer getIs_unlimited ()

Gets the is_unlimited value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • is_unlimited

public String getLink_url ()

Gets the link_url value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • link_url

public Integer getNumber_of_downloads ()

Gets the number_of_downloads value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • number_of_downloads

public String getPrice ()

Gets the price value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • price

public CatalogProductDownloadableLinkAddSampleEntity getSample ()

Gets the sample value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • sample

public String getSample_url ()

Gets the sample_url value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • sample_url

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public Integer getSort_order ()

Gets the sort_order value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • sort_order

public String getTitle ()

Gets the title value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • title

public String getType ()

Gets the type value for this CatalogProductDownloadableLinkAddEntity.

Returns
  • type

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setFile (CatalogProductDownloadableLinkFileEntity file)

Sets the file value for this CatalogProductDownloadableLinkAddEntity.

Parameters
file

public void setIs_shareable (Integer is_shareable)

Sets the is_shareable value for this CatalogProductDownloadableLinkAddEntity.

Parameters
is_shareable

public void setIs_unlimited (Integer is_unlimited)

Sets the is_unlimited value for this CatalogProductDownloadableLinkAddEntity.

Parameters
is_unlimited

public void setLink_url (String link_url)

Sets the link_url value for this CatalogProductDownloadableLinkAddEntity.

Parameters
link_url

public void setNumber_of_downloads (Integer number_of_downloads)

Sets the number_of_downloads value for this CatalogProductDownloadableLinkAddEntity.

Parameters
number_of_downloads

public void setPrice (String price)

Sets the price value for this CatalogProductDownloadableLinkAddEntity.

Parameters
price

public void setSample (CatalogProductDownloadableLinkAddSampleEntity sample)

Sets the sample value for this CatalogProductDownloadableLinkAddEntity.

Parameters
sample

public void setSample_url (String sample_url)

Sets the sample_url value for this CatalogProductDownloadableLinkAddEntity.

Parameters
sample_url

public void setSort_order (Integer sort_order)

Sets the sort_order value for this CatalogProductDownloadableLinkAddEntity.

Parameters
sort_order

public void setTitle (String title)

Sets the title value for this CatalogProductDownloadableLinkAddEntity.

Parameters
title

public void setType (String type)

Sets the type value for this CatalogProductDownloadableLinkAddEntity.

Parameters
type