public class RichMediaExitEvent extends RichMediaEventBase implements Serializable
| Constructor and Description |
|---|
RichMediaExitEvent() |
RichMediaExitEvent(long id,
String name,
String description,
long metEventId,
String mode,
long parentAssetId,
String type,
RichMediaExitWindowProperties exitWindowProperties,
String target,
String url) |
| 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
|
RichMediaExitWindowProperties |
getExitWindowProperties()
Gets the exitWindowProperties value for this RichMediaExitEvent.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTarget()
Gets the target value for this RichMediaExitEvent.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this RichMediaExitEvent.
|
int |
hashCode() |
void |
setExitWindowProperties(RichMediaExitWindowProperties exitWindowProperties)
Sets the exitWindowProperties value for this RichMediaExitEvent.
|
void |
setTarget(String target)
Sets the target value for this RichMediaExitEvent.
|
void |
setUrl(String url)
Sets the url value for this RichMediaExitEvent.
|
getDescription, getMetEventId, getMode, getParentAssetId, getType, setDescription, setMetEventId, setMode, setParentAssetId, setTypepublic RichMediaExitWindowProperties getExitWindowProperties()
public void setExitWindowProperties(RichMediaExitWindowProperties exitWindowProperties)
exitWindowProperties - public String getTarget()
public void setTarget(String target)
target - public String getUrl()
public void setUrl(String url)
url - public boolean equals(Object obj)
equals in class RichMediaEventBasepublic int hashCode()
hashCode in class RichMediaEventBasepublic 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.