public class

CatalogProductImageFileEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String content
private String mime
private String name
private static TypeDesc typeDesc
Public Constructors
CatalogProductImageFileEntity()
CatalogProductImageFileEntity(String content, String mime, String name)
Public Methods
synchronized boolean equals(Object obj)
String getContent()
Gets the content value for this CatalogProductImageFileEntity.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getMime()
Gets the mime value for this CatalogProductImageFileEntity.
String getName()
Gets the name value for this CatalogProductImageFileEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setContent(String content)
Sets the content value for this CatalogProductImageFileEntity.
void setMime(String mime)
Sets the mime value for this CatalogProductImageFileEntity.
void setName(String name)
Sets the name value for this CatalogProductImageFileEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String content

private String mime

private String name

private static TypeDesc typeDesc

Public Constructors

public CatalogProductImageFileEntity ()

public CatalogProductImageFileEntity (String content, String mime, String name)

Parameters
content
mime
name

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getContent ()

Gets the content value for this CatalogProductImageFileEntity.

Returns
  • content

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getMime ()

Gets the mime value for this CatalogProductImageFileEntity.

Returns
  • mime

public String getName ()

Gets the name value for this CatalogProductImageFileEntity.

Returns
  • name

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

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setContent (String content)

Sets the content value for this CatalogProductImageFileEntity.

Parameters
content

public void setMime (String mime)

Sets the mime value for this CatalogProductImageFileEntity.

Parameters
mime

public void setName (String name)

Sets the name value for this CatalogProductImageFileEntity.

Parameters
name