public class CatalogProductDownloadableLinkAddEntity extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.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.
|
String |
getSample_url()
Gets the sample_url value for this CatalogProductDownloadableLinkAddEntity.
|
CatalogProductDownloadableLinkAddSampleEntity |
getSample()
Gets the sample value for this CatalogProductDownloadableLinkAddEntity.
|
static org.apache.axis.encoding.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 org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
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_url(String sample_url)
Sets the sample_url value for this CatalogProductDownloadableLinkAddEntity.
|
void |
setSample(CatalogProductDownloadableLinkAddSampleEntity sample)
Sets the sample 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.
|
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)
public String getTitle()
public void setTitle(String title)
title - public String getPrice()
public void setPrice(String price)
price - public Integer getIs_unlimited()
public void setIs_unlimited(Integer is_unlimited)
is_unlimited - public Integer getNumber_of_downloads()
public void setNumber_of_downloads(Integer number_of_downloads)
number_of_downloads - public Integer getIs_shareable()
public void setIs_shareable(Integer is_shareable)
is_shareable - public CatalogProductDownloadableLinkAddSampleEntity getSample()
public void setSample(CatalogProductDownloadableLinkAddSampleEntity sample)
sample - public String getType()
public void setType(String type)
type - public CatalogProductDownloadableLinkFileEntity getFile()
public void setFile(CatalogProductDownloadableLinkFileEntity file)
file - public String getLink_url()
public void setLink_url(String link_url)
link_url - public String getSample_url()
public void setSample_url(String sample_url)
sample_url - public Integer getSort_order()
public void setSort_order(Integer sort_order)
sort_order - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.