public class RichMediaExpandingHtmlAsset extends RichMediaHtmlAsset implements Serializable
| Constructor and Description |
|---|
RichMediaExpandingHtmlAsset() |
RichMediaExpandingHtmlAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
String ZIndex,
RichMediaImageAsset alternateImage,
int bottomOffset,
int expandedHeight,
int expandedWidth,
boolean hideDropDowns,
boolean hideFlashObjects,
int leftOffset,
int rightOffset,
int topOffset,
boolean transparent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RichMediaImageAsset |
getAlternateImage()
Gets the alternateImage value for this RichMediaExpandingHtmlAsset.
|
int |
getBottomOffset()
Gets the bottomOffset value for this RichMediaExpandingHtmlAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getExpandedHeight()
Gets the expandedHeight value for this RichMediaExpandingHtmlAsset.
|
int |
getExpandedWidth()
Gets the expandedWidth value for this RichMediaExpandingHtmlAsset.
|
int |
getLeftOffset()
Gets the leftOffset value for this RichMediaExpandingHtmlAsset.
|
int |
getRightOffset()
Gets the rightOffset value for this RichMediaExpandingHtmlAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTopOffset()
Gets the topOffset value for this RichMediaExpandingHtmlAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getZIndex()
Gets the ZIndex value for this RichMediaExpandingHtmlAsset.
|
int |
hashCode() |
boolean |
isHideDropDowns()
Gets the hideDropDowns value for this RichMediaExpandingHtmlAsset.
|
boolean |
isHideFlashObjects()
Gets the hideFlashObjects value for this RichMediaExpandingHtmlAsset.
|
boolean |
isTransparent()
Gets the transparent value for this RichMediaExpandingHtmlAsset.
|
void |
setAlternateImage(RichMediaImageAsset alternateImage)
Sets the alternateImage value for this RichMediaExpandingHtmlAsset.
|
void |
setBottomOffset(int bottomOffset)
Sets the bottomOffset value for this RichMediaExpandingHtmlAsset.
|
void |
setExpandedHeight(int expandedHeight)
Sets the expandedHeight value for this RichMediaExpandingHtmlAsset.
|
void |
setExpandedWidth(int expandedWidth)
Sets the expandedWidth value for this RichMediaExpandingHtmlAsset.
|
void |
setHideDropDowns(boolean hideDropDowns)
Sets the hideDropDowns value for this RichMediaExpandingHtmlAsset.
|
void |
setHideFlashObjects(boolean hideFlashObjects)
Sets the hideFlashObjects value for this RichMediaExpandingHtmlAsset.
|
void |
setLeftOffset(int leftOffset)
Sets the leftOffset value for this RichMediaExpandingHtmlAsset.
|
void |
setRightOffset(int rightOffset)
Sets the rightOffset value for this RichMediaExpandingHtmlAsset.
|
void |
setTopOffset(int topOffset)
Sets the topOffset value for this RichMediaExpandingHtmlAsset.
|
void |
setTransparent(boolean transparent)
Sets the transparent value for this RichMediaExpandingHtmlAsset.
|
void |
setZIndex(String ZIndex)
Sets the ZIndex value for this RichMediaExpandingHtmlAsset.
|
getCreativeFormat, getHeight, getWidth, setCreativeFormat, setHeight, setWidthgetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaExpandingHtmlAsset()
public RichMediaExpandingHtmlAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, String ZIndex, RichMediaImageAsset alternateImage, int bottomOffset, int expandedHeight, int expandedWidth, boolean hideDropDowns, boolean hideFlashObjects, int leftOffset, int rightOffset, int topOffset, boolean transparent)
public String getZIndex()
public void setZIndex(String ZIndex)
ZIndex - public RichMediaImageAsset getAlternateImage()
public void setAlternateImage(RichMediaImageAsset alternateImage)
alternateImage - public int getBottomOffset()
public void setBottomOffset(int bottomOffset)
bottomOffset - public int getExpandedHeight()
public void setExpandedHeight(int expandedHeight)
expandedHeight - public int getExpandedWidth()
public void setExpandedWidth(int expandedWidth)
expandedWidth - public boolean isHideDropDowns()
public void setHideDropDowns(boolean hideDropDowns)
hideDropDowns - public boolean isHideFlashObjects()
public void setHideFlashObjects(boolean hideFlashObjects)
hideFlashObjects - public int getLeftOffset()
public void setLeftOffset(int leftOffset)
leftOffset - public int getRightOffset()
public void setRightOffset(int rightOffset)
rightOffset - public int getTopOffset()
public void setTopOffset(int topOffset)
topOffset - public boolean isTransparent()
public void setTransparent(boolean transparent)
transparent - public boolean equals(Object obj)
equals in class RichMediaHtmlAssetpublic int hashCode()
hashCode in class RichMediaHtmlAssetpublic 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.