public class RichMediaOverlayAsset extends RichMediaFlashAsset implements Serializable
| Constructor and Description |
|---|
RichMediaOverlayAsset() |
RichMediaOverlayAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String creativeFormat,
int height,
int width,
String wmode,
boolean addressBar,
int duration,
int left,
String leftUnit,
boolean menuBar,
boolean overlay,
int startTime,
boolean statusBar,
boolean toolBar,
int top,
String topUnit,
String windowTitle) |
| 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 RichMediaOverlayAsset.
|
int |
getLeft()
Gets the left value for this RichMediaOverlayAsset.
|
String |
getLeftUnit()
Gets the leftUnit value for this RichMediaOverlayAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getStartTime()
Gets the startTime value for this RichMediaOverlayAsset.
|
int |
getTop()
Gets the top value for this RichMediaOverlayAsset.
|
String |
getTopUnit()
Gets the topUnit value for this RichMediaOverlayAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getWindowTitle()
Gets the windowTitle value for this RichMediaOverlayAsset.
|
int |
hashCode() |
boolean |
isAddressBar()
Gets the addressBar value for this RichMediaOverlayAsset.
|
boolean |
isMenuBar()
Gets the menuBar value for this RichMediaOverlayAsset.
|
boolean |
isOverlay()
Gets the overlay value for this RichMediaOverlayAsset.
|
boolean |
isStatusBar()
Gets the statusBar value for this RichMediaOverlayAsset.
|
boolean |
isToolBar()
Gets the toolBar value for this RichMediaOverlayAsset.
|
void |
setAddressBar(boolean addressBar)
Sets the addressBar value for this RichMediaOverlayAsset.
|
void |
setDuration(int duration)
Sets the duration value for this RichMediaOverlayAsset.
|
void |
setLeft(int left)
Sets the left value for this RichMediaOverlayAsset.
|
void |
setLeftUnit(String leftUnit)
Sets the leftUnit value for this RichMediaOverlayAsset.
|
void |
setMenuBar(boolean menuBar)
Sets the menuBar value for this RichMediaOverlayAsset.
|
void |
setOverlay(boolean overlay)
Sets the overlay value for this RichMediaOverlayAsset.
|
void |
setStartTime(int startTime)
Sets the startTime value for this RichMediaOverlayAsset.
|
void |
setStatusBar(boolean statusBar)
Sets the statusBar value for this RichMediaOverlayAsset.
|
void |
setToolBar(boolean toolBar)
Sets the toolBar value for this RichMediaOverlayAsset.
|
void |
setTop(int top)
Sets the top value for this RichMediaOverlayAsset.
|
void |
setTopUnit(String topUnit)
Sets the topUnit value for this RichMediaOverlayAsset.
|
void |
setWindowTitle(String windowTitle)
Sets the windowTitle value for this RichMediaOverlayAsset.
|
getCreativeFormat, getHeight, getWidth, getWmode, setCreativeFormat, setHeight, setWidth, setWmodegetFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaOverlayAsset()
public RichMediaOverlayAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String creativeFormat, int height, int width, String wmode, boolean addressBar, int duration, int left, String leftUnit, boolean menuBar, boolean overlay, int startTime, boolean statusBar, boolean toolBar, int top, String topUnit, String windowTitle)
public boolean isAddressBar()
public void setAddressBar(boolean addressBar)
addressBar - public int getDuration()
public void setDuration(int duration)
duration - public int getLeft()
public void setLeft(int left)
left - public String getLeftUnit()
public void setLeftUnit(String leftUnit)
leftUnit - public boolean isMenuBar()
public void setMenuBar(boolean menuBar)
menuBar - public boolean isOverlay()
public void setOverlay(boolean overlay)
overlay - public int getStartTime()
public void setStartTime(int startTime)
startTime - public boolean isStatusBar()
public void setStatusBar(boolean statusBar)
statusBar - public boolean isToolBar()
public void setToolBar(boolean toolBar)
toolBar - public int getTop()
public void setTop(int top)
top - public String getTopUnit()
public void setTopUnit(String topUnit)
topUnit - public String getWindowTitle()
public void setWindowTitle(String windowTitle)
windowTitle - 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.