public class RichMediaFloatingHtmlAsset extends RichMediaHtmlAsset implements Serializable
| Constructor and Description |
|---|
RichMediaFloatingHtmlAsset() |
RichMediaFloatingHtmlAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
int duration,
boolean hideDropDowns,
boolean hideFlashObjects,
int left,
boolean leftLockPosition,
String leftUnit,
int startTime,
int top,
boolean topLockPosition,
String topUnit,
boolean transparent,
String zIndex) |
| 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 RichMediaFloatingHtmlAsset.
|
int |
getLeft()
Gets the left value for this RichMediaFloatingHtmlAsset.
|
String |
getLeftUnit()
Gets the leftUnit value for this RichMediaFloatingHtmlAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getStartTime()
Gets the startTime value for this RichMediaFloatingHtmlAsset.
|
int |
getTop()
Gets the top value for this RichMediaFloatingHtmlAsset.
|
String |
getTopUnit()
Gets the topUnit value for this RichMediaFloatingHtmlAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getZIndex()
Gets the zIndex value for this RichMediaFloatingHtmlAsset.
|
int |
hashCode() |
boolean |
isHideDropDowns()
Gets the hideDropDowns value for this RichMediaFloatingHtmlAsset.
|
boolean |
isHideFlashObjects()
Gets the hideFlashObjects value for this RichMediaFloatingHtmlAsset.
|
boolean |
isLeftLockPosition()
Gets the leftLockPosition value for this RichMediaFloatingHtmlAsset.
|
boolean |
isTopLockPosition()
Gets the topLockPosition value for this RichMediaFloatingHtmlAsset.
|
boolean |
isTransparent()
Gets the transparent value for this RichMediaFloatingHtmlAsset.
|
void |
setDuration(int duration)
Sets the duration value for this RichMediaFloatingHtmlAsset.
|
void |
setHideDropDowns(boolean hideDropDowns)
Sets the hideDropDowns value for this RichMediaFloatingHtmlAsset.
|
void |
setHideFlashObjects(boolean hideFlashObjects)
Sets the hideFlashObjects value for this RichMediaFloatingHtmlAsset.
|
void |
setLeft(int left)
Sets the left value for this RichMediaFloatingHtmlAsset.
|
void |
setLeftLockPosition(boolean leftLockPosition)
Sets the leftLockPosition value for this RichMediaFloatingHtmlAsset.
|
void |
setLeftUnit(String leftUnit)
Sets the leftUnit value for this RichMediaFloatingHtmlAsset.
|
void |
setStartTime(int startTime)
Sets the startTime value for this RichMediaFloatingHtmlAsset.
|
void |
setTop(int top)
Sets the top value for this RichMediaFloatingHtmlAsset.
|
void |
setTopLockPosition(boolean topLockPosition)
Sets the topLockPosition value for this RichMediaFloatingHtmlAsset.
|
void |
setTopUnit(String topUnit)
Sets the topUnit value for this RichMediaFloatingHtmlAsset.
|
void |
setTransparent(boolean transparent)
Sets the transparent value for this RichMediaFloatingHtmlAsset.
|
void |
setZIndex(String zIndex)
Sets the zIndex value for this RichMediaFloatingHtmlAsset.
|
getCreativeFormat, getHeight, getWidth, setCreativeFormat, setHeight, setWidthgetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaFloatingHtmlAsset()
public RichMediaFloatingHtmlAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, int duration, boolean hideDropDowns, boolean hideFlashObjects, int left, boolean leftLockPosition, String leftUnit, int startTime, int top, boolean topLockPosition, String topUnit, boolean transparent, String 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 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 isTransparent()
public void setTransparent(boolean transparent)
transparent - public String getZIndex()
public void setZIndex(String zIndex)
zIndex - 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.