public class

CatalogProductImageEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String exclude
private String file
private String label
private String position
private static TypeDesc typeDesc
private String[] types
private String url
Public Constructors
CatalogProductImageEntity()
CatalogProductImageEntity(String file, String label, String position, String exclude, String url, String[] types)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getExclude()
Gets the exclude value for this CatalogProductImageEntity.
String getFile()
Gets the file value for this CatalogProductImageEntity.
String getLabel()
Gets the label value for this CatalogProductImageEntity.
String getPosition()
Gets the position value for this CatalogProductImageEntity.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String[] getTypes()
Gets the types value for this CatalogProductImageEntity.
String getUrl()
Gets the url value for this CatalogProductImageEntity.
synchronized int hashCode()
void setExclude(String exclude)
Sets the exclude value for this CatalogProductImageEntity.
void setFile(String file)
Sets the file value for this CatalogProductImageEntity.
void setLabel(String label)
Sets the label value for this CatalogProductImageEntity.
void setPosition(String position)
Sets the position value for this CatalogProductImageEntity.
void setTypes(String[] types)
Sets the types value for this CatalogProductImageEntity.
void setUrl(String url)
Sets the url value for this CatalogProductImageEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String exclude

private String file

private String label

private String position

private static TypeDesc typeDesc

private String[] types

private String url

Public Constructors

public CatalogProductImageEntity ()

public CatalogProductImageEntity (String file, String label, String position, String exclude, String url, String[] types)

Parameters
file
label
position
exclude
url
types

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 getExclude ()

Gets the exclude value for this CatalogProductImageEntity.

Returns
  • exclude

public String getFile ()

Gets the file value for this CatalogProductImageEntity.

Returns
  • file

public String getLabel ()

Gets the label value for this CatalogProductImageEntity.

Returns
  • label

public String getPosition ()

Gets the position value for this CatalogProductImageEntity.

Returns
  • position

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 String[] getTypes ()

Gets the types value for this CatalogProductImageEntity.

Returns
  • types

public String getUrl ()

Gets the url value for this CatalogProductImageEntity.

Returns
  • url

public synchronized int hashCode ()

public void setExclude (String exclude)

Sets the exclude value for this CatalogProductImageEntity.

Parameters
exclude

public void setFile (String file)

Sets the file value for this CatalogProductImageEntity.

Parameters
file

public void setLabel (String label)

Sets the label value for this CatalogProductImageEntity.

Parameters
label

public void setPosition (String position)

Sets the position value for this CatalogProductImageEntity.

Parameters
position

public void setTypes (String[] types)

Sets the types value for this CatalogProductImageEntity.

Parameters
types

public void setUrl (String url)

Sets the url value for this CatalogProductImageEntity.

Parameters
url