public class CatalogProductImageEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductImageEntity() |
CatalogProductImageEntity(String file,
String label,
String position,
String exclude,
String url,
String[] types) |
| 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 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 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 CatalogProductImageEntity.
|
String |
getUrl()
Gets the url value for this CatalogProductImageEntity.
|
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.
|
public String getFile()
public void setFile(String file)
file - public String getLabel()
public void setLabel(String label)
label - public String getPosition()
public void setPosition(String position)
position - public String getExclude()
public void setExclude(String exclude)
exclude - public String getUrl()
public void setUrl(String url)
url - public String[] getTypes()
public void setTypes(String[] types)
types - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.