public class RichMediaHtmlAsset extends RichMediaAsset implements Serializable
| Constructor and Description |
|---|
RichMediaHtmlAsset() |
RichMediaHtmlAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreativeFormat()
Gets the creativeFormat value for this RichMediaHtmlAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getHeight()
Gets the height value for this RichMediaHtmlAsset.
|
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 |
getWidth()
Gets the width value for this RichMediaHtmlAsset.
|
int |
hashCode() |
void |
setCreativeFormat(String creativeFormat)
Sets the creativeFormat value for this RichMediaHtmlAsset.
|
void |
setHeight(int height)
Sets the height value for this RichMediaHtmlAsset.
|
void |
setWidth(int width)
Sets the width value for this RichMediaHtmlAsset.
|
getFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic String getCreativeFormat()
public void setCreativeFormat(String creativeFormat)
creativeFormat - public int getHeight()
public void setHeight(int height)
height - public int getWidth()
public void setWidth(int width)
width - public boolean equals(Object obj)
equals in class RichMediaAssetpublic int hashCode()
hashCode in class RichMediaAssetpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.