public class CatalogProductDownloadableLinkEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductDownloadableLinkEntity() |
CatalogProductDownloadableLinkEntity(String link_id,
String title,
String price,
Integer number_of_downloads,
Integer is_unlimited,
int is_shareable,
String link_url,
String link_type,
String sample_file,
String sample_url,
String sample_type,
int sort_order,
CatalogProductDownloadableLinkFileInfoEntity[] file_save,
CatalogProductDownloadableLinkFileInfoEntity[] sample_file_save) |
| 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
|
CatalogProductDownloadableLinkFileInfoEntity[] |
getFile_save()
Gets the file_save value for this CatalogProductDownloadableLinkEntity.
|
int |
getIs_shareable()
Gets the is_shareable value for this CatalogProductDownloadableLinkEntity.
|
Integer |
getIs_unlimited()
Gets the is_unlimited value for this CatalogProductDownloadableLinkEntity.
|
String |
getLink_id()
Gets the link_id value for this CatalogProductDownloadableLinkEntity.
|
String |
getLink_type()
Gets the link_type value for this CatalogProductDownloadableLinkEntity.
|
String |
getLink_url()
Gets the link_url value for this CatalogProductDownloadableLinkEntity.
|
Integer |
getNumber_of_downloads()
Gets the number_of_downloads value for this CatalogProductDownloadableLinkEntity.
|
String |
getPrice()
Gets the price value for this CatalogProductDownloadableLinkEntity.
|
CatalogProductDownloadableLinkFileInfoEntity[] |
getSample_file_save()
Gets the sample_file_save value for this CatalogProductDownloadableLinkEntity.
|
String |
getSample_file()
Gets the sample_file value for this CatalogProductDownloadableLinkEntity.
|
String |
getSample_type()
Gets the sample_type value for this CatalogProductDownloadableLinkEntity.
|
String |
getSample_url()
Gets the sample_url value for this CatalogProductDownloadableLinkEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getSort_order()
Gets the sort_order value for this CatalogProductDownloadableLinkEntity.
|
String |
getTitle()
Gets the title value for this CatalogProductDownloadableLinkEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFile_save(CatalogProductDownloadableLinkFileInfoEntity[] file_save)
Sets the file_save value for this CatalogProductDownloadableLinkEntity.
|
void |
setIs_shareable(int is_shareable)
Sets the is_shareable value for this CatalogProductDownloadableLinkEntity.
|
void |
setIs_unlimited(Integer is_unlimited)
Sets the is_unlimited value for this CatalogProductDownloadableLinkEntity.
|
void |
setLink_id(String link_id)
Sets the link_id value for this CatalogProductDownloadableLinkEntity.
|
void |
setLink_type(String link_type)
Sets the link_type value for this CatalogProductDownloadableLinkEntity.
|
void |
setLink_url(String link_url)
Sets the link_url value for this CatalogProductDownloadableLinkEntity.
|
void |
setNumber_of_downloads(Integer number_of_downloads)
Sets the number_of_downloads value for this CatalogProductDownloadableLinkEntity.
|
void |
setPrice(String price)
Sets the price value for this CatalogProductDownloadableLinkEntity.
|
void |
setSample_file_save(CatalogProductDownloadableLinkFileInfoEntity[] sample_file_save)
Sets the sample_file_save value for this CatalogProductDownloadableLinkEntity.
|
void |
setSample_file(String sample_file)
Sets the sample_file value for this CatalogProductDownloadableLinkEntity.
|
void |
setSample_type(String sample_type)
Sets the sample_type value for this CatalogProductDownloadableLinkEntity.
|
void |
setSample_url(String sample_url)
Sets the sample_url value for this CatalogProductDownloadableLinkEntity.
|
void |
setSort_order(int sort_order)
Sets the sort_order value for this CatalogProductDownloadableLinkEntity.
|
void |
setTitle(String title)
Sets the title value for this CatalogProductDownloadableLinkEntity.
|
public CatalogProductDownloadableLinkEntity()
public CatalogProductDownloadableLinkEntity(String link_id, String title, String price, Integer number_of_downloads, Integer is_unlimited, int is_shareable, String link_url, String link_type, String sample_file, String sample_url, String sample_type, int sort_order, CatalogProductDownloadableLinkFileInfoEntity[] file_save, CatalogProductDownloadableLinkFileInfoEntity[] sample_file_save)
public String getLink_id()
public void setLink_id(String link_id)
link_id - public String getTitle()
public void setTitle(String title)
title - public String getPrice()
public void setPrice(String price)
price - public Integer getNumber_of_downloads()
public void setNumber_of_downloads(Integer number_of_downloads)
number_of_downloads - public Integer getIs_unlimited()
public void setIs_unlimited(Integer is_unlimited)
is_unlimited - public int getIs_shareable()
public void setIs_shareable(int is_shareable)
is_shareable - public String getLink_url()
public void setLink_url(String link_url)
link_url - public String getLink_type()
public void setLink_type(String link_type)
link_type - public String getSample_file()
public void setSample_file(String sample_file)
sample_file - public String getSample_url()
public void setSample_url(String sample_url)
sample_url - public String getSample_type()
public void setSample_type(String sample_type)
sample_type - public int getSort_order()
public void setSort_order(int sort_order)
sort_order - public CatalogProductDownloadableLinkFileInfoEntity[] getFile_save()
public void setFile_save(CatalogProductDownloadableLinkFileInfoEntity[] file_save)
file_save - public CatalogProductDownloadableLinkFileInfoEntity[] getSample_file_save()
public void setSample_file_save(CatalogProductDownloadableLinkFileInfoEntity[] sample_file_save)
sample_file_save - 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.