public class

CatalogProductAttributeMediaCreateEntity

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String exclude
private CatalogProductImageFileEntity file
private String label
private String position
private String remove
private static TypeDesc typeDesc
private String[] types
Public Constructors
CatalogProductAttributeMediaCreateEntity()
CatalogProductAttributeMediaCreateEntity(CatalogProductImageFileEntity file, String label, String position, String[] types, String exclude, String remove)
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 CatalogProductAttributeMediaCreateEntity.
CatalogProductImageFileEntity getFile()
Gets the file value for this CatalogProductAttributeMediaCreateEntity.
String getLabel()
Gets the label value for this CatalogProductAttributeMediaCreateEntity.
String getPosition()
Gets the position value for this CatalogProductAttributeMediaCreateEntity.
String getRemove()
Gets the remove value for this CatalogProductAttributeMediaCreateEntity.
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 CatalogProductAttributeMediaCreateEntity.
synchronized int hashCode()
void setExclude(String exclude)
Sets the exclude value for this CatalogProductAttributeMediaCreateEntity.
void setFile(CatalogProductImageFileEntity file)
Sets the file value for this CatalogProductAttributeMediaCreateEntity.
void setLabel(String label)
Sets the label value for this CatalogProductAttributeMediaCreateEntity.
void setPosition(String position)
Sets the position value for this CatalogProductAttributeMediaCreateEntity.
void setRemove(String remove)
Sets the remove value for this CatalogProductAttributeMediaCreateEntity.
void setTypes(String[] types)
Sets the types value for this CatalogProductAttributeMediaCreateEntity.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String exclude

private String label

private String position

private String remove

private static TypeDesc typeDesc

private String[] types

Public Constructors

public CatalogProductAttributeMediaCreateEntity ()

public CatalogProductAttributeMediaCreateEntity (CatalogProductImageFileEntity file, String label, String position, String[] types, String exclude, String remove)

Parameters
file
label
position
types
exclude
remove

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 CatalogProductAttributeMediaCreateEntity.

Returns
  • exclude

public CatalogProductImageFileEntity getFile ()

Gets the file value for this CatalogProductAttributeMediaCreateEntity.

Returns
  • file

public String getLabel ()

Gets the label value for this CatalogProductAttributeMediaCreateEntity.

Returns
  • label

public String getPosition ()

Gets the position value for this CatalogProductAttributeMediaCreateEntity.

Returns
  • position

public String getRemove ()

Gets the remove value for this CatalogProductAttributeMediaCreateEntity.

Returns
  • remove

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 CatalogProductAttributeMediaCreateEntity.

Returns
  • types

public synchronized int hashCode ()

public void setExclude (String exclude)

Sets the exclude value for this CatalogProductAttributeMediaCreateEntity.

Parameters
exclude

public void setFile (CatalogProductImageFileEntity file)

Sets the file value for this CatalogProductAttributeMediaCreateEntity.

Parameters
file

public void setLabel (String label)

Sets the label value for this CatalogProductAttributeMediaCreateEntity.

Parameters
label

public void setPosition (String position)

Sets the position value for this CatalogProductAttributeMediaCreateEntity.

Parameters
position

public void setRemove (String remove)

Sets the remove value for this CatalogProductAttributeMediaCreateEntity.

Parameters
remove

public void setTypes (String[] types)

Sets the types value for this CatalogProductAttributeMediaCreateEntity.

Parameters
types