public class CatalogProductImageFileEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogProductImageFileEntity() |
CatalogProductImageFileEntity(String content,
String mime,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent()
Gets the content value for this CatalogProductImageFileEntity.
|
static org.apache.axis.encoding.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 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
|
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.
|
public String getContent()
public void setContent(String content)
content - public String getMime()
public void setMime(String mime)
mime - public String getName()
public void setName(String name)
name - 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.