public class

CatalogProductDownloadableLinkFileInfoEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String file
private String name
private int size
private String status
private static TypeDesc typeDesc
Public Constructors
CatalogProductDownloadableLinkFileInfoEntity()
CatalogProductDownloadableLinkFileInfoEntity(String file, String name, int size, String status)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getFile()
Gets the file value for this CatalogProductDownloadableLinkFileInfoEntity.
String getName()
Gets the name value for this CatalogProductDownloadableLinkFileInfoEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
int getSize()
Gets the size value for this CatalogProductDownloadableLinkFileInfoEntity.
String getStatus()
Gets the status value for this CatalogProductDownloadableLinkFileInfoEntity.
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setFile(String file)
Sets the file value for this CatalogProductDownloadableLinkFileInfoEntity.
void setName(String name)
Sets the name value for this CatalogProductDownloadableLinkFileInfoEntity.
void setSize(int size)
Sets the size value for this CatalogProductDownloadableLinkFileInfoEntity.
void setStatus(String status)
Sets the status value for this CatalogProductDownloadableLinkFileInfoEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String file

private String name

private int size

private String status

private static TypeDesc typeDesc

Public Constructors

public CatalogProductDownloadableLinkFileInfoEntity ()

public CatalogProductDownloadableLinkFileInfoEntity (String file, String name, int size, String status)

Parameters
file
name
size
status

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

Gets the file value for this CatalogProductDownloadableLinkFileInfoEntity.

Returns
  • file

public String getName ()

Gets the name value for this CatalogProductDownloadableLinkFileInfoEntity.

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public int getSize ()

Gets the size value for this CatalogProductDownloadableLinkFileInfoEntity.

Returns
  • size

public String getStatus ()

Gets the status value for this CatalogProductDownloadableLinkFileInfoEntity.

Returns
  • status

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setFile (String file)

Sets the file value for this CatalogProductDownloadableLinkFileInfoEntity.

Parameters
file

public void setName (String name)

Sets the name value for this CatalogProductDownloadableLinkFileInfoEntity.

Parameters
name

public void setSize (int size)

Sets the size value for this CatalogProductDownloadableLinkFileInfoEntity.

Parameters
size

public void setStatus (String status)

Sets the status value for this CatalogProductDownloadableLinkFileInfoEntity.

Parameters
status