public class HTMLCreativeFlashAsset extends HTMLCreativeAsset implements Serializable
| Constructor and Description |
|---|
HTMLCreativeFlashAsset() |
HTMLCreativeFlashAsset(String assetFilename,
FlashClickTag[] clickTags,
int flashVersion,
Dimensions frameSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
FlashClickTag[] |
getClickTags()
Gets the clickTags value for this HTMLCreativeFlashAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getFlashVersion()
Gets the flashVersion value for this HTMLCreativeFlashAsset.
|
Dimensions |
getFrameSize()
Gets the frameSize value for this HTMLCreativeFlashAsset.
|
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 |
setClickTags(FlashClickTag[] clickTags)
Sets the clickTags value for this HTMLCreativeFlashAsset.
|
void |
setFlashVersion(int flashVersion)
Sets the flashVersion value for this HTMLCreativeFlashAsset.
|
void |
setFrameSize(Dimensions frameSize)
Sets the frameSize value for this HTMLCreativeFlashAsset.
|
getAssetFilename, setAssetFilenamepublic HTMLCreativeFlashAsset()
public HTMLCreativeFlashAsset(String assetFilename, FlashClickTag[] clickTags, int flashVersion, Dimensions frameSize)
public FlashClickTag[] getClickTags()
public void setClickTags(FlashClickTag[] clickTags)
clickTags - public int getFlashVersion()
public void setFlashVersion(int flashVersion)
flashVersion - public Dimensions getFrameSize()
public void setFrameSize(Dimensions frameSize)
frameSize - public boolean equals(Object obj)
equals in class HTMLCreativeAssetpublic int hashCode()
hashCode in class HTMLCreativeAssetpublic 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.