public class CatalogProductAttributeMediaCreateEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductAttributeMediaCreateEntity() |
CatalogProductAttributeMediaCreateEntity(CatalogProductImageFileEntity file,
String label,
String position,
String[] types,
String exclude,
String remove) |
| 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
|
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 org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String[] |
getTypes()
Gets the types value for this CatalogProductAttributeMediaCreateEntity.
|
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.
|
public CatalogProductAttributeMediaCreateEntity()
public CatalogProductImageFileEntity getFile()
public void setFile(CatalogProductImageFileEntity file)
file - public String getLabel()
public void setLabel(String label)
label - public String getPosition()
public void setPosition(String position)
position - public String[] getTypes()
public void setTypes(String[] types)
types - public String getExclude()
public void setExclude(String exclude)
exclude - public String getRemove()
public void setRemove(String remove)
remove - 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.