public class RichMediaFloatingAsset extends RichMediaFlashAsset implements Serializable
| Constructor and Description |
|---|
RichMediaFloatingAsset() |
RichMediaFloatingAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
String wmode,
String ZIndex,
int duration,
boolean hideDropDowns,
boolean hideFlashObjects,
boolean hideIframes,
boolean hideJavaApplets,
boolean hideScrollBars,
int left,
boolean leftLockPosition,
String leftUnit,
int startTime,
int top,
boolean topLockPosition,
String topUnit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getDuration()
Gets the duration value for this RichMediaFloatingAsset.
|
int |
getLeft()
Gets the left value for this RichMediaFloatingAsset.
|
String |
getLeftUnit()
Gets the leftUnit value for this RichMediaFloatingAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getStartTime()
Gets the startTime value for this RichMediaFloatingAsset.
|
int |
getTop()
Gets the top value for this RichMediaFloatingAsset.
|
String |
getTopUnit()
Gets the topUnit value for this RichMediaFloatingAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getZIndex()
Gets the ZIndex value for this RichMediaFloatingAsset.
|
int |
hashCode() |
boolean |
isHideDropDowns()
Gets the hideDropDowns value for this RichMediaFloatingAsset.
|
boolean |
isHideFlashObjects()
Gets the hideFlashObjects value for this RichMediaFloatingAsset.
|
boolean |
isHideIframes()
Gets the hideIframes value for this RichMediaFloatingAsset.
|
boolean |
isHideJavaApplets()
Gets the hideJavaApplets value for this RichMediaFloatingAsset.
|
boolean |
isHideScrollBars()
Gets the hideScrollBars value for this RichMediaFloatingAsset.
|
boolean |
isLeftLockPosition()
Gets the leftLockPosition value for this RichMediaFloatingAsset.
|
boolean |
isTopLockPosition()
Gets the topLockPosition value for this RichMediaFloatingAsset.
|
void |
setDuration(int duration)
Sets the duration value for this RichMediaFloatingAsset.
|
void |
setHideDropDowns(boolean hideDropDowns)
Sets the hideDropDowns value for this RichMediaFloatingAsset.
|
void |
setHideFlashObjects(boolean hideFlashObjects)
Sets the hideFlashObjects value for this RichMediaFloatingAsset.
|
void |
setHideIframes(boolean hideIframes)
Sets the hideIframes value for this RichMediaFloatingAsset.
|
void |
setHideJavaApplets(boolean hideJavaApplets)
Sets the hideJavaApplets value for this RichMediaFloatingAsset.
|
void |
setHideScrollBars(boolean hideScrollBars)
Sets the hideScrollBars value for this RichMediaFloatingAsset.
|
void |
setLeft(int left)
Sets the left value for this RichMediaFloatingAsset.
|
void |
setLeftLockPosition(boolean leftLockPosition)
Sets the leftLockPosition value for this RichMediaFloatingAsset.
|
void |
setLeftUnit(String leftUnit)
Sets the leftUnit value for this RichMediaFloatingAsset.
|
void |
setStartTime(int startTime)
Sets the startTime value for this RichMediaFloatingAsset.
|
void |
setTop(int top)
Sets the top value for this RichMediaFloatingAsset.
|
void |
setTopLockPosition(boolean topLockPosition)
Sets the topLockPosition value for this RichMediaFloatingAsset.
|
void |
setTopUnit(String topUnit)
Sets the topUnit value for this RichMediaFloatingAsset.
|
void |
setZIndex(String ZIndex)
Sets the ZIndex value for this RichMediaFloatingAsset.
|
getCreativeFormat, getHeight, getWidth, getWmode, setCreativeFormat, setHeight, setWidth, setWmodegetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaFloatingAsset()
public RichMediaFloatingAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, String wmode, String ZIndex, int duration, boolean hideDropDowns, boolean hideFlashObjects, boolean hideIframes, boolean hideJavaApplets, boolean hideScrollBars, int left, boolean leftLockPosition, String leftUnit, int startTime, int top, boolean topLockPosition, String topUnit)
public String getZIndex()
public void setZIndex(String ZIndex)
ZIndex - public int getDuration()
public void setDuration(int duration)
duration - 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 getLeft()
public void setLeft(int left)
left - public boolean isLeftLockPosition()
public void setLeftLockPosition(boolean leftLockPosition)
leftLockPosition - public String getLeftUnit()
public void setLeftUnit(String leftUnit)
leftUnit - public int getStartTime()
public void setStartTime(int startTime)
startTime - public int getTop()
public void setTop(int top)
top - public boolean isTopLockPosition()
public void setTopLockPosition(boolean topLockPosition)
topLockPosition - public String getTopUnit()
public void setTopUnit(String topUnit)
topUnit - 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.