public class RichMediaExpandingAsset extends RichMediaFlashAsset implements Serializable
| Constructor and Description |
|---|
RichMediaExpandingAsset() |
RichMediaExpandingAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
String wmode,
String ZIndex,
RichMediaImageAsset alternateImage,
int bottomOffset,
int expandedHeight,
int expandedWidth,
boolean hideDropDowns,
boolean hideFlashObjects,
boolean hideIframes,
boolean hideJavaApplets,
boolean hideScrollBars,
int leftOffset,
boolean multidirectional,
boolean pushDown,
double pushdownAnimationTime,
int rightOffset,
int topOffset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RichMediaImageAsset |
getAlternateImage()
Gets the alternateImage value for this RichMediaExpandingAsset.
|
int |
getBottomOffset()
Gets the bottomOffset value for this RichMediaExpandingAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getExpandedHeight()
Gets the expandedHeight value for this RichMediaExpandingAsset.
|
int |
getExpandedWidth()
Gets the expandedWidth value for this RichMediaExpandingAsset.
|
int |
getLeftOffset()
Gets the leftOffset value for this RichMediaExpandingAsset.
|
double |
getPushdownAnimationTime()
Gets the pushdownAnimationTime value for this RichMediaExpandingAsset.
|
int |
getRightOffset()
Gets the rightOffset value for this RichMediaExpandingAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTopOffset()
Gets the topOffset value for this RichMediaExpandingAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getZIndex()
Gets the ZIndex value for this RichMediaExpandingAsset.
|
int |
hashCode() |
boolean |
isHideDropDowns()
Gets the hideDropDowns value for this RichMediaExpandingAsset.
|
boolean |
isHideFlashObjects()
Gets the hideFlashObjects value for this RichMediaExpandingAsset.
|
boolean |
isHideIframes()
Gets the hideIframes value for this RichMediaExpandingAsset.
|
boolean |
isHideJavaApplets()
Gets the hideJavaApplets value for this RichMediaExpandingAsset.
|
boolean |
isHideScrollBars()
Gets the hideScrollBars value for this RichMediaExpandingAsset.
|
boolean |
isMultidirectional()
Gets the multidirectional value for this RichMediaExpandingAsset.
|
boolean |
isPushDown()
Gets the pushDown value for this RichMediaExpandingAsset.
|
void |
setAlternateImage(RichMediaImageAsset alternateImage)
Sets the alternateImage value for this RichMediaExpandingAsset.
|
void |
setBottomOffset(int bottomOffset)
Sets the bottomOffset value for this RichMediaExpandingAsset.
|
void |
setExpandedHeight(int expandedHeight)
Sets the expandedHeight value for this RichMediaExpandingAsset.
|
void |
setExpandedWidth(int expandedWidth)
Sets the expandedWidth value for this RichMediaExpandingAsset.
|
void |
setHideDropDowns(boolean hideDropDowns)
Sets the hideDropDowns value for this RichMediaExpandingAsset.
|
void |
setHideFlashObjects(boolean hideFlashObjects)
Sets the hideFlashObjects value for this RichMediaExpandingAsset.
|
void |
setHideIframes(boolean hideIframes)
Sets the hideIframes value for this RichMediaExpandingAsset.
|
void |
setHideJavaApplets(boolean hideJavaApplets)
Sets the hideJavaApplets value for this RichMediaExpandingAsset.
|
void |
setHideScrollBars(boolean hideScrollBars)
Sets the hideScrollBars value for this RichMediaExpandingAsset.
|
void |
setLeftOffset(int leftOffset)
Sets the leftOffset value for this RichMediaExpandingAsset.
|
void |
setMultidirectional(boolean multidirectional)
Sets the multidirectional value for this RichMediaExpandingAsset.
|
void |
setPushDown(boolean pushDown)
Sets the pushDown value for this RichMediaExpandingAsset.
|
void |
setPushdownAnimationTime(double pushdownAnimationTime)
Sets the pushdownAnimationTime value for this RichMediaExpandingAsset.
|
void |
setRightOffset(int rightOffset)
Sets the rightOffset value for this RichMediaExpandingAsset.
|
void |
setTopOffset(int topOffset)
Sets the topOffset value for this RichMediaExpandingAsset.
|
void |
setZIndex(String ZIndex)
Sets the ZIndex value for this RichMediaExpandingAsset.
|
getCreativeFormat, getHeight, getWidth, getWmode, setCreativeFormat, setHeight, setWidth, setWmodegetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaExpandingAsset()
public RichMediaExpandingAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, String wmode, String ZIndex, RichMediaImageAsset alternateImage, int bottomOffset, int expandedHeight, int expandedWidth, boolean hideDropDowns, boolean hideFlashObjects, boolean hideIframes, boolean hideJavaApplets, boolean hideScrollBars, int leftOffset, boolean multidirectional, boolean pushDown, double pushdownAnimationTime, int rightOffset, int topOffset)
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 boolean isHideIframes()
public void setHideIframes(boolean hideIframes)
hideIframes - public boolean isHideJavaApplets()
public void setHideJavaApplets(boolean hideJavaApplets)
hideJavaApplets - public boolean isHideScrollBars()
public void setHideScrollBars(boolean hideScrollBars)
hideScrollBars - public int getLeftOffset()
public void setLeftOffset(int leftOffset)
leftOffset - public boolean isMultidirectional()
public void setMultidirectional(boolean multidirectional)
multidirectional - public boolean isPushDown()
public void setPushDown(boolean pushDown)
pushDown - public double getPushdownAnimationTime()
public void setPushdownAnimationTime(double pushdownAnimationTime)
pushdownAnimationTime - public int getRightOffset()
public void setRightOffset(int rightOffset)
rightOffset - public int getTopOffset()
public void setTopOffset(int topOffset)
topOffset - public boolean equals(Object obj)
equals in class RichMediaFlashAssetpublic int hashCode()
hashCode in class RichMediaFlashAssetpublic 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.