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